summaryrefslogtreecommitdiff
path: root/chromium/cc/cc_perftests.isolate
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/cc/cc_perftests.isolate')
-rw-r--r--chromium/cc/cc_perftests.isolate14
1 files changed, 14 insertions, 0 deletions
diff --git a/chromium/cc/cc_perftests.isolate b/chromium/cc/cc_perftests.isolate
new file mode 100644
index 00000000000..0aa38c0eb60
--- /dev/null
+++ b/chromium/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/',
+ ],
+ },
+ }],
+ ],
+}