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

Unified Diff: dart/dart.gyp

Issue 11418141: Update dependencies after big lib -> sdk/lib move. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 1 month 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/utils/apidoc/apidoc.gyp » ('j') | no next file with comments »
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 b76a758de5735cd048c36901a4c325c43863b149..27c3330f37b1e41def8f8b56c1cf2436cf3063f1 100644
--- a/dart/dart.gyp
+++ b/dart/dart.gyp
@@ -40,8 +40,7 @@
{
'action_name': 'create_sdk_py',
'inputs': [
- '<!@(["python", "tools/list_files.py", "\\.dart$", "lib"])',
- '<!@(["python", "tools/list_files.py", "import_.*\\.config$", "lib/config"])',
+ '<!@(["python", "tools/list_files.py", "\\.dart$", "sdk/lib"])',
'tools/create_sdk.py',
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
'<(PRODUCT_DIR)/dart2js',
« no previous file with comments | « no previous file | dart/utils/apidoc/apidoc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698