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

Unified Diff: tools/gyp_dart.py

Issue 998133002: Suppress loading site packages when running gyp from tools/gyp_dart.py. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp_dart.py
diff --git a/tools/gyp_dart.py b/tools/gyp_dart.py
index 8bc3984f0affc4fe83c049914dc4a9fb267d8155..acec8ed6a48328caaa1ae347c96c3f22bc4ad55d 100644
--- a/tools/gyp_dart.py
+++ b/tools/gyp_dart.py
@@ -26,7 +26,7 @@ def main():
'all' : 'dart/dart.gyp',
'runtime' : 'dart/runtime/dart-runtime.gyp',
}
- args = ['python', 'dart/third_party/gyp/gyp_main.py',
+ args = ['python', '-S', 'dart/third_party/gyp/gyp_main.py',
'--depth=dart', '-Idart/tools/gyp/all.gypi',
component_gyp_files[component]]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698