summaryrefslogtreecommitdiffstats
path: root/breakpad
diff options
context:
space:
mode:
authorfrankf@chromium.org <frankf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-13 04:43:55 +0000
committerfrankf@chromium.org <frankf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-13 04:43:55 +0000
commitbc63a8ecee1ab18fceb0f32304b5d3740dffe10c (patch)
treef1fbc36bbbe5e96ba4eadfd6e37ead8840f94eb0 /breakpad
parent7bea7357129c4564382f0967ff331a2da3b21f52 (diff)
downloadchromium_src-bc63a8ecee1ab18fceb0f32304b5d3740dffe10c.zip
chromium_src-bc63a8ecee1ab18fceb0f32304b5d3740dffe10c.tar.gz
chromium_src-bc63a8ecee1ab18fceb0f32304b5d3740dffe10c.tar.bz2
[Android] Convert more test targets to use isolate.
BUG=249870 TBR=ben@chromium.org, acolwell@chromium.org, joi@chromium.org, enne@chromium.org, mark@chromium.org, jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/19040002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211547 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r--breakpad/OWNERS3
-rw-r--r--breakpad/breakpad_unittests.isolate14
2 files changed, 17 insertions, 0 deletions
diff --git a/breakpad/OWNERS b/breakpad/OWNERS
index d38d4ab..4289d68 100644
--- a/breakpad/OWNERS
+++ b/breakpad/OWNERS
@@ -1,2 +1,5 @@
mark@chromium.org
thestig@chromium.org
+
+per-file *.isolate=csharp@chromium.org
+per-file *.isolate=maruel@chromium.org
diff --git a/breakpad/breakpad_unittests.isolate b/breakpad/breakpad_unittests.isolate
new file mode 100644
index 0000000..6334b39
--- /dev/null
+++ b/breakpad/breakpad_unittests.isolate
@@ -0,0 +1,14 @@
+# Copyright 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.
+{
+ 'conditions': [
+ ['OS=="android"', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/linux_dumper_unittest_helper',
+ ],
+ },
+ }],
+ ],
+}