[packages/chromium-browser/DEVEL] cleanup angle partially
glen
glen at pld-linux.org
Sat Mar 2 14:34:02 CET 2013
commit 2759c83defe993313680afb886b1ca13f6c1c07b
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Mar 2 14:07:55 2013 +0200
cleanup angle partially
angle is windows layer to run opengl, but chrome uses it's validator and
translator. keep those files around
clean-source.sh | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/clean-source.sh b/clean-source.sh
index 15e35b7..539d825 100755
--- a/clean-source.sh
+++ b/clean-source.sh
@@ -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/*' \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/2759c83defe993313680afb886b1ca13f6c1c07b
More information about the pld-cvs-commit
mailing list