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

Unified Diff: dart/dart.gyp

Issue 9719019: Launch Leg independently of Frog. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address own comment Created 8 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 | dart/frog/leg/colors.dart » ('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 fea2cc0906977edfb5be5b4a0b532ee2d18c0e46..2e9b1c561dc6bcb4c7f33a6ba12568538086aed1 100644
--- a/dart/dart.gyp
+++ b/dart/dart.gyp
@@ -4,7 +4,7 @@
{
'variables': {
- # These variables are used in the creation of the .vcproj file on
+ # These variables are used in the creation of the .vcproj file on
# Windows.
'cygwin_dir': 'third_party/cygwin',
},
@@ -27,20 +27,6 @@
],
},
{
- 'target_name': 'frog',
- 'type': 'none',
- 'dependencies': [
- 'frog/dart-frog.gyp:frog',
- ],
- },
- {
- 'target_name': 'frogsh',
- 'type': 'none',
- 'dependencies': [
- 'frog/dart-frog.gyp:frogsh',
- ],
- },
- {
'target_name': 'create_sdk',
'type': 'none',
'conditions': [
@@ -111,6 +97,12 @@
'type': 'none',
'dependencies': [
'utils/compiler/compiler.gyp:dart2js',
+
+ # TODO(ahe): Remove dependencies on frog and frogsh, they are
+ # just here to simplify
+ # frog/scripts/buildbot_annotated_steps.py temporarily.
+ 'frog/dart-frog.gyp:frog',
+ 'frog/dart-frog.gyp:frogsh',
],
},
],
« no previous file with comments | « no previous file | dart/frog/leg/colors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698