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

Unified Diff: dart/dart.gyp

Issue 219203002: Restore create_sdk target (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 9 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 | no next file » | 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 17eea78834790b62049c052c582944f14e1fbb62..e39daba992960ba28f8ae7b6828e58a7d0a0d817 100644
--- a/dart/dart.gyp
+++ b/dart/dart.gyp
@@ -9,7 +9,7 @@
'type': 'none',
'dependencies': [
'analyzer',
- 'create_sdk.gyp:create_sdk',
+ 'create_sdk',
'dart2js',
'editor',
'packages',
@@ -34,6 +34,13 @@
],
},
{
+ 'target_name': 'create_sdk',
+ 'type': 'none',
+ 'dependencies': [
+ 'create_sdk.gyp:create_sdk',
+ ],
+ },
+ {
'target_name': 'dart2js',
'type': 'none',
'dependencies': [
@@ -61,7 +68,7 @@
'target_name': 'dart2dart_bot',
'type': 'none',
'dependencies': [
- 'create_sdk.gyp:create_sdk',
+ 'create_sdk',
'packages',
],
},
@@ -72,7 +79,7 @@
'target_name': 'dartc_bot',
'type': 'none',
'dependencies': [
- 'create_sdk.gyp:create_sdk',
+ 'create_sdk',
'packages',
],
},
@@ -83,7 +90,7 @@
'target_name': 'dart2js_bot',
'type': 'none',
'dependencies': [
- 'create_sdk.gyp:create_sdk',
+ 'create_sdk',
'packages',
'try',
],
@@ -101,7 +108,7 @@
'dependencies': [
'editor/build/generated/editor_deps.gyp:editor_deps',
- # This dependency on create_sdk.gyp:create_sdk does not mean that the
+ # This dependency on create_sdk does not mean that the
# Editor is rebuilt if the SDK is. It only means that when you build
# the Editor, you should also build the SDK. If we wanted to
# make sure that the editor is rebuilt when the SDK is, we
@@ -110,7 +117,7 @@
# This is the desired behavior as we would otherwise have to
# rebuild the editor each time the VM, dart2js, or library
# code changes.
- 'create_sdk.gyp:create_sdk',
+ 'create_sdk',
],
'actions': [
{
« 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