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

Unified Diff: dart.gyp

Issue 8890024: Get dependencies for SDK close to right. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 9 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart.gyp
===================================================================
--- dart.gyp (revision 2261)
+++ dart.gyp (working copy)
@@ -39,13 +39,22 @@
'target_name': 'create_sdk',
'type': 'none',
'dependencies': [
+ 'compiler',
'frog',
- 'runtime/dart-runtime.gyp:dart',
+ 'runtime',
],
'actions': [
{
'action_name': 'create_sdk_py',
'inputs': [
+ # TODO(dgrove) - change these to dependencies and add dom
+ # dependences once issues 754 and 755 are fixed
+ 'client/html/html.dart',
+ 'client/html/htmlimpl.dart',
+ 'client/dom.dart',
+ 'client/dom/generated',
+ 'client/dom/src',
+ 'frog/frogc',
'tools/create_sdk.py',
],
'outputs': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698