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

Unified Diff: pkg/pkg.gyp

Issue 2340813004: Revert "Use checked-in .package file for building and testing" (Closed)
Patch Set: Fix more test and build failures Created 4 years, 3 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 | « .packages ('k') | runtime/dart-runtime.gyp » ('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 a108bea3a2e3a838ac9e984cf5ee40e9c045c682..7a7ae9a4fa7f568862e0017a1abbaf125a88dd3a 100644
--- a/pkg/pkg.gyp
+++ b/pkg/pkg.gyp
@@ -26,11 +26,13 @@
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/packages.stamp',
+ '<(PRODUCT_DIR)/.packages',
],
'action': [
- 'python', '../tools/make_links.py',
+ 'python', '../tools/make_links.py', '--create-links',
+ '--create-package-file',
'--timestamp_file=<(SHARED_INTERMEDIATE_DIR)/packages.stamp',
- '<(PRODUCT_DIR)/packages',
+ '<(PRODUCT_DIR)',
'<@(_inputs)',
# Pub imports dart2js as compiler_unsupported so it can work outside
# the SDK. Map that to the compiler package.
« no previous file with comments | « .packages ('k') | runtime/dart-runtime.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698