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

Unified Diff: dart/dart.gyp

Issue 133893008: Add GYP build rule for Try Dart! (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address comments from Kasper and Martin Created 6 years, 11 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/sdk/lib/_internal/compiler/samples/jsonify/jsonify.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 b87b5688272495c09e47dbd3d9f7a1316e8c3115..914b088d9ac865e1e283f9a5cc45fbd3c8ff70a8 100644
--- a/dart/dart.gyp
+++ b/dart/dart.gyp
@@ -184,5 +184,13 @@
'pkg/pkg.gyp:pkg_packages',
],
},
+ {
+ 'target_name': 'try',
+ 'type': 'none',
+ 'dependencies': [
+ 'create_sdk',
+ 'site/try/build_try.gyp:try_site',
+ ],
+ },
],
}
« no previous file with comments | « no previous file | dart/sdk/lib/_internal/compiler/samples/jsonify/jsonify.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698