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

Unified Diff: utils/compiler/compiler.gyp

Issue 694353007: Move dart2js from sdk/lib/_internal/compiler to pkg/compiler (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « utils/apidoc/lib/metadata.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
diff --git a/utils/compiler/compiler.gyp b/utils/compiler/compiler.gyp
index 9be964466b791260486b502e279e73d6406f5820..61c4548aafb32196004da8a510d119e2361f956b 100644
--- a/utils/compiler/compiler.gyp
+++ b/utils/compiler/compiler.gyp
@@ -35,7 +35,7 @@
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
'create_snapshot.dart',
'--output_dir=<(SHARED_INTERMEDIATE_DIR)',
- '--dart2js_main=sdk/lib/_internal/compiler/implementation/dart2js.dart',
+ '--dart2js_main=pkg/compiler/lib/src/dart2js.dart',
'--docgen_main=pkg/docgen/bin/docgen.dart',
'--package_root=<(PRODUCT_DIR)/packages/',
],
@@ -44,7 +44,7 @@
},
# Other targets depend on dart2js files, but have to many inputs,
# which causes issues on some platforms.
- # This target lists all the files in sdk/lib/_internal/compiler,
+ # This target lists all the files in pkg/compiler,
# and creates a single dart2js_files.stamp
{
'target_name': 'dart2js_files_stamp',
@@ -55,7 +55,7 @@
'inputs': [
'../../tools/create_timestamp_file.py',
'<!@(["python", "../../tools/list_files.py", "\\.dart$",'
- ' "../../sdk/lib/_internal/compiler"])',
+ ' "../../pkg/compiler/lib"])',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/dart2js_files.stamp',
« no previous file with comments | « utils/apidoc/lib/metadata.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698