summaryrefslogtreecommitdiffstats
path: root/content/content_browsertests.isolate
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-08 20:45:12 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-08 20:45:12 +0000
commitd3b83bc85a8ab5d532b2fbe260219cc4e0287d89 (patch)
tree7ccda302aa4b817be1adddb049bd2568253d08ae /content/content_browsertests.isolate
parentd40f074ff51ffa241e6a09ba4e63e9cd888529bf (diff)
downloadchromium_src-d3b83bc85a8ab5d532b2fbe260219cc4e0287d89.zip
chromium_src-d3b83bc85a8ab5d532b2fbe260219cc4e0287d89.tar.gz
chromium_src-d3b83bc85a8ab5d532b2fbe260219cc4e0287d89.tar.bz2
Add isolate files for content_unittests and content_browsertests. I generated these manually and verified it on Win/Mac/Linux.
Review URL: https://codereview.chromium.org/12464002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187040 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_browsertests.isolate')
-rw-r--r--content/content_browsertests.isolate82
1 files changed, 82 insertions, 0 deletions
diff --git a/content/content_browsertests.isolate b/content/content_browsertests.isolate
new file mode 100644
index 0000000..2ed7523
--- /dev/null
+++ b/content/content_browsertests.isolate
@@ -0,0 +1,82 @@
+# Copyright (c) 2013 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.
+{
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
+ ],
+ 'isolate_dependency_untracked': [
+ 'test/data/',
+ '../net/data/',
+ '../net/tools/testserver/',
+ '../third_party/lighttpd/',
+ '../third_party/pyftpdlib/',
+ '../third_party/pywebsocket/',
+ '../third_party/tlslite/',
+ '../third_party/WebKit/Tools/Scripts/',
+ ],
+ },
+ 'conditions': [
+ ['OS=="linux"', {
+ 'variables': {
+ 'command': [
+ '../testing/xvfb.py',
+ '<(PRODUCT_DIR)',
+ '../tools/swarm_client/run_test_cases.py',
+ '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
+ ],
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/content_shell.pak',
+ '<(PRODUCT_DIR)/fonts.conf',
+ '<(PRODUCT_DIR)/libclearkeycdm.so',
+ '<(PRODUCT_DIR)/libclearkeycdmadapter.so',
+ '<(PRODUCT_DIR)/libffmpegsumo.so',
+ '<(PRODUCT_DIR)/plugins/libnpapi_test_plugin.so',
+ '<(PRODUCT_DIR)/plugins/libTestNetscapePlugin.so',
+ ],
+ },
+ }],
+ ['OS=="mac" or OS=="win"', {
+ 'variables': {
+ 'command': [
+ '../testing/test_env.py',
+ '../tools/swarm_client/run_test_cases.py',
+ '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
+ ],
+ },
+ }],
+ ['OS=="mac"', {
+ 'variables': {
+ 'isolate_dependency_untracked': [
+ '<(PRODUCT_DIR)/clearkeycdmadapter.plugin',
+ '<(PRODUCT_DIR)/content_resources.pak',
+ '<(PRODUCT_DIR)/Content Shell.app/',
+ '<(PRODUCT_DIR)/ffmpegsumo.so',
+ '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin',
+ '<(PRODUCT_DIR)/plugins/TestNestscapePlugin.plugin',
+ ],
+ },
+ }],
+ ['OS=="win"', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/ffmpegsumo.dll',
+ ],
+ 'isolate_dependency_untracked': [
+ # The two directories below are only needed for
+ # WorkerXHRHttpLayoutTest.Tests which are currently disabled.
+ #'../third_party/cygwin/',
+ #'../third_party/perl/perl/',
+ '../third_party/python_26/',
+ '<(PRODUCT_DIR)/chrome_100_percent.pak',
+ '<(PRODUCT_DIR)/clearkeycdm.dll',
+ '<(PRODUCT_DIR)/clearkeycdmadapter.dll',
+ '<(PRODUCT_DIR)/content_shell.pak',
+ '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll',
+ '<(PRODUCT_DIR)/plugins/npTestNetscapePlugIn.dll',
+ ],
+ },
+ }],
+ ],
+}