Chromium Code Reviews| Index: dart.gyp |
| diff --git a/dart.gyp b/dart.gyp |
| index 2e9b1c561dc6bcb4c7f33a6ba12568538086aed1..3846793e02df5aca2d6c292b38670d0e0b38fd87 100644 |
| --- a/dart.gyp |
| +++ b/dart.gyp |
| @@ -13,7 +13,7 @@ |
| 'target_name': 'compiler', |
| 'type': 'none', |
| 'dependencies': [ |
| - 'compiler/dart-compiler.gyp:dartc', |
| + 'compiler/dart-compiler.gyp:darta', |
| ], |
| 'actions': [] |
| }, |
| @@ -36,6 +36,7 @@ |
| ], |
| 'dependencies': [ |
| 'runtime', |
| + 'compiler' |
| ], |
| 'actions': [ |
| { |