Chromium Code Reviews| Index: pkg/pkg.gyp |
| diff --git a/pkg/pkg.gyp b/pkg/pkg.gyp |
| index dc2b5fef2ea91ceb4592eb5fef95337be77c0459..ba8b78d29cc231825ac0c579626aee840b0b953d 100644 |
| --- a/pkg/pkg.gyp |
| +++ b/pkg/pkg.gyp |
| @@ -41,6 +41,9 @@ |
| 'actions': [ |
| { |
| 'action_name': 'remove_html_imports', |
| + 'dependencies': [ |
| + 'pkg_files.gyp:http_files_stamp', |
|
ahe
2014/08/07 09:55:35
Why do you have two gyp files in this directory?
|
| + ], |
| 'inputs': [ |
| '../tools/remove_html_imports.py', |
| '<(SHARED_INTERMEDIATE_DIR)/http_files.stamp', |