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

Unified Diff: tools/generate_projects.py

Issue 8472007: Fix gclient runhooks on Windows for a full checkout. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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 | « runtime/vm/vm.gypi ('k') | tools/get_drt.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/generate_projects.py
diff --git a/tools/generate_projects.py b/tools/generate_projects.py
index a2f2cae0483b4159f4b92eb41750dac29bc1f52c..b5f1ce6c9052692a0dfab1c882c6d90a2cc7a411 100755
--- a/tools/generate_projects.py
+++ b/tools/generate_projects.py
@@ -57,6 +57,7 @@ if __name__ == '__main__':
args += ['--depth', project_src]
args += ['-I', './tools/gyp/common.gypi']
+
if platform.system() == 'Linux':
# We need to fiddle with toplevel-dir to work around a GYP bug
# that breaks building v8 from compiler/dart.gyp.
« no previous file with comments | « runtime/vm/vm.gypi ('k') | tools/get_drt.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698