]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
cleanup unused third party
authorElan Ruusamäe <glen@delfi.ee>
Sun, 6 Jan 2013 15:20:32 +0000 (17:20 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 6 Jan 2013 15:24:34 +0000 (17:24 +0200)
- third_party/gpsd
- third_party/jsoncpp
- third_party/libsrtp
- third_party/mongoose
- third_party/openmax
- third_party/pywebsocket
- third_party/scons-2.0.1
- third_party/tlslite
- third_party/webdriver

chromium-browser.spec
clean-source.sh

index 681b8f22df91bf09ed2829253c53425892253109..eee5ebeb9a878c766638b5ff9e4a2077956f1f90 100644 (file)
@@ -56,7 +56,7 @@
 # - mute BEEP mixer if you do not want to hear horrible system bell when
 #   pressing home/end in url bar or more ^F search results on page.
 # - space considerations:
-#   - unpacked sources: ~649MiB
+#   - unpacked sources: ~644MiB
 #   - built code: ~1.4GiB (x86_64/i686)
 # - http://code.google.com/p/chromium/wiki/LinuxBuildInstructionsPrerequisites
 # - to look for new tarball, use update-source.sh script
index 5b7dd7e8dd6121c7ba694748634d773cb60b785c..0b837cb2db5d6b2d1bdb35973086a3f132d9af2c 100755 (executable)
@@ -370,19 +370,16 @@ clean_third_party() {
                \! -path 'third_party/ffmpeg/*' \
                \! -path 'third_party/flac/flac.h' \
                \! -path 'third_party/flot/*' \
-               \! -path 'third_party/gpsd/*' \
                \! -path 'third_party/harfbuzz-ng/*' \
                \! -path 'third_party/harfbuzz/*' \
                \! -path 'third_party/hunspell/*' \
                \! -path 'third_party/hyphen/*' \
                \! -path 'third_party/iccjpeg/*' \
-               \! -path 'third_party/jsoncpp/*' \
                \! -path 'third_party/khronos/*' \
                \! -path 'third_party/leveldatabase/*' \
                \! -path 'third_party/libXNVCtrl/*' \
                \! -path 'third_party/libjingle/*' \
                \! -path 'third_party/libphonenumber/*' \
-               \! -path 'third_party/libsrtp/*' \
                \! -path 'third_party/libusb/libusb.h' \
                \! -path 'third_party/libva/*' \
                \! -path 'third_party/libvpx/libvpx.h' \
@@ -391,29 +388,23 @@ clean_third_party() {
                \! -path 'third_party/lss/*' \
                \! -path 'third_party/mesa/*' \
                \! -path 'third_party/modp_b64/*' \
-               \! -path 'third_party/mongoose/*' \
                \! -path 'third_party/mt19937ar/*' \
                \! -path 'third_party/npapi/*' \
-               \! -path 'third_party/openmax/*' \
                \! -path 'third_party/opus/opus.h*' \
                \! -path 'third_party/ots/*' \
                \! -path 'third_party/protobuf/*' \
-               \! -path 'third_party/pywebsocket/*' \
                \! -path 'third_party/qcms/*' \
                \! -path 'third_party/re2/*' \
-               \! -path 'third_party/scons-2.0.1/*' \
                \! -path 'third_party/sfntly/*' \
                \! -path 'third_party/skia/*' \
                \! -path 'third_party/smhasher/*' \
                \! -path 'third_party/speex/speex.h' \
                \! -path 'third_party/sqlite/*' \
                \! -path 'third_party/tcmalloc/*' \
-               \! -path 'third_party/tlslite/*' \
                \! -path 'third_party/trace-viewer/*' \
                \! -path 'third_party/undoview/*' \
                \! -path 'third_party/v8-i18n/*' \
                \! -path 'third_party/v8/*' \
-               \! -path 'third_party/webdriver/*' \
                \! -path 'third_party/webrtc/*' \
                \! -path 'third_party/widevine/*' \
                -print -delete
This page took 0.095155 seconds and 4 git commands to generate.