Index: pkg/pkg_files.gyp |
diff --git a/pkg/pkg_files.gyp b/pkg/pkg_files.gyp |
index e091dcd9377ee29ec6c13825798f26a96f47d1bb..14653b266db795bbdc364cfd6c2e1b50b17885ee 100644 |
--- a/pkg/pkg_files.gyp |
+++ b/pkg/pkg_files.gyp |
@@ -44,25 +44,5 @@ |
}, |
], |
}, |
- { |
- 'target_name': 'http_files_stamp', |
- 'type': 'none', |
- 'actions': [ |
- { |
- 'action_name': 'make_http_files_stamp', |
- 'inputs': [ |
- '../tools/create_timestamp_file.py', |
- '<!@(["python", "../tools/list_files.py", "\\.dart$", "http/lib"])', |
- ], |
- 'outputs': [ |
- '<(SHARED_INTERMEDIATE_DIR)/http_files.stamp', |
- ], |
- 'action': [ |
- 'python', '../tools/create_timestamp_file.py', |
- '<@(_outputs)', |
- ], |
- }, |
- ], |
- }, |
], |
} |