Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: testing/chromoting/integration_tests.gyp

Issue 662713002: Include file required for Chromoting browser-tests in output of chromoting-integration specific bui… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
},
],
}],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698