summaryrefslogtreecommitdiffstats
path: root/chrome/sync_integration_tests.isolate
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/sync_integration_tests.isolate')
-rw-r--r--chrome/sync_integration_tests.isolate47
1 files changed, 47 insertions, 0 deletions
diff --git a/chrome/sync_integration_tests.isolate b/chrome/sync_integration_tests.isolate
new file mode 100644
index 0000000..b20be04
--- /dev/null
+++ b/chrome/sync_integration_tests.isolate
@@ -0,0 +1,47 @@
+# Copyright 2012 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': [
+ '../testing/xvfb.py',
+ '<(PRODUCT_DIR)',
+ '../tools/swarm_client/run_test_cases.py',
+ '<(PRODUCT_DIR)/sync_integration_tests<(EXECUTABLE_SUFFIX)',
+ ],
+ 'isolate_dependency_tracked': [
+ '../net/tools/testserver/',
+ '../testing/test_env.py',
+ '../testing/xvfb.py',
+ '../third_party/pyftpdlib/src/pyftpdlib/ftpserver.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/',
+ '../third_party/tlslite/tlslite/',
+ '../tools/swarm_client/run_test_cases.py',
+ '<(PRODUCT_DIR)/chrome.pak',
+ '<(PRODUCT_DIR)/chrome_100_percent.pak',
+ '<(PRODUCT_DIR)/libffmpegsumo.so',
+ '<(PRODUCT_DIR)/libppGoogleNaClPluginChrome.so',
+ '<(PRODUCT_DIR)/locales/en-US.pak',
+ '<(PRODUCT_DIR)/nacl_helper<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/nacl_helper_bootstrap<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
+ '<(PRODUCT_DIR)/pyproto/google/__init__.py',
+ '<(PRODUCT_DIR)/pyproto/google/protobuf/',
+ '<(PRODUCT_DIR)/pyproto/sync/protocol/',
+ '<(PRODUCT_DIR)/resources.pak',
+ '<(PRODUCT_DIR)/sync_integration_tests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
+ ],
+ 'isolate_dependency_untracked': [
+ '../third_party/pywebsocket/src/mod_pywebsocket/handshake/',
+ ],
+ 'isolate_dependency_touched': [
+ '../third_party/pyftpdlib/src/pyftpdlib/__init__.py',
+ '<(PRODUCT_DIR)/libppGoogleNaClPluginChrome.so',
+ ],
+ },
+ }],
+ ],
+}