]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
clean extra files that are cleaned in tarball provided by google
authorElan Ruusamäe <glen@delfi.ee>
Thu, 11 Jun 2015 20:15:02 +0000 (23:15 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 11 Jun 2015 20:15:02 +0000 (23:15 +0300)
clean-source.sh

index f9d2a5b9065cf277f1caf1b13ce1477f90d90253..218a4a2f0830af1c48aa1cba10cdb7f79fe2c88c 100755 (executable)
@@ -1154,6 +1154,16 @@ remove_bundled_libraries() {
 }
 # }}}
 
+# clean extra files that are cleaned in tarball provided by google
+clean_src_extra() {
+       rm -rfv \
+               .landmines \
+               chrome/browser/resources/pdf/html_office \
+               third_party/WebKit/ManualTests \
+               third_party/WebKit/PerformanceTests \
+               third_party/brotli
+}
+
 remove_bundled_libraries > REMOVED-bundled_libraries.txt
 
 strip_system_dirs \
@@ -1197,6 +1207,8 @@ fi
 
 clean_third_party > REMOVED-third_party.txt
 
+clean_src_extra > REMOVED-extra.txt
+
 if [ "${v8:-1}" != "0" ]; then
        # The implementation files include v8 headers with full path,
        # like #include "v8/include/v8.h". Make sure the system headers
This page took 0.091928 seconds and 4 git commands to generate.