commit | c957f90b10667ed0a3e17db1b187a44f36455781 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Apr 18 22:51:34 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 18 22:51:35 2017 +0000 |
tree | 0b387991f14af1a7a610398f181a4f0a52e82cea | |
parent | 918b1d91050fa46e573d235e0ae9bad12ad375ab [diff] | |
parent | 68a09854a449cf17724f1f5922de7765d289a4f5 [diff] |
Merge "Blacklist DISPLAY / GREP_OPTIONS"
diff --git a/ui/build/config.go b/ui/build/config.go index 9a8a3fb..c01bf4c 100644 --- a/ui/build/config.go +++ b/ui/build/config.go
@@ -83,6 +83,10 @@ // We handle this above "OUT_DIR_COMMON_BASE", + + // Variables that have caused problems in the past + "DISPLAY", + "GREP_OPTIONS", ) // Tell python not to spam the source tree with .pyc files.