Chromium Code Reviews| 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. |