summaryrefslogtreecommitdiffstats
path: root/testing/chromoting/integration_tests.gyp
diff options
context:
space:
mode:
authoranandc <anandc@chromium.org>2014-11-26 18:29:24 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-27 02:30:17 +0000
commit34b48a69ce0fcc069bffaa200cf5b00389f53916 (patch)
tree2d6b4b0b34136b49d59f1abc78c8636898c30aac /testing/chromoting/integration_tests.gyp
parent913736bf84d94f53f92bd2722dbde5978dbf75fe (diff)
downloadchromium_src-34b48a69ce0fcc069bffaa200cf5b00389f53916.zip
chromium_src-34b48a69ce0fcc069bffaa200cf5b00389f53916.tar.gz
chromium_src-34b48a69ce0fcc069bffaa200cf5b00389f53916.tar.bz2
Update Chromoting browser-test launcher to perform required initialisation work on Linux bots:
1.) Get hash-id on local-machine and copy test host-config file to expected location, with hash-id in file-name. 2.) Place me2me manifest file in user-profile dir, that we'll use for running connect-to-local-host test. In order for the above initialisation to work, include the test host-config and me2me manifest files in the Chromoting isolate for Linux. BUG= Review URL: https://codereview.chromium.org/736023003 Cr-Commit-Position: refs/heads/master@{#305950}
Diffstat (limited to 'testing/chromoting/integration_tests.gyp')
-rw-r--r--testing/chromoting/integration_tests.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/chromoting/integration_tests.gyp b/testing/chromoting/integration_tests.gyp
index 78c1368..2588d24 100644
--- a/testing/chromoting/integration_tests.gyp
+++ b/testing/chromoting/integration_tests.gyp
@@ -26,7 +26,7 @@
'../../remoting/remoting.gyp:remoting_me2me_host_archive',
],
}], # OS=="linux"
- ],
+ ],
},
],
}],