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

Unified Diff: dart/dart.gyp

Issue 11301019: Don't depend on V8 when creating the SDK. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Change what build bot builds Created 8 years, 2 months 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 | dart/tools/bots/compiler.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « no previous file | dart/tools/bots/compiler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698