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 /cc/cc_perftests.isolate | |
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 'cc/cc_perftests.isolate')
-rw-r--r-- | cc/cc_perftests.isolate | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cc/cc_perftests.isolate b/cc/cc_perftests.isolate new file mode 100644 index 0000000..0aa38c0 --- /dev/null +++ b/cc/cc_perftests.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_untracked': [ + 'test/data/', + ], + }, + }], + ], +} |