]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
cleanup angle partially
authorElan Ruusamäe <glen@delfi.ee>
Sat, 2 Mar 2013 12:07:55 +0000 (14:07 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 2 Mar 2013 12:09:39 +0000 (14:09 +0200)
angle is windows layer to run opengl, but chrome uses it's validator and
translator. keep those files around

clean-source.sh

index 15e35b704e6d075a257ef40a6a61702b071b7b39..539d825ee21e891a6909097e0a5263657a936845 100755 (executable)
@@ -537,7 +537,11 @@ clean_third_party() {
                '!' -iname '*.gyp*' \
                \! -path 'third_party/WebKit/*' \
                \! -path 'third_party/adobe/flash/*' \
-               \! -path 'third_party/angle/*' \
+               \! -path 'third_party/angle/include/EGL/*' \
+               \! -path 'third_party/angle/include/GLSLANG/*' \
+               \! -path 'third_party/angle/src/common/*' \
+               \! -path 'third_party/angle/src/compiler/*' \
+               \! -path 'third_party/angle/src/third_party/compiler/*' \
                \! -path 'third_party/cacheinvalidation/*' \
                \! -path 'third_party/cld/*' \
                \! -path 'third_party/cros_system_api/*' \
This page took 0.037095 seconds and 4 git commands to generate.