]> git.pld-linux.org Git - packages/chromium-browser.git/blob - clean-source.sh
92c3e5d04d71e80d1d76fa72935fca653b8d5932
[packages/chromium-browser.git] / clean-source.sh
1 #!/bin/sh
2 set -xe
3
4 # import options
5 # remove everything unless it's remove has been disabled with "0"
6 # "v8=0" means "do not remove v8"
7 eval "$@"
8
9 # Strip tarball from some big directories not needed on the linux platform
10 # https://code.google.com/p/chromium/wiki/LinuxPackaging
11 # initial list from src/tools/export_tarball/export_tarball.py
12 # also removed non-linux files: find -name win -o -name mac -o name android
13 # find -type d -name 'android' -o -name 'chromeos' -o -name 'cros'
14 # find -type d -name *doc*
15
16 # suffix with _ those that we can't remove (just yet) because of the gclient
17 # hooks (see build/all.gyp) or of some unneeded deps/includes
18 remove_nonessential_dirs() {
19         local dir
20         for dir in \
21         native_client/documentation \
22         third_party/webdriver/pylib/docs \
23         third_party/mesa/MesaLib/src/gallium/docs \
24         third_party/mesa/MesaLib/docs \
25         third_party/tcmalloc/vendor/doc \
26         third_party/leveldatabase/src/doc \
27         third_party/re2/doc \
28         third_party/WebKit/Source/WebKit/qt/docs \
29         third_party/WebKit/Source/WebKit/gtk/docs \
30         third_party/WebKit/Source/JavaScriptCore/docs \
31         third_party/ffmpeg/doc \
32         third_party/hyphen/doc \
33         third_party/sqlite/src/doc \
34         ppapi/c/documentation \
35         ppapi/cpp/documentation \
36         gpu/command_buffer/docs \
37         chrome/browser/extensions/docs \
38                 \
39         android_webview \
40         third_party/mesa/MesaLib/docs \
41         ash/resources/default_100_percent/cros_ \
42         ash/resources/default_200_percent/cros_ \
43         ash/system/chromeos \
44         base/android \
45         base/chromeos \
46         base/mac_ \
47         base/win_ \
48         breakpad/src/client/mac \
49         breakpad/src/common/android \
50         breakpad/src/common/mac \
51         breakpad/src/tools/mac \
52         build/android \
53         build/mac \
54         build/win \
55         chrome/android \
56         chrome/app/android \
57         chrome/app/resources/terms/chromeos \
58         chrome/app/theme/default_100_percent/cros_ \
59         chrome/app/theme/default_100_percent/mac \
60         chrome/app/theme/default_100_percent/win \
61         chrome/app/theme/default_200_percent/cros_ \
62         chrome/app/theme/default_200_percent/mac \
63         chrome/app/theme/default_200_percent/win \
64         chrome/app/theme/touch_100_percent/win \
65         chrome/app/theme/touch_140_percent/win \
66         chrome/app/theme/touch_180_percent/win \
67         chrome/browser/android \
68         chrome/browser/chromeos/cros \
69         chrome/browser/chromeos_ \
70         chrome/browser/component/web_contents_delegate_android_ \
71         chrome/browser/history/android \
72         chrome/browser/mac \
73         chrome/browser/resources/about_welcome_android \
74         chrome/browser/resources/chromeos_ \
75         chrome/browser/resources/ntp_android \
76         chrome/browser/resources/options/chromeos_ \
77         chrome/browser/resources/shared/css/chromeos \
78         chrome/browser/resources/shared/js/chromeos_ \
79         chrome/browser/ui/android \
80         chrome/browser/ui/webui/chromeos \
81         chrome/browser/ui/webui/ntp/android \
82         chrome/browser/ui/webui/options/chromeos \
83         chrome/common/extensions/docs \
84         chrome/common/mac \
85         chrome/installer/mac \
86         chrome/installer/mac/third_party/xz/config/mac \
87         chrome/third_party/wtl/ \
88         chrome/tools/build/chromeos \
89         chrome/tools/build/mac \
90         chrome/tools/build/win \
91         chrome_frame \
92         chromeos \
93         cloud_print/service/win \
94         cloud_print/virtual_driver/win \
95         content/app/android \
96         content/browser/android \
97         content/common/android \
98         content/common/mac_ \
99         content/public/android \
100         content/public/browser/android \
101         content/renderer/android \
102         content/shell/android \
103         content/shell/mac \
104         data \
105         gears \
106         google_update \
107         gpu/demos \
108         media/audio/android \
109         media/audio/mac \
110         media/audio/win \
111         media/base/android \
112         media/video/capture/mac \
113         media/video/capture/win \
114         media/webm/chromeos \
115         native_client/build/mac \
116         native_client/src/include/win_ \
117         native_client/src/shared/imc/win \
118         native_client/src/shared/platform/win \
119         native_client/src/trusted/debug_stub/win \
120         native_client/src/trusted/desc/win \
121         native_client/src/trusted/nonnacl_util/win \
122         native_client/src/trusted/platform_qualify/win \
123         native_client/src/trusted/service_runtime/win_ \
124         native_client/tools/trusted_cross_toolchains \
125         native_client_sdk \
126         native_client_sdk/src/libraries/win \
127         net/android \
128         o3d \
129         o3d/documentation \
130         o3d/samples \
131         ppapi/native_client/src/trusted/plugin/win \
132         remoting/host/installer/mac \
133         remoting/host/installer/win \
134         remoting/host/mac \
135         remoting/host/setup/win \
136         remoting/host/win \
137         rlz/mac \
138         rlz/win \
139         sandbox/win_ \
140         sdch/mac \
141         skia/config/win \
142         third_party/WebKit/Source/Platform/chromium/public/android \
143         third_party/WebKit/Source/Platform/chromium/public/mac \
144         third_party/WebKit/Source/Platform/chromium/public/win \
145         third_party/WebKit/Source/WTF/wtf/mac \
146         third_party/WebKit/Source/WTF/wtf/threads/win \
147         third_party/WebKit/Source/WTF/wtf/win \
148         third_party/WebKit/Source/WebCore/WebCore.gyp/mac \
149         third_party/WebKit/Source/WebCore/accessibility/mac \
150         third_party/WebKit/Source/WebCore/accessibility/win \
151         third_party/WebKit/Source/WebCore/editing/android \
152         third_party/WebKit/Source/WebCore/editing/mac \
153         third_party/WebKit/Source/WebCore/history/android \
154         third_party/WebKit/Source/WebCore/history/mac \
155         third_party/WebKit/Source/WebCore/loader/mac \
156         third_party/WebKit/Source/WebCore/loader/win \
157         third_party/WebKit/Source/WebCore/page/android \
158         third_party/WebKit/Source/WebCore/page/mac \
159         third_party/WebKit/Source/WebCore/page/scrolling/mac \
160         third_party/WebKit/Source/WebCore/page/win \
161         third_party/WebKit/Source/WebCore/platform/android \
162         third_party/WebKit/Source/WebCore/platform/audio/mac \
163         third_party/WebKit/Source/WebCore/platform/cf/win \
164         third_party/WebKit/Source/WebCore/platform/graphics/ca/mac \
165         third_party/WebKit/Source/WebCore/platform/graphics/ca/win \
166         third_party/WebKit/Source/WebCore/platform/graphics/gpu/mac \
167         third_party/WebKit/Source/WebCore/platform/graphics/mac \
168         third_party/WebKit/Source/WebCore/platform/graphics/surfaces/mac \
169         third_party/WebKit/Source/WebCore/platform/graphics/surfaces/win \
170         third_party/WebKit/Source/WebCore/platform/graphics/win \
171         third_party/WebKit/Source/WebCore/platform/mac \
172         third_party/WebKit/Source/WebCore/platform/network/android \
173         third_party/WebKit/Source/WebCore/platform/network/mac \
174         third_party/WebKit/Source/WebCore/platform/network/win \
175         third_party/WebKit/Source/WebCore/platform/text/android \
176         third_party/WebKit/Source/WebCore/platform/text/mac \
177         third_party/WebKit/Source/WebCore/platform/text/win \
178         third_party/WebKit/Source/WebCore/platform/win \
179         third_party/WebKit/Source/WebCore/platform/wx/wxcode/mac \
180         third_party/WebKit/Source/WebCore/platform/wx/wxcode/win \
181         third_party/WebKit/Source/WebCore/plugins/mac \
182         third_party/WebKit/Source/WebCore/plugins/win \
183         third_party/WebKit/Source/WebKit/chromium/public/android \
184         third_party/WebKit/Source/WebKit/chromium/public/mac_ \
185         third_party/WebKit/Source/WebKit/chromium/public/platform/android \
186         third_party/WebKit/Source/WebKit/chromium/public/platform/mac \
187         third_party/WebKit/Source/WebKit/chromium/public/platform/win \
188         third_party/WebKit/Source/WebKit/chromium/public/win \
189         third_party/WebKit/Source/WebKit/chromium/src/android \
190         third_party/WebKit/Source/WebKit/chromium/src/mac \
191         third_party/WebKit/Source/WebKit/chromium/src/win \
192         third_party/WebKit/Source/WebKit/mac \
193         third_party/WebKit/Source/WebKit/win \
194         third_party/WebKit/Source/WebKit2/Platform/CoreIPC/mac \
195         third_party/WebKit/Source/WebKit2/Platform/CoreIPC/win \
196         third_party/WebKit/Source/WebKit2/Platform/mac \
197         third_party/WebKit/Source/WebKit2/Platform/win \
198         third_party/WebKit/Source/WebKit2/PluginProcess/mac \
199         third_party/WebKit/Source/WebKit2/Shared/API/c/mac \
200         third_party/WebKit/Source/WebKit2/Shared/API/c/win \
201         third_party/WebKit/Source/WebKit2/Shared/Plugins/Netscape/mac \
202         third_party/WebKit/Source/WebKit2/Shared/Plugins/Netscape/win \
203         third_party/WebKit/Source/WebKit2/Shared/Plugins/mac \
204         third_party/WebKit/Source/WebKit2/Shared/cg/win \
205         third_party/WebKit/Source/WebKit2/Shared/mac \
206         third_party/WebKit/Source/WebKit2/Shared/win \
207         third_party/WebKit/Source/WebKit2/UIProcess/API/C/mac \
208         third_party/WebKit/Source/WebKit2/UIProcess/API/C/win \
209         third_party/WebKit/Source/WebKit2/UIProcess/API/mac \
210         third_party/WebKit/Source/WebKit2/UIProcess/Launcher/mac \
211         third_party/WebKit/Source/WebKit2/UIProcess/Launcher/win \
212         third_party/WebKit/Source/WebKit2/UIProcess/Plugins/mac \
213         third_party/WebKit/Source/WebKit2/UIProcess/Plugins/win \
214         third_party/WebKit/Source/WebKit2/UIProcess/mac \
215         third_party/WebKit/Source/WebKit2/UIProcess/win \
216         third_party/WebKit/Source/WebKit2/WebProcess/Authentication/mac \
217         third_party/WebKit/Source/WebKit2/WebProcess/Cookies/mac \
218         third_party/WebKit/Source/WebKit2/WebProcess/Downloads/cf/win \
219         third_party/WebKit/Source/WebKit2/WebProcess/Downloads/mac \
220         third_party/WebKit/Source/WebKit2/WebProcess/FullScreen/mac \
221         third_party/WebKit/Source/WebKit2/WebProcess/FullScreen/win \
222         third_party/WebKit/Source/WebKit2/WebProcess/InjectedBundle/API/c/win \
223         third_party/WebKit/Source/WebKit2/WebProcess/InjectedBundle/mac \
224         third_party/WebKit/Source/WebKit2/WebProcess/InjectedBundle/win \
225         third_party/WebKit/Source/WebKit2/WebProcess/Plugins/Netscape/mac \
226         third_party/WebKit/Source/WebKit2/WebProcess/Plugins/Netscape/win \
227         third_party/WebKit/Source/WebKit2/WebProcess/WebCoreSupport/mac \
228         third_party/WebKit/Source/WebKit2/WebProcess/WebCoreSupport/win \
229         third_party/WebKit/Source/WebKit2/WebProcess/WebPage/ca/mac \
230         third_party/WebKit/Source/WebKit2/WebProcess/WebPage/ca/win \
231         third_party/WebKit/Source/WebKit2/WebProcess/WebPage/mac \
232         third_party/WebKit/Source/WebKit2/WebProcess/WebPage/win \
233         third_party/WebKit/Source/WebKit2/WebProcess/mac \
234         third_party/WebKit/Source/WebKit2/WebProcess/win \
235         third_party/WebKit/Source/WebKit2/mac \
236         third_party/WebKit/Source/WebKit2/win \
237         third_party/WebKit/Tools/DumpRenderTree/mac \
238         third_party/WebKit/Tools/DumpRenderTree/win \
239         third_party/angle/samples/gles2_book \
240         third_party/boost \
241         third_party/bsdiff \
242         third_party/bspatch \
243         third_party/cacheinvalidation/src/java/com/google/ipc/invalidation/external/client/android \
244         third_party/cacheinvalidation/src/java/com/google/ipc/invalidation/ticl/android \
245         third_party/cld/encodings/compact_lang_det/win_ \
246         third_party/cros_system_api_ \
247         third_party/ffmpeg/binaries \
248         third_party/ffmpeg/chromium/binaries/Chromium/win \
249         third_party/ffmpeg/chromium/config/Chrome/mac \
250         third_party/ffmpeg/chromium/config/Chrome/win \
251         third_party/ffmpeg/chromium/config/Chromium/mac \
252         third_party/ffmpeg/chromium/config/Chromium/win \
253         third_party/ffmpeg/chromium/include/win \
254         third_party/fuzzymatch \
255         third_party/gles2_book \
256         third_party/gles_book_examples \
257         third_party/gold \
258         third_party/hunspell/dictionaries \
259         third_party/hunspell_dictionaries \
260         third_party/icu/android \
261         third_party/icu/mac \
262         third_party/lcov \
263         third_party/leveldatabase/src/port/win \
264         third_party/libjpeg_turbo/mac \
265         third_party/libjpeg_turbo/win \
266         third_party/libva/va/android \
267         third_party/libvpx/source/config/mac \
268         third_party/libvpx/source/config/win \
269         third_party/libxml/mac \
270         third_party/lighttpd \
271         third_party/mozc/chrome/chromeos_ \
272         third_party/nspr \
273         third_party/nss \
274         third_party/ocmock \
275         third_party/openssl/config/android \
276         third_party/pthread \
277         third_party/pyftpdlib \
278         third_party/scons \
279         third_party/simplejson \
280         third_party/skia/include/utils/android \
281         third_party/skia/include/utils/mac \
282         third_party/skia/include/utils/win \
283         third_party/skia/include/views/android \
284         third_party/skia/src/gpu/gl/android \
285         third_party/skia/src/gpu/gl/mac \
286         third_party/skia/src/gpu/gl/win \
287         third_party/skia/src/utils/mac \
288         third_party/skia/src/utils/win \
289         third_party/skia/src/views/mac \
290         third_party/skia/src/views/win \
291         third_party/snappy/mac \
292         third_party/tcmalloc_ \
293         third_party/vc_80 \
294         third_party/webrtc/modules/audio_device/android \
295         third_party/webrtc/modules/audio_device/main/source/mac \
296         third_party/webrtc/modules/audio_device/main/source/win \
297         third_party/webrtc/modules/audio_device/win \
298         third_party/webrtc/modules/video_capture/main/source/android \
299         third_party/webrtc/modules/video_render/main/source/android \
300         third_party/webrtc/modules/video_render/main/source/mac \
301         third_party/webrtc/system_wrappers/source/android \
302         third_party/yasm/source/config/android \
303         third_party/yasm/source/config/mac \
304         third_party/yasm/source/config/win \
305         tools/android \
306         tools/mac \
307         tools/site_compare \
308         tools/stats_viewer \
309         tools/symsrc \
310         tools/valgrind \
311         tools/win \
312         tools/wine_valgrind \
313         ui/android \
314         ui/base/ime/win \
315         ui/base/win_ \
316         ui/gfx/android \
317         ui/gfx/mac \
318         ui/resources/default_100_percent/cros_ \
319         ui/resources/default_200_percent/cros_ \
320         ui/views/win \
321         webkit/chromeos \
322         webkit/media/android \
323         win8 \
324         ; do
325                 rm -vfr "$dir"
326         done
327 }
328
329 # There are directories we want to strip, but that are unnecessarily required by the build-system
330 # So we drop everything but the gyp/gypi files
331 almost_strip_dirs() {
332         local dir
333         for dir in \
334                 breakpad \
335                 courgette \
336                 third_party/cros_dbus_cplusplus \
337                 ; do
338                 find $dir -depth -mindepth 1 \! \( -name '*.gyp' -o -name '*.gypi' \) -print -delete || :
339         done
340
341         find tools -type f \
342                 '!' -iname '*.gyp*' \
343                 '!' -path 'tools/build/*' \
344                 '!' -path 'tools/clang/scripts/plugin_flags.sh' \
345                 '!' -path 'tools/generate_stubs/*' \
346                 '!' -path 'tools/grit/*' \
347                 '!' -path 'tools/gritsettings/*' \
348                 '!' -path 'tools/gyp/*' \
349                 '!' -path 'tools/json_comment_eater.py' \
350                 '!' -path 'tools/json_schema_compiler/*' \
351                 '!' -path 'tools/protoc_wrapper/*' \
352                 '!' -path 'tools/uuidgen.py' \
353                 '!' -path 'tools/zip2msi.py' \
354                 -print -delete
355 }
356
357 # clean third party
358 # list based from archlinux PKGBUILD
359 # https://aur.archlinux.org/packages/ch/chromium-dev/PKGBUILD
360 clean_third_party() {
361         find third_party -type f \! -iname '*.gyp*' \
362                 \! -path 'third_party/WebKit/*' \
363                 \! -path 'third_party/adobe/flash/*' \
364                 \! -path 'third_party/angle/*' \
365                 \! -path 'third_party/cacheinvalidation/*' \
366                 \! -path 'third_party/cld/*' \
367                 \! -path 'third_party/cros_system_api/*' \
368                 \! -path 'third_party/ffmpeg/*' \
369                 \! -path 'third_party/flac/flac.h' \
370                 \! -path 'third_party/flot/*' \
371                 \! -path 'third_party/gpsd/*' \
372                 \! -path 'third_party/harfbuzz-ng/*' \
373                 \! -path 'third_party/harfbuzz/*' \
374                 \! -path 'third_party/hunspell/*' \
375                 \! -path 'third_party/hyphen/*' \
376                 \! -path 'third_party/iccjpeg/*' \
377                 \! -path 'third_party/jsoncpp/*' \
378                 \! -path 'third_party/khronos/*' \
379                 \! -path 'third_party/leveldatabase/*' \
380                 \! -path 'third_party/libXNVCtrl/*' \
381                 \! -path 'third_party/libjingle/*' \
382                 \! -path 'third_party/libphonenumber/*' \
383                 \! -path 'third_party/libsrtp/*' \
384                 \! -path 'third_party/libusb/libusb.h' \
385                 \! -path 'third_party/libva/*' \
386                 \! -path 'third_party/libvpx/libvpx.h' \
387                 \! -path 'third_party/libxml/chromium/*' \
388                 \! -path 'third_party/libyuv/*' \
389                 \! -path 'third_party/lss/*' \
390                 \! -path 'third_party/mesa/*' \
391                 \! -path 'third_party/modp_b64/*' \
392                 \! -path 'third_party/mongoose/*' \
393                 \! -path 'third_party/mt19937ar/*' \
394                 \! -path 'third_party/npapi/*' \
395                 \! -path 'third_party/openmax/*' \
396                 \! -path 'third_party/opus/opus.h*' \
397                 \! -path 'third_party/ots/*' \
398                 \! -path 'third_party/protobuf/*' \
399                 \! -path 'third_party/pywebsocket/*' \
400                 \! -path 'third_party/qcms/*' \
401                 \! -path 'third_party/re2/*' \
402                 \! -path 'third_party/scons-2.0.1/*' \
403                 \! -path 'third_party/sfntly/*' \
404                 \! -path 'third_party/skia/*' \
405                 \! -path 'third_party/smhasher/*' \
406                 \! -path 'third_party/speex/speex.h' \
407                 \! -path 'third_party/sqlite/*' \
408                 \! -path 'third_party/tcmalloc/*' \
409                 \! -path 'third_party/tlslite/*' \
410                 \! -path 'third_party/trace-viewer/*' \
411                 \! -path 'third_party/undoview/*' \
412                 \! -path 'third_party/v8-i18n/*' \
413                 \! -path 'third_party/v8/*' \
414                 \! -path 'third_party/webdriver/*' \
415                 \! -path 'third_party/webrtc/*' \
416                 \! -path 'third_party/widevine/*' \
417                 -print -delete
418
419         rm -vf third_party/expat/files/lib/expat.h
420 }
421
422 # parts based on ubuntu debian/rules
423 # http://bazaar.launchpad.net/~chromium-team/chromium-browser/chromium-browser.head/view/head:/debian/rules
424 remove_bin_only() {
425         find -type f \( \
426                 -iname \*.exe -o \
427                 -iname \*.dll -o \
428                 -iname \*.pdb -o \
429                 -name \*.o -o \
430                 -name \*.a -o \
431                 -name \*.dylib \
432         \) -exec rm -fv {} \;
433 }
434
435 # removes dir, if the bcond is not turned off
436 strip_system_dirs() {
437         local dir lib bcond
438         for dir in "$@"; do
439                 lib=${dir##*/}
440                 bcond=$(eval echo \$$lib)
441                 [ "${bcond:-1}" = 0 ] && continue
442
443                 # skip already removed dirs
444                 test -d $dir || continue
445
446                 find $dir -depth -mindepth 1 \! \( -name '*.gyp' -o -name '*.gypi' -o -path $dir/$lib.h \) -print -delete
447         done
448 }
449
450 # remove test data and files
451 # some scanned with find -name tests -o -name test -o -name test_data
452 # and find -iname *test*
453 remove_tests() {
454         local dir
455
456         # full remove
457         for dir in \
458         ash/test \
459         base/test \
460         breakpad/src/client/windows/tests \
461         breakpad/src/common/linux/tests \
462         breakpad/src/common/tests \
463         chrome/browser/chromeos/bluetooth/test \
464         chrome/browser/component_updater/test \
465         chrome/browser/printing/cloud_print/test \
466         chrome/browser/resources/gaia_auth/test \
467         chrome/browser/resources/tracing/tests \
468         chrome/browser/sync/test \
469         chrome/browser/ui/tests \
470         chrome/installer/test \
471         chrome/test/chromeos \
472         chrome/test/data/firefox2_nss_mac \
473         chrome/test/data/safe_browsing/old \
474         chrome/test/logging/win \
475         chrome/test/pyautolib/chromeos \
476         chrome/test/webdriver/test \
477         chrome/tools/test \
478         chrome_frame/test \
479         chrome_frame/tools/test \
480         content/browser/worker_host/test \
481         content/public/test \
482         content/test \
483         courgette/testdata \
484         gpu/command_buffer/tests \
485         media/test \
486         media/tools/layout_tests/test_data \
487         native_client/src/trusted/service_runtime/testdata \
488         native_client/src/trusted/validator/x86/testing \
489         native_client/tests \
490         native_client/tools/tests \
491         native_client_sdk/src/build_tools/tests \
492         native_client_sdk/src/libraries/c_salt/test \
493         net/test \
494         o3d/tests \
495         ppapi/native_client/tests \
496         ppapi/tests \
497         printing/test \
498         rlz/test \
499         sandbox/linux/seccomp-legacy/tests \
500         sandbox/linux/tests \
501         sandbox/tests \
502         sandbox/win/tests \
503         seccompsandbox/tests \
504         sync/internal_api/public/test \
505         sync/internal_api/test \
506         sync/test \
507         testing/android \
508         testing/gmock/scripts/test \
509         testing/gmock/test \
510         testing/gtest/scripts/test \
511         testing/gtest/test \
512         third_party/WebKit/LayoutTests \
513         third_party/WebKit/Source/JavaScriptCore/API/tests \
514         third_party/WebKit/Source/JavaScriptCore/qt/tests \
515         third_party/WebKit/Source/JavaScriptCore/tests \
516         third_party/WebKit/Source/ThirdParty/gtest/scripts/test \
517         third_party/WebKit/Source/ThirdParty/gtest/test \
518         third_party/WebKit/Source/ThirdParty/gyp/test \
519         third_party/WebKit/Source/ThirdParty/qunit/test \
520         third_party/WebKit/Source/WebCore/bindings/scripts/test \
521         third_party/WebKit/Source/WebCore/testing_ \
522         third_party/WebKit/Source/WebKit/chromium/tests \
523         third_party/WebKit/Source/WebKit/efl/tests \
524         third_party/WebKit/Source/WebKit/gtk/tests \
525         third_party/WebKit/Source/WebKit/qt/tests \
526         third_party/WebKit/Source/WebKit2/UIProcess/API/efl/tests \
527         third_party/WebKit/Source/WebKit2/UIProcess/API/gtk/tests \
528         third_party/WebKit/Source/WebKit2/UIProcess/API/qt/tests \
529         third_party/WebKit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/mac \
530         third_party/WebKit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win \
531         third_party/WebKit/Tools/DumpRenderTree/TestNetscapePlugIn/mac \
532         third_party/WebKit/Tools/DumpRenderTree/TestNetscapePlugIn/win \
533         third_party/WebKit/Tools/Scripts/webkitpy/test \
534         third_party/WebKit/Tools/TestWebKitAPI/Tests/TestWebKitAPI/mac \
535         third_party/WebKit/Tools/TestWebKitAPI/Tests/WebKit/win \
536         third_party/WebKit/Tools/TestWebKitAPI/Tests/WebKit2/mac \
537         third_party/WebKit/Tools/TestWebKitAPI/Tests/WebKit2/win \
538         third_party/WebKit/Tools/TestWebKitAPI/Tests/mac \
539         third_party/WebKit/Tools/TestWebKitAPI/mac \
540         third_party/WebKit/Tools/TestWebKitAPI/win \
541         third_party/angle/tests \
542         third_party/cacheinvalidation/files/src/google/cacheinvalidation/test \
543         third_party/cacheinvalidation/src/java/com/google/ipc/invalidation/testing \
544         third_party/cacheinvalidation/src/java/com/google/ipc/invalidation/testing/android \
545         third_party/ffmpeg/tests \
546         third_party/harfbuzz/tests \
547         third_party/hunspell/tests \
548         third_party/hyphen/tests \
549         third_party/libexif/sources/test \
550         third_party/libjingle/source/talk/app/webrtc/test \
551         third_party/libphonenumber/src/resources/test \
552         third_party/libphonenumber/src/test \
553         third_party/libsrtp/srtp/crypto/test \
554         third_party/libsrtp/srtp/test \
555         third_party/mesa/MesaLib/src/gallium/tests \
556         third_party/openssl/openssl/crypto/des/t/test \
557         third_party/openssl/openssl/test \
558         third_party/ots/test \
559         third_party/protobuf/src/google/protobuf/testing \
560         third_party/re2/re2/testing \
561         third_party/safe_browsing/testing \
562         third_party/sfntly/cpp/src/test \
563         third_party/sqlite/src/test \
564         third_party/sqlite/test \
565         third_party/talloc/libreplace/test \
566         third_party/tcmalloc/chromium/src/tests \
567         third_party/tcmalloc/vendor/src/tests \
568         third_party/tlslite/test \
569         third_party/trace-viewer/test_data \
570         third_party/v8-i18n/tests \
571         third_party/webdriver/pylib/test \
572         third_party/webdriver/test_data \
573         third_party/webrtc/modules/audio_device/test/android \
574         third_party/webrtc/modules/audio_processing/test/android \
575         third_party/webrtc/modules/video_capture/main/test/android \
576         third_party/webrtc/test/testsupport/mac \
577         third_party/webrtc/video_engine/test/android \
578         third_party/webrtc/video_engine/test/auto_test/android \
579         third_party/webrtc/voice_engine/test/android \
580         third_party/xdg-utils/tests \
581         third_party/yasm/source/patched-yasm/libyasm/tests \
582         third_party/yasm/source/patched-yasm/modules/arch/lc3b/tests \
583         third_party/yasm/source/patched-yasm/modules/arch/x86/tests \
584         third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests \
585         third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/tests \
586         third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests \
587         third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests \
588         third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests \
589         third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests \
590         third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests \
591         third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests \
592         third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests \
593         third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests \
594         third_party/yasm/source/patched-yasm/modules/parsers/gas/tests \
595         third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests \
596         third_party/yasm/source/patched-yasm/modules/parsers/tasm/tests \
597         third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests \
598         third_party/yasm/source/patched-yasm/modules/preprocs/raw/tests \
599         third_party/yasm/source/patched-yasm/tools/python-yasm/tests \
600         tools/clang/plugins/tests \
601         tools/gyp/test \
602         tools/page_cycler/webpagereplay/tests \
603         tools/perf_expectations/tests \
604         ui/app_list/test \
605         ui/aura/test \
606         ui/base/test \
607         ui/compositor/test \
608         ui/gfx/test \
609         ui/test \
610         ui/views/test \
611         v8/test \
612         webkit/data/layout_tests \
613         webkit/plugins/npapi/test \
614         webkit/tools/test/reference_build \
615         webkit/tools/test_shell/mac \
616         ; do
617                 rm -vfr "$dir"
618         done
619
620         # partial remove (keep .gyp)
621         for dir in \
622                 chrome/test/data \
623                 testing \
624                 ; do
625                 find $dir -depth -mindepth 1 '!' '(' -name '*.gyp' -o -name '*.gypi' ')' -print -delete
626         done
627
628         # link headers from system dir. too many files to patch, we don't even build tests
629         install -d testing/gtest/include
630         ln -s /usr/include/gtest testing/gtest/include/gtest
631
632         # delete unittest files
633         find -name '*_unittest.*' \
634                 -print -delete
635 }
636
637 remove_nonessential_dirs | tee -a REMOVED-nonessential_dirs.txt
638 almost_strip_dirs | tee -a REMOVED-stripped.txt
639 remove_bin_only | tee -a REMOVED-bin_only.txt
640 remove_tests | tee -a REMOVED-tests.txt
641
642 strip_system_dirs \
643         native_client/src/third_party_mod/jsoncpp \
644         third_party/bzip2 \
645         third_party/flac \
646         third_party/icu \
647         third_party/jsoncpp \
648         third_party/libevent \
649         third_party/libexif \
650         third_party/libjpeg \
651         third_party/libmtp \
652         third_party/libpng \
653         third_party/libsrtp \
654         third_party/libusb \
655         third_party/libvpx \
656         third_party/libwebp \
657         third_party/libxml_ \
658         third_party/libxslt \
659         third_party/opus \
660         third_party/protobuf \
661         third_party/speex \
662         third_party/yasm \
663         third_party/zlib \
664         v8 \
665 | tee -a REMOVED-system_dirs.txt
666
667 clean_third_party | tee -a REMOVED-third_party.txt
668
669 if [ "${v8:-1}" != "0" ]; then
670         # The implementation files include v8 headers with full path,
671         # like #include "v8/include/v8.h". Make sure the system headers
672         # will be used.
673         rm -rf v8/include
674         ln -s /usr/include v8/include
675 fi
676
677 if [ "${nacl:-1}" != "0" ]; then
678         # NOTE: here is always x86_64
679         rm -rf native_client/toolchain/linux_x86_newlib
680 fi
681
682 # cleanup empty dirs
683 find -type d -print0 | sort -zr | xargs -0 rmdir -v --ignore-fail-on-non-empty | tee -a REMOVED-dirs.txt
This page took 0.067424 seconds and 3 git commands to generate.