Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(597)

Unified Diff: third_party/WebKit/Source/build/scripts/gperf.py

Issue 2387723002: Test CL to demonstrate GN + hermetic toolchain
Patch Set: more fixes. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/policy/BUILD.gn ('k') | third_party/WebKit/Source/build/scripts/in_generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/build/scripts/gperf.py
diff --git a/third_party/WebKit/Source/build/scripts/gperf.py b/third_party/WebKit/Source/build/scripts/gperf.py
index 040cec67d3bb8b8d65a29f7693d8f04f28bba107..613ebeddb1d59e5d42143ffb41e69e4baacc1ff8 100644
--- a/third_party/WebKit/Source/build/scripts/gperf.py
+++ b/third_party/WebKit/Source/build/scripts/gperf.py
@@ -6,7 +6,9 @@
# TODO(brettw) this can be removed once the run_executable rules have been
# checked in for the GN build.
+import os
import subprocess
import sys
+os.environ['DEVELOPER_DIR'] = "/Users/erikchen/projects/chromium/src/build/mac_files/Xcode.app/"
subprocess.check_call(sys.argv[1:])
« no previous file with comments | « components/policy/BUILD.gn ('k') | third_party/WebKit/Source/build/scripts/in_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698