]> git.pld-linux.org Git - packages/chromium-browser.git/blobdiff - clean-source.sh
update hunspell_new to excludes
[packages/chromium-browser.git] / clean-source.sh
index 218a4a2f0830af1c48aa1cba10cdb7f79fe2c88c..1e5576753635549c3cb4dc2d4de77c108c308637 100755 (executable)
@@ -618,8 +618,10 @@ clean_third_party() {
                '!' -path 'third_party/flot/*.js' \
                '!' -path 'third_party/google_input_tools/*' \
                '!' -path 'third_party/hunspell/*' \
+               '!' -path 'third_party/hunspell_new/*' \
                '!' -path 'third_party/hyphen/*' \
                '!' -path 'third_party/iccjpeg/*' \
+               '!' -path 'third_party/icu/*' \
                '!' -path 'third_party/icu/icu.isolate' \
                '!' -path 'third_party/jinja2/*' \
                '!' -path 'third_party/jstemplate/*' \
@@ -1025,6 +1027,8 @@ remove_tests() {
                '!' -path './third_party/trace-viewer/third_party/tvcm/src/tvcm/unittest/test_case.js' \
                '!' -path './third_party/trace-viewer/third_party/tvcm/src/tvcm/unittest/test_error.js' \
                '!' -path './third_party/trace-viewer/third_party/tvcm/src/tvcm/unittest/test_runner.js' \
+               '!' -path './third_party/trace-viewer/third_party/tvcm/third_party/rcssmin/*' \
+               '!' -path './third_party/trace-viewer/third_party/tvcm/third_party/rjsmin/*' \
                '!' -path './third_party/trace-viewer/trace_viewer/tracing/test_utils.js' \
                '!' -path './mojo/embedder/test_embedder.*' \
                '!' -path './ui/base/hit_test.*' \
@@ -1093,6 +1097,7 @@ 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' \
@@ -1137,6 +1142,8 @@ remove_bundled_libraries() {
                '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' \
@@ -1160,8 +1167,7 @@ clean_src_extra() {
                .landmines \
                chrome/browser/resources/pdf/html_office \
                third_party/WebKit/ManualTests \
-               third_party/WebKit/PerformanceTests \
-               third_party/brotli
+               third_party/WebKit/PerformanceTests
 }
 
 remove_bundled_libraries > REMOVED-bundled_libraries.txt
This page took 0.084469 seconds and 4 git commands to generate.