Index: dart/dart.gyp |
diff --git a/dart/dart.gyp b/dart/dart.gyp |
index 589c1d30a8ed48c286fe1516074dce77d961c309..3ec8489bf257809e14183f5e76709c72a2427c26 100644 |
--- a/dart/dart.gyp |
+++ b/dart/dart.gyp |
@@ -30,7 +30,7 @@ |
'type': 'none', |
'dependencies': [ |
'runtime/dart-runtime.gyp:dart', |
- 'dart2js', |
+ 'utils/compiler/compiler.gyp:dart2js', |
], |
'actions': [ |
{ |
@@ -99,10 +99,19 @@ |
'target_name': 'dart2js', |
'type': 'none', |
'dependencies': [ |
+ 'third_party/v8/src/d8.gyp:d8', |
'utils/compiler/compiler.gyp:dart2js', |
], |
}, |
{ |
+ 'target_name': 'dart2js_bot', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ 'third_party/v8/src/d8.gyp:d8', |
+ 'create_sdk', |
+ ], |
+ }, |
+ { |
'target_name': 'api_docs', |
'type': 'none', |
'dependencies': [ |