X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=clean-source.sh;h=c85033c3623dd23e8b3cb23b28cc16e40db0bf57;hb=7791e59aab4406a0c9596285c25b33095587bfd9;hp=1e5576753635549c3cb4dc2d4de77c108c308637;hpb=87143ae367f0aeaf7f1de68d1d7ecd35beeb0e6b;p=packages%2Fchromium-browser.git diff --git a/clean-source.sh b/clean-source.sh index 1e55767..c85033c 100755 --- a/clean-source.sh +++ b/clean-source.sh @@ -514,6 +514,7 @@ remove_nonessential_dirs() { '!' -path 'third_party/cld/encodings/compact_lang_det/win/cld_*.cc' \ '!' -path 'third_party/cld/encodings/compact_lang_det/win/cld_*.h' \ '!' -path 'third_party/cros_system_api/dbus/*.proto' \ + '!' -path 'third_party/cros_system_api/dbus/*/dbus-constants.h' \ '!' -path 'third_party/cros_system_api/dbus/service_constants.h' \ '!' -path 'third_party/sfntly/cpp/src/sample/chromium/*' \ '!' -path 'third_party/tcmalloc/chromium/*' \ @@ -561,6 +562,7 @@ almost_strip_dirs() { '!' -path 'tools/protoc_wrapper/*' \ '!' -path 'tools/usb_ids/*' \ '!' -path 'tools/uuidgen.py' \ + '!' -path 'tools/variations/*' \ '!' -path 'tools/zip2msi.py' \ -print -delete } @@ -606,12 +608,15 @@ clean_third_party() { '!' -path 'third_party/angle/src/compiler/*' \ '!' -path 'third_party/angle/src/enumerate_files.py' \ '!' -path 'third_party/angle/src/third_party/compiler/*' \ + '!' -path 'third_party/boringssl/*' \ '!' -path 'third_party/brotli/*' \ '!' -path 'third_party/cacheinvalidation/*' \ + '!' -path 'third_party/catapult/*' \ '!' -path 'third_party/cld/*' \ '!' -path 'third_party/cld_2/*' \ '!' -path 'third_party/cros_system_api/*' \ '!' -path 'third_party/cython/python_flags.py' \ + '!' -path 'third_party/devscripts/*' \ '!' -path 'third_party/dom_distiller_js/*' \ '!' -path 'third_party/ffmpeg/*' \ '!' -path 'third_party/fips181/*' \ @@ -631,9 +636,10 @@ clean_third_party() { '!' -path 'third_party/libaddressinput/*' \ '!' -path 'third_party/libjingle/*' \ '!' -path 'third_party/libphonenumber/*' \ + '!' -path 'third_party/libsecret/*' \ '!' -path 'third_party/libusb/*' \ '!' -path 'third_party/libva/*' \ - '!' -path 'third_party/libvpx/*' \ + '!' -path 'third_party/libvpx_new/*' \ '!' -path 'third_party/libwebm/*' \ '!' -path 'third_party/libwebp/*' \ '!' -path 'third_party/libxml/chromium/*' \ @@ -668,13 +674,12 @@ clean_third_party() { '!' -path 'third_party/sqlite/sqlite3.h' \ '!' -path 'third_party/sqlite/src/ext/*' \ '!' -path 'third_party/tcmalloc/*' \ - '!' -path 'third_party/trace-viewer/*' \ - '!' -path 'third_party/undoview/*' \ '!' -path 'third_party/usrsctp/*' \ - '!' -path 'third_party/web-animations-js/*' \ '!' -path 'third_party/v8-i18n/*' \ '!' -path 'third_party/v8/*' \ + '!' -path 'third_party/web-animations-js/*' \ '!' -path 'third_party/webrtc/*' \ + '!' -path 'third_party/webrtc_overrides/*' \ '!' -path 'third_party/widevine/*' \ '!' -path 'third_party/x86inc/*' \ '!' -path 'third_party/zlib/google/*' \ @@ -936,7 +941,7 @@ remove_tests() { echo '> partial remove (keep .gyp)' for dir in \ chrome/browser/nacl_host/test \ - chrome/test/data \ + chrome/test/data_ \ testing/gtest_ \ testing/gtest_ios \ testing/gmock_ \ @@ -1061,8 +1066,8 @@ remove_bundled_libraries() { third_party/adobe/flash/flapper_version.h \ third_party/jinja2 \ third_party/markupsafe/ \ - third_party/ply \ - third_party/fips181 \ + third_party/ply/ \ + third_party/catapult/third_party/beautifulsoup4 \ 'base/third_party/dmg_fp' \ 'base/third_party/dynamic_annotations' \ 'base/third_party/icu' \ @@ -1082,11 +1087,21 @@ remove_bundled_libraries() { 'third_party/analytics' \ 'third_party/angle' \ 'third_party/angle/src/third_party/compiler' \ + 'third_party/boringssl' \ 'third_party/brotli' \ 'third_party/cacheinvalidation' \ + 'third_party/catapult' \ + 'third_party/catapult/tracing/third_party/components/polymer' \ + 'third_party/catapult/tracing/third_party/d3' \ + 'third_party/catapult/tracing/third_party/gl-matrix' \ + 'third_party/catapult/tracing/third_party/jszip' \ + 'third_party/catapult/tracing/third_party/tvcm' \ + 'third_party/catapult/tracing/third_party/tvcm/third_party/rcssmin' \ + 'third_party/catapult/tracing/third_party/tvcm/third_party/rjsmin' \ 'third_party/cld_2' \ 'third_party/cros_system_api' \ 'third_party/cython/python_flags.py' \ + 'third_party/devscripts' \ 'third_party/dom_distiller_js' \ 'third_party/dom_distiller_js/dist/proto_gen/third_party/dom_distiller_js' \ 'third_party/ffmpeg' \ @@ -1097,20 +1112,21 @@ remove_bundled_libraries() { 'third_party/google_input_tools/third_party/closure_library/third_party/closure' \ 'third_party/hunspell' \ 'third_party/iccjpeg' \ - 'third_party/icu' \ 'third_party/jstemplate' \ 'third_party/khronos' \ 'third_party/leveldatabase' \ + 'third_party/libXNVCtrl' \ 'third_party/libaddressinput' \ 'third_party/libjingle' \ 'third_party/libphonenumber' \ + 'third_party/libsecret' \ 'third_party/libsrtp' \ 'third_party/libudev' \ 'third_party/libusb' \ - 'third_party/libvpx' \ - 'third_party/libvpx/source/libvpx/third_party/x86inc' \ + 'third_party/libvpx_new' \ + 'third_party/libvpx_new/source/libvpx/third_party/x86inc' \ 'third_party/libxml/chromium' \ - 'third_party/libXNVCtrl' \ + 'third_party/libwebm' \ 'third_party/libyuv' \ 'third_party/lss' \ 'third_party/lzma_sdk' \ @@ -1123,9 +1139,14 @@ remove_bundled_libraries() { 'third_party/opus' \ 'third_party/ots' \ 'third_party/pdfium' \ + 'third_party/pdfium/third_party/agg23' \ 'third_party/pdfium/third_party/base' \ 'third_party/pdfium/third_party/bigint' \ 'third_party/pdfium/third_party/freetype' \ + 'third_party/pdfium/third_party/lcms2-2.6' \ + 'third_party/pdfium/third_party/libjpeg' \ + 'third_party/pdfium/third_party/libopenjpeg20' \ + 'third_party/pdfium/third_party/zlib_v128' \ 'third_party/polymer' \ 'third_party/protobuf' \ 'third_party/qcms' \ @@ -1135,26 +1156,16 @@ remove_bundled_libraries() { 'third_party/smhasher' \ 'third_party/sqlite' \ 'third_party/tcmalloc' \ - 'third_party/trace-viewer' \ - 'third_party/trace-viewer/third_party/components/polymer' \ - 'third_party/trace-viewer/third_party/d3' \ - 'third_party/trace-viewer/third_party/gl-matrix' \ - 'third_party/trace-viewer/third_party/jszip' \ - 'third_party/trace-viewer/third_party/tvcm' \ - 'third_party/trace-viewer/third_party/tvcm/third_party/beautifulsoup/polymer_soup.py' \ - 'third_party/trace-viewer/third_party/tvcm/third_party/rcssmin' \ - 'third_party/trace-viewer/third_party/tvcm/third_party/rjsmin' \ - 'third_party/undoview' \ 'third_party/usrsctp' \ 'third_party/web-animations-js' \ 'third_party/webdriver' \ 'third_party/webrtc' \ + 'third_party/webrtc_overrides' \ 'third_party/widevine' \ 'third_party/x86inc' \ 'third_party/zlib/google' \ 'url/third_party/mozilla' \ 'v8/src/third_party/fdlibm' \ - 'v8/src/third_party/kernel' \ 'v8/src/third_party/valgrind' \ --do-print \ --do-remove