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

Unified Diff: pkg/pkg.gyp

Issue 1165473002: Start pulling pub from its own repo. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Code review changes Created 5 years, 7 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 | « DEPS ('k') | sdk/bin/pub » ('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 eed2aac87c4f19f68874c5df08c5f08c274d0575..4afbb197d6c0c884a0a0ca44abb04c6bf5e2fd49 100644
--- a/pkg/pkg.gyp
+++ b/pkg/pkg.gyp
@@ -30,6 +30,9 @@
'--timestamp_file=<(SHARED_INTERMEDIATE_DIR)/packages.stamp',
'<(PRODUCT_DIR)/packages',
'<@(_inputs)',
+ # Pub imports dart2js as compiler_unsupported so it can work outside
+ # the SDK. Map that to the compiler package.
+ 'compiler/lib:compiler_unsupported'
],
},
],
« no previous file with comments | « DEPS ('k') | sdk/bin/pub » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698