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

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: Reorganize following Peter's suggestions. 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
« no previous file with comments | « no previous file | samples/sample_extension/sample_extension.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart.gyp
diff --git a/dart.gyp b/dart.gyp
index 1b62e45af165c3358b8180c1af485ce725034bdf..72bf15e76ad942cf948c1218dcfeb5e8ad0b44c4 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -107,6 +107,13 @@
'dependencies': [
'utils/apidoc/apidoc.gyp:api_docs',
],
- }
+ },
+ {
+ 'target_name': 'samples',
+ 'type': 'none',
+ 'dependencies': [
+ 'samples/sample_extension/sample_extension.gyp:sample_extension',
+ ],
+ },
],
}
« no previous file with comments | « no previous file | samples/sample_extension/sample_extension.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698