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

Unified Diff: pkg/pkg.gyp

Issue 690103004: 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 | « pkg/docgen/lib/src/models/annotation.dart ('k') | pkg/pkg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/pkg.gyp
diff --git a/pkg/pkg.gyp b/pkg/pkg.gyp
index 7751c19d910ca10014a9a55181d81fcdcd076154..ab164fc4d67f93fe8b7d453b76d49eb87ec050a4 100644
--- a/pkg/pkg.gyp
+++ b/pkg/pkg.gyp
@@ -21,8 +21,7 @@
'"polymer/e2e_test/"])',
'<!@(["python", "../tools/list_pkg_directories.py", '
'"../runtime/bin/vmservice"])',
- '../sdk/lib/_internal/compiler',
- '../sdk/lib/_internal/libraries.dart',
+ '../sdk/lib/_internal',
'../site/try',
],
'outputs': [
@@ -69,8 +68,7 @@
'"third_party"])',
'<!@(["python", "../tools/list_pkg_directories.py", '
'"../third_party/pkg"])',
- '../sdk/lib/_internal/compiler',
- '../sdk/lib/_internal/libraries.dart',
+ '../sdk/lib/_internal',
'<(SHARED_INTERMEDIATE_DIR)/remove_html_imports/http/lib/http.dart',
],
'outputs': [
« no previous file with comments | « pkg/docgen/lib/src/models/annotation.dart ('k') | pkg/pkg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698