Chromium Code Reviews| Index: testing/chromoting/integration_tests.gyp |
| diff --git a/testing/chromoting/integration_tests.gyp b/testing/chromoting/integration_tests.gyp |
| index 23fcf6ff9d69bdef72ef9b50a09cb9acfa5937ab..d43d8acdf3ac65da6dd9f0318cc0b6bd3c5fea5b 100644 |
| --- a/testing/chromoting/integration_tests.gyp |
| +++ b/testing/chromoting/integration_tests.gyp |
| @@ -20,6 +20,23 @@ |
| 'sources': [ |
| 'chromoting_integration_tests.isolate', |
| ], |
| + 'actions': [ |
| + { |
| + 'action_name': 'Copy system module.', |
| + 'inputs': [ |
| + '<(DEPTH)/build/cp.py', |
| + '../../remoting/tools/internal/test_accounts.json', |
| + ], |
| + 'outputs': [ |
| + '<(PRODUCT_DIR)/test_accounts.json', |
| + ], |
| + 'action': [ |
| + 'python', |
| + '<@(_inputs)', |
| + '<@(_outputs)', |
| + ] |
| + }, |
| + ], |
|
anandc
2014/10/16 22:26:26
When this action is performed, the file containing
M-A Ruel
2014/10/16 22:38:04
No idea, sorry.
Lei Lei
2014/10/16 23:45:24
Why do you need to copy it? Does it work if just a
M-A Ruel
2014/10/16 23:47:07
Strictly speaking, this is true. I personally don'
anandc
2014/10/17 01:00:54
Done.
Thanks. Just tested this by running it on a
anandc
2014/10/17 01:00:54
Acknowledged.
|
| }, |
| ], |
| }], |