Chromium Code Reviews| Index: pkg/pkg.gyp |
| diff --git a/pkg/pkg.gyp b/pkg/pkg.gyp |
| index 172eef521fb63ea07a7f55fa83ca753f9aedf29b..c06b517535c0d7dda0266306c483af99206173f0 100644 |
| --- a/pkg/pkg.gyp |
| +++ b/pkg/pkg.gyp |
| @@ -24,6 +24,24 @@ |
| '<@(_inputs)', |
| ], |
| }, |
| + { |
| + 'action_name': 'make_third_party_packages', |
|
Emily Fortuna
2013/07/08 17:36:30
There may (I hope?) be a less verbose way to do th
Bob Nystrom
2013/07/08 17:41:13
Yeah, Peter might be able to help here. Gyp is mos
ahe
2013/07/11 10:19:30
I've filed https://code.google.com/p/dart/issues/d
|
| + 'inputs': [ |
| + '../tools/make_links.py', |
| + '<!@(["python", "../tools/list_pkg_directories.py", ' |
| + '"../third_party/pkg"])', |
| + ], |
| + 'outputs': [ |
| + '<(SHARED_INTERMEDIATE_DIR)/third_party_packages.stamp', |
| + ], |
| + 'action': [ |
| + 'python', '../tools/make_links.py', |
| + '--timestamp_file=<(SHARED_INTERMEDIATE_DIR)/third_party_packages.' |
| + 'stamp', |
| + '<(PRODUCT_DIR)/packages', |
| + '<@(_inputs)', |
| + ], |
| + }, |
| ], |
| } |
| ], |