summaryrefslogtreecommitdiffstats
path: root/testing/chromoting/chromoting_integration_tests.isolate
diff options
context:
space:
mode:
authorleilei <leilei@chromium.org>2014-09-23 14:33:16 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-23 21:33:29 +0000
commit4003c4ff37af38f9dc7176372f3aaddace9cbfd4 (patch)
treed74a5eca2e7f2d4651958276d6cee22f8dca870e /testing/chromoting/chromoting_integration_tests.isolate
parent693959c4726d968b0396345918a84bc284aea510 (diff)
downloadchromium_src-4003c4ff37af38f9dc7176372f3aaddace9cbfd4.zip
chromium_src-4003c4ff37af38f9dc7176372f3aaddace9cbfd4.tar.gz
chromium_src-4003c4ff37af38f9dc7176372f3aaddace9cbfd4.tar.bz2
Put chromoting isolate targets under chromoting_swarm_tests=1 GYP variable.
This avoids the majority of the Chromium builders attempting to build these isolates. BUG= Review URL: https://codereview.chromium.org/595663002 Cr-Commit-Position: refs/heads/master@{#296254}
Diffstat (limited to 'testing/chromoting/chromoting_integration_tests.isolate')
-rw-r--r--testing/chromoting/chromoting_integration_tests.isolate63
1 files changed, 63 insertions, 0 deletions
diff --git a/testing/chromoting/chromoting_integration_tests.isolate b/testing/chromoting/chromoting_integration_tests.isolate
new file mode 100644
index 0000000..92dfb74
--- /dev/null
+++ b/testing/chromoting/chromoting_integration_tests.isolate
@@ -0,0 +1,63 @@
+# Copyright (c) 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+{
+ 'conditions': [
+ ['OS=="linux"', {
+ 'variables': {
+ 'command': [
+ '../xvfb.py',
+ '<(PRODUCT_DIR)',
+ '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
+ '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch',
+ '--run-manual',
+ '--ui-test-action-timeout=100000',
+ '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp',
+ '--extension-name=Chromoting',
+ ],
+ 'isolate_dependency_tracked': [
+ '../xvfb.py',
+ '<(PRODUCT_DIR)/libffmpegsumo.so',
+ '<(PRODUCT_DIR)/libosmesa.so',
+ '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
+ '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
+ ],
+ },
+ }],
+ ['OS=="linux" or OS=="mac" or OS=="win"', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '../test_env.py',
+ '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/remoting/remoting.webapp/',
+ '<(PRODUCT_DIR)/resources.pak',
+ ],
+ 'read_only': 1,
+ },
+ }],
+ ['OS=="linux" or OS=="win"', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/chrome_100_percent.pak',
+ '<(PRODUCT_DIR)/locales/en-US.pak',
+ ],
+ },
+ }],
+ ['OS=="mac" or OS=="win"', {
+ 'variables': {
+ 'command': [
+ '../testing/test_env.py',
+ '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
+ '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch',
+ '--run-manual',
+ '--ui-test-action-timeout=100000',
+ '--webapp-unpacked=<(PRODUCT_DIR)/remoting/remoting.webapp',
+ '--extension-name=Chromoting',
+ ],
+ },
+ }],
+ ],
+ 'includes': [
+ '../../base/base.isolate',
+ ],
+}