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

Unified Diff: pkg/pkg.gyp

Issue 1746743002: Use checked-in .package file for building and testing (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Stop creating [build_dir]/packages 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
Index: pkg/pkg.gyp
diff --git a/pkg/pkg.gyp b/pkg/pkg.gyp
index a108bea3a2e3a838ac9e984cf5ee40e9c045c682..aae5d3fef15b0056d2589d1f79c5a31d6d7dd02c 100644
--- a/pkg/pkg.gyp
+++ b/pkg/pkg.gyp
@@ -26,11 +26,12 @@
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/packages.stamp',
+ '<(PRODUCT_DIR)/.packages',
],
'action': [
Bill Hesse 2016/09/14 14:30:12 We will totally remove this, and the tools it call
- 'python', '../tools/make_links.py',
+ 'echo', 'python', '../tools/make_links.py',
'--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') | tools/testing/dart/test_suite.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698