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

Unified Diff: dart/dart.gyp

Issue 10308006: Share a tool for listing dependencies thus fixing a dependency problem on Windows. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Spotted another Windows bug Created 8 years, 8 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/frog/dart-frog.gyp » ('j') | dart/tools/list_files.py » ('J')
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 d4eef2e06057749543b88dd93dc0618281336760..8beaa00e0e9b44908f19d12769fc3425944bc0b5 100644
--- a/dart/dart.gyp
+++ b/dart/dart.gyp
@@ -28,21 +28,19 @@
'type': 'none',
'dependencies': [
'runtime/dart-runtime.gyp:dart',
+ 'dart2js',
],
'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
- 'lib/html/html_frog.dart',
- 'lib/html/html_dartium.dart',
- 'lib/dom/dom.dart',
- 'lib/dom/src',
+ '<!@(["python", "tools/list_files.py", "\\.dart$", "lib"])',
'frog/scripts/bootstrap/frogc',
'tools/create_sdk.py',
+ '<(PRODUCT_DIR)/frog/bin/frog',
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/dart2js',
+ '<(PRODUCT_DIR)/dart2js.bat',
],
'outputs': [
'<(PRODUCT_DIR)/dart-sdk/create.stamp',
« no previous file with comments | « no previous file | dart/frog/dart-frog.gyp » ('j') | dart/tools/list_files.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698