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

Unified Diff: testing/chromoting/chromoting_integration_tests.isolate

Issue 498373003: Swarming configuration files for chromoting integration tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « build/common.gypi ('k') | testing/chromoting/integration_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/chromoting/chromoting_integration_tests.isolate
diff --git a/testing/chromoting/chromoting_integration_tests.isolate b/testing/chromoting/chromoting_integration_tests.isolate
new file mode 100644
index 0000000000000000000000000000000000000000..92dfb74a5b00dc76028012f119e9c45649bb44ed
--- /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',
+ ],
+}
« no previous file with comments | « build/common.gypi ('k') | testing/chromoting/integration_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698