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

Unified Diff: utils/compiler/compiler.gyp

Issue 11358024: Changes outside pkg/ and lib/ for directory refactoring (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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
« tools/create_sdk.py ('K') | « utils/compiler/build_helper.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/compiler/compiler.gyp
===================================================================
--- utils/compiler/compiler.gyp (revision 14364)
+++ utils/compiler/compiler.gyp (working copy)
@@ -49,8 +49,8 @@
'inputs': [
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)gen_snapshot<(EXECUTABLE_SUFFIX)',
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
- '../../lib/_internal/libraries.dart',
- '<!@(["python", "../../tools/list_files.py", "\\.dart$", "../../lib/compiler", "../../runtime/lib"])',
+ '../../sdk/lib/_internal/libraries.dart',
+ '<!@(["python", "../../tools/list_files.py", "\\.dart$", "../../sdk/lib/_internal/compiler", "../../runtime/lib"])',
],
'outputs': [
'<(PRODUCT_DIR)/dart2js.snapshot',
@@ -67,7 +67,7 @@
# for dart2js compiler engineers. However, we install the
# snapshot in the proper location when building the SDK.
'--script_snapshot=<(PRODUCT_DIR)/dart2js.snapshot',
- '../../lib/compiler/implementation/dart2js.dart',
+ '../../sdk/lib/_internal/compiler/implementation/dart2js.dart',
],
},
],
« tools/create_sdk.py ('K') | « utils/compiler/build_helper.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698