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

Unified Diff: dart.gyp

Issue 9379015: Fix issue 1615 . Because frog doesn't really produce an artifact, (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 10 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 | frog/scripts/list_frog_files.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart.gyp
===================================================================
--- dart.gyp (revision 4136)
+++ dart.gyp (working copy)
@@ -49,13 +49,13 @@
}],
],
'dependencies': [
- 'frog',
'runtime',
],
'actions': [
{
'action_name': 'create_sdk_py',
'inputs': [
+ '<!@(["python", "frog/scripts/list_frog_files.py", "frog"])',
# TODO(dgrove) - change these to dependencies and add dom
# dependences once issues 754 and 755 are fixed
'client/html/html.dart',
« no previous file with comments | « no previous file | frog/scripts/list_frog_files.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698