Chromium Code Reviews| Index: pkg/pkg.gyp |
| diff --git a/pkg/pkg.gyp b/pkg/pkg.gyp |
| index d78c4bc879cf2ca8c6982c98eb3cdf11820847f1..dc2b5fef2ea91ceb4592eb5fef95337be77c0459 100644 |
| --- a/pkg/pkg.gyp |
| +++ b/pkg/pkg.gyp |
| @@ -43,7 +43,7 @@ |
| 'action_name': 'remove_html_imports', |
| 'inputs': [ |
| '../tools/remove_html_imports.py', |
| - '<!@(["python", "../tools/list_files.py", "\\.dart$", "http/lib"])', |
| + '<(SHARED_INTERMEDIATE_DIR)/http_files.stamp', |
|
ahe
2014/08/06 14:15:51
This target is always run because this file doesn'
ahe
2014/08/06 14:25:55
That's not correct. It is the action "make_pub_pac
nweiz
2014/08/06 21:18:05
Done.
|
| ], |
| 'outputs': [ |
| '<(SHARED_INTERMEDIATE_DIR)/remove_html_imports/http/lib/http.dart', |