summaryrefslogtreecommitdiffstats
path: root/breakpad
diff options
context:
space:
mode:
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',
+ ],
+ },
+ }],
+ ],
+}