[packages/chromium-browser] clean extra files that are cleaned in tarball provided by google
glen
glen at pld-linux.org
Fri Jun 26 16:37:29 CEST 2015
commit 56ef8b0554e4e2085a9320cad901858e41cf9387
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Jun 11 23:15:02 2015 +0300
clean extra files that are cleaned in tarball provided by google
clean-source.sh | 12 ++++++++++++
1 file changed, 12 insertions(+)
---
diff --git a/clean-source.sh b/clean-source.sh
index f9d2a5b..218a4a2 100755
--- a/clean-source.sh
+++ b/clean-source.sh
@@ -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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/5c9227ee446a6780fc47d58c785e121e9f73728f
More information about the pld-cvs-commit
mailing list