From: Elan Ruusamäe Date: Fri, 11 Jan 2013 13:53:39 +0000 (+0200) Subject: cleanup qt framework files X-Git-Tag: auto/th/chromium-browser-25.0.1364.97-1~1^2~21 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=4a26311215ecd80276e06210c3d4f0fa40c140de;p=packages%2Fchromium-browser.git cleanup qt framework files --- diff --git a/chromium-browser.spec b/chromium-browser.spec index cfdbddc..c5b9ee8 100644 --- a/chromium-browser.spec +++ b/chromium-browser.spec @@ -58,7 +58,7 @@ # - mute BEEP mixer if you do not want to hear horrible system bell when # pressing home/end in url bar or more ^F search results on page. # - space considerations: -# - unpacked sources: ~574MiB +# - unpacked sources: ~566MiB # - built code: ~1.4GiB (x86_64/i686) # - http://code.google.com/p/chromium/wiki/LinuxBuildInstructionsPrerequisites # - to look for new tarball, use update-source.sh script diff --git a/clean-source.sh b/clean-source.sh index c2fbbcb..bab5e27 100755 --- a/clean-source.sh +++ b/clean-source.sh @@ -140,45 +140,59 @@ remove_nonessential_dirs() { third_party/WebKit/Source/Platform/chromium/public/mac \ third_party/WebKit/Source/Platform/chromium/public/win \ third_party/WebKit/Source/WTF/wtf/mac \ + third_party/WebKit/Source/WTF/wtf/qt \ third_party/WebKit/Source/WTF/wtf/threads/win \ third_party/WebKit/Source/WTF/wtf/win \ third_party/WebKit/Source/WebCore/WebCore.gyp/mac \ third_party/WebKit/Source/WebCore/accessibility/mac \ + third_party/WebKit/Source/WebCore/accessibility/qt \ third_party/WebKit/Source/WebCore/accessibility/win \ + third_party/WebKit/Source/WebCore/bridge/qt \ third_party/WebKit/Source/WebCore/editing/android \ third_party/WebKit/Source/WebCore/editing/mac \ + third_party/WebKit/Source/WebCore/editing/qt \ third_party/WebKit/Source/WebCore/history/android \ third_party/WebKit/Source/WebCore/history/mac \ + third_party/WebKit/Source/WebCore/history/qt \ third_party/WebKit/Source/WebCore/loader/mac \ third_party/WebKit/Source/WebCore/loader/win \ third_party/WebKit/Source/WebCore/page/android \ third_party/WebKit/Source/WebCore/page/mac \ + third_party/WebKit/Source/WebCore/page/qt \ third_party/WebKit/Source/WebCore/page/scrolling/mac \ third_party/WebKit/Source/WebCore/page/win \ third_party/WebKit/Source/WebCore/platform/android \ third_party/WebKit/Source/WebCore/platform/audio/mac \ + third_party/WebKit/Source/WebCore/platform/audio/qt \ third_party/WebKit/Source/WebCore/platform/cf/win \ third_party/WebKit/Source/WebCore/platform/cocoa \ third_party/WebKit/Source/WebCore/platform/graphics/ca/mac \ third_party/WebKit/Source/WebCore/platform/graphics/ca/win \ third_party/WebKit/Source/WebCore/platform/graphics/cocoa \ third_party/WebKit/Source/WebCore/platform/graphics/gpu/mac \ + third_party/WebKit/Source/WebCore/platform/graphics/gpu/qt \ third_party/WebKit/Source/WebCore/platform/graphics/mac \ + third_party/WebKit/Source/WebCore/platform/graphics/qt \ third_party/WebKit/Source/WebCore/platform/graphics/surfaces/mac \ + third_party/WebKit/Source/WebCore/platform/graphics/surfaces/qt \ third_party/WebKit/Source/WebCore/platform/graphics/surfaces/win \ third_party/WebKit/Source/WebCore/platform/graphics/win \ third_party/WebKit/Source/WebCore/platform/ios \ third_party/WebKit/Source/WebCore/platform/mac \ third_party/WebKit/Source/WebCore/platform/network/android \ third_party/WebKit/Source/WebCore/platform/network/mac \ + third_party/WebKit/Source/WebCore/platform/network/qt \ third_party/WebKit/Source/WebCore/platform/network/win \ + third_party/WebKit/Source/WebCore/platform/qt \ third_party/WebKit/Source/WebCore/platform/text/android \ third_party/WebKit/Source/WebCore/platform/text/mac \ + third_party/WebKit/Source/WebCore/platform/text/qt \ third_party/WebKit/Source/WebCore/platform/text/win \ third_party/WebKit/Source/WebCore/platform/win \ third_party/WebKit/Source/WebCore/platform/wx/wxcode/mac \ third_party/WebKit/Source/WebCore/platform/wx/wxcode/win \ third_party/WebKit/Source/WebCore/plugins/mac \ + third_party/WebKit/Source/WebCore/plugins/qt \ third_party/WebKit/Source/WebCore/plugins/win \ third_party/WebKit/Source/WebKit/chromium/public/android \ third_party/WebKit/Source/WebKit/chromium/public/mac_ \ @@ -191,6 +205,7 @@ remove_nonessential_dirs() { third_party/WebKit/Source/WebKit/chromium/src/win \ third_party/WebKit/Source/WebKit/gtk/docs \ third_party/WebKit/Source/WebKit/mac \ + third_party/WebKit/Source/WebKit/qt \ third_party/WebKit/Source/WebKit/qt/docs \ third_party/WebKit/Source/WebKit/qt/examples \ third_party/WebKit/Source/WebKit/win \ @@ -238,6 +253,7 @@ remove_nonessential_dirs() { third_party/WebKit/Source/WebKit2/mac \ third_party/WebKit/Source/WebKit2/win \ third_party/WebKit/Tools/DumpRenderTree/mac \ + third_party/WebKit/Tools/DumpRenderTree/qt \ third_party/WebKit/Tools/DumpRenderTree/win \ third_party/angle/samples/gles2_book \ third_party/boost \ @@ -276,7 +292,6 @@ remove_nonessential_dirs() { third_party/libxml/mac \ third_party/lighttpd \ third_party/mesa/MesaLib/docs \ - third_party/mesa/MesaLib/docs \ third_party/mesa/MesaLib/src/gallium/docs \ third_party/mozc/chrome/chromeos_ \ third_party/nspr \