| Index: dart/pkg/pkg.gyp
|
| diff --git a/dart/pkg/pkg.gyp b/dart/pkg/pkg.gyp
|
| index 5326455de99d0bd83d5a8a52e9c7575c45f1969b..7751c19d910ca10014a9a55181d81fcdcd076154 100644
|
| --- a/dart/pkg/pkg.gyp
|
| +++ b/dart/pkg/pkg.gyp
|
| @@ -40,12 +40,12 @@
|
| {
|
| 'target_name': 'pub_packages',
|
| 'type': 'none',
|
| + 'dependencies': [
|
| + 'pkg_files.gyp:http_files_stamp',
|
| + ],
|
| 'actions': [
|
| {
|
| 'action_name': 'remove_html_imports',
|
| - 'dependencies': [
|
| - 'pkg_files.gyp:http_files_stamp',
|
| - ],
|
| 'inputs': [
|
| '../tools/remove_html_imports.py',
|
| '<(SHARED_INTERMEDIATE_DIR)/http_files.stamp',
|
|
|