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

Unified Diff: dart.gyp

Issue 10827197: Add samples gyp target to Dart project, that builds samples/sample_extension. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix copyright date. Created 8 years, 4 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
Index: dart.gyp
diff --git a/dart.gyp b/dart.gyp
index 1b62e45af165c3358b8180c1af485ce725034bdf..8e2537c8a418c2d8c52a772935320215a450269a 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -23,6 +23,13 @@
],
},
{
+ 'target_name': 'samples',
ahe 2012/08/07 11:42:31 I think it would be nice if you added this to the
Bill Hesse 2012/08/07 12:23:19 Done.
+ 'type': 'none',
+ 'dependencies': [
+ 'samples/samples.gyp:sample_extension',
+ ],
+ },
+ {
# Build the SDK. This target is separate from upload_sdk as the
# editor needs to build the SDK without uploading it.
'target_name': 'create_sdk',
« no previous file with comments | « no previous file | samples/sample_extension/sample_extension.gypi » ('j') | samples/sample_extension/sample_extension.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698