diff options
author | frankf@chromium.org <frankf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-13 04:43:55 +0000 |
---|---|---|
committer | frankf@chromium.org <frankf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-13 04:43:55 +0000 |
commit | bc63a8ecee1ab18fceb0f32304b5d3740dffe10c (patch) | |
tree | f1fbc36bbbe5e96ba4eadfd6e37ead8840f94eb0 /breakpad | |
parent | 7bea7357129c4564382f0967ff331a2da3b21f52 (diff) | |
download | chromium_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/OWNERS | 3 | ||||
-rw-r--r-- | breakpad/breakpad_unittests.isolate | 14 |
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', + ], + }, + }], + ], +} |