summaryrefslogtreecommitdiffstats
path: root/ui/gfx/gfx_unittests.isolate
diff options
context:
space:
mode:
authorjochen <jochen@chromium.org>2014-12-11 11:54:46 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-11 19:55:16 +0000
commit4d293d79bd67b683942fd727c46f2b3173d7f03e (patch)
tree585601d3d9c0c918fcb65177b90ae88f14b56844 /ui/gfx/gfx_unittests.isolate
parentd672334761063024f795f7b815856817aa822a0a (diff)
downloadchromium_src-4d293d79bd67b683942fd727c46f2b3173d7f03e.zip
chromium_src-4d293d79bd67b683942fd727c46f2b3173d7f03e.tar.gz
chromium_src-4d293d79bd67b683942fd727c46f2b3173d7f03e.tar.bz2
Isolate remaining tests under ui/
BUG=98637 R=maruel@chromium.org,jam@chromium.org Review URL: https://codereview.chromium.org/724603004 Cr-Commit-Position: refs/heads/master@{#307954}
Diffstat (limited to 'ui/gfx/gfx_unittests.isolate')
-rw-r--r--ui/gfx/gfx_unittests.isolate22
1 files changed, 22 insertions, 0 deletions
diff --git a/ui/gfx/gfx_unittests.isolate b/ui/gfx/gfx_unittests.isolate
new file mode 100644
index 0000000..edd76be
--- /dev/null
+++ b/ui/gfx/gfx_unittests.isolate
@@ -0,0 +1,22 @@
+# Copyright (c) 2014 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=="linux" or OS=="mac" or OS=="win"', {
+ 'variables': {
+ 'command': [
+ '<(PRODUCT_DIR)/gfx_unittests<(EXECUTABLE_SUFFIX)',
+ ],
+ 'files': [
+ 'test/data/',
+ '<(PRODUCT_DIR)/gfx_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/ui_test.pak',
+ ],
+ },
+ }],
+ ],
+ 'includes': [
+ '../../base/base.isolate',
+ ],
+}