Move the AnimateInput paths for WebView around to not path through cc.
[chromium-blink-merge.git] / chrome / angle_deqp_gles2_tests.isolate
blobcaa4edf2f56f95ae038cc3f07330dc787e750430
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 # TOOD(jmadill): disable gtest batching
6   'includes': [
7     '../base/base.isolate',
8     '../third_party/angle/angle_on_all_platforms.isolate',
9   ],
10   'conditions': [
11     ['OS=="win" or OS=="linux"', {
12       'variables': {
13         'command': [
14           '<(PRODUCT_DIR)/angle_deqp_gles2_tests<(EXECUTABLE_SUFFIX)',
15           '--test-launcher-batch-limit=400',
16         ],
17         'files': [
18           '<(PRODUCT_DIR)/deqp_support/deqp_gles2_test_expectations.txt',
19           '<(PRODUCT_DIR)/deqp_support/dEQP-GLES2-cases.txt.gz',
20           '../third_party/deqp/src/data/',
21         ],
22       },
23     }],
24     ['OS=="win"', {
25       'variables': {
26         'files': [
27           '<(PRODUCT_DIR)/angle_deqp_libgles2.dll',
28         ],
29       },
30     }],
31     ['OS=="linux"', {
32       'variables': {
33         'files': [
34           '<(PRODUCT_DIR)/lib/libangle_deqp_libgles2.so',
35         ],
36       },
37     }],
38   ],