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

Unified Diff: runtime/tools/generate_projects.py

Issue 8633009: Undo change to generate_projects file used by Golem. (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/tools/generate_projects.py
diff --git a/runtime/tools/generate_projects.py b/runtime/tools/generate_projects.py
index a19b945ab24e515b7a965e2ecf82678a10fd40c6..ac4efed3dd695a34ba83dbad0af67a822299d191 100755
--- a/runtime/tools/generate_projects.py
+++ b/runtime/tools/generate_projects.py
@@ -22,7 +22,7 @@ except ImportError, e:
import gyp
if __name__ == '__main__':
- args = ['--depth', '..']
+ args = ['--depth', '.']
args += ['dart-runtime.gyp']
# Generate the projects.
« 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