mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
Undo change to generate_projects file used by Golem.
Golem really should be updated to use gclient instead but doing this to get the builder going again. R=whesse@google.com BUG= TEST= Review URL: http://codereview.chromium.org//8633009 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@1736 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
parent
53de4bd129
commit
53ab9b1cfb
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ except ImportError, e:
|
|||
import gyp
|
||||
|
||||
if __name__ == '__main__':
|
||||
args = ['--depth', '..']
|
||||
args = ['--depth', '.']
|
||||
args += ['dart-runtime.gyp']
|
||||
|
||||
# Generate the projects.
|
||||
|
|
Loading…
Reference in a new issue