summaryrefslogtreecommitdiffstats
path: root/content/content_site_isolation_browsertests.isolate
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2016-02-04 18:43:59 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-05 02:45:07 +0000
commitfe0d35e9672feaaa8c19612dcc33ede70738c0e0 (patch)
treed435356c23617b6a63e122f8a7f1398740b5ec95 /content/content_site_isolation_browsertests.isolate
parent9168e073e6b25bb5fac550ff92fb5d76f1452d4d (diff)
downloadchromium_src-fe0d35e9672feaaa8c19612dcc33ede70738c0e0.zip
chromium_src-fe0d35e9672feaaa8c19612dcc33ede70738c0e0.tar.gz
chromium_src-fe0d35e9672feaaa8c19612dcc33ede70738c0e0.tar.bz2
Add isolate for content_browsertests with --site-per-process.
(Patch from issue 1572633002 at patchset 200001 (http://crrev.com/1572633002#ps200001)) BUG=579704 R=nasko@chromium.org, maruel@chromium.org, phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/1620513002 Cr-Commit-Position: refs/heads/master@{#373727}
Diffstat (limited to 'content/content_site_isolation_browsertests.isolate')
-rw-r--r--content/content_site_isolation_browsertests.isolate21
1 files changed, 21 insertions, 0 deletions
diff --git a/content/content_site_isolation_browsertests.isolate b/content/content_site_isolation_browsertests.isolate
new file mode 100644
index 0000000..9fcfd9a
--- /dev/null
+++ b/content/content_site_isolation_browsertests.isolate
@@ -0,0 +1,21 @@
+# Copyright 2015 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.
+{
+ 'includes': [
+ 'content_browsertests.isolate',
+ ],
+ 'conditions': [
+ ['OS=="linux"', {
+ 'variables': {
+ 'command': [
+ '../testing/test_env.py',
+ '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
+ '--test-launcher-bot-mode',
+ '--site-per-process',
+ '--test-launcher-filter-file=../testing/buildbot/filters/site-per-process.content_browsertests.filter',
+ ],
+ },
+ }],
+ ],
+}