Roll src/third_party/skia 013e9e3:42bd6bf
[chromium-blink-merge.git] / mojo / mojo_js_unittests.isolate
blobc6283884b532d02010bbdf86bb6ffd0c18d37f3f
1 # Copyright 2014 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.
5   'includes': [
6     '../third_party/icu/icu.isolate',
7   ],
8   'conditions': [
9     ['OS=="win" or OS=="mac" or OS=="linux"', {
10       'variables': {
11         'command': [
12           '../testing/test_env.py',
13           '<(PRODUCT_DIR)/mojo_js_unittests<(EXECUTABLE_SUFFIX)',
14           '--brave-new-test-launcher',
15           '--test-launcher-bot-mode',
16         ],
17         'files': [
18           '../gin/test/expect.js',
19           '../testing/test_env.py',
20           '<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/',
21           'bindings/js/',
22           'public/js/bindings/',
23         ],
24       },
25     }],
26     ['OS=="win"', {
27       'variables': {
28         'files': [
29           '<(PRODUCT_DIR)/mojo_public_test_support.dll',
30         ],
31       },
32     }],
33     ['OS=="linux"', {
34       'variables': {
35         'files': [
36           '<(PRODUCT_DIR)/lib/libmojo_public_test_support.so',
37         ],
38       },
39     }],
40     ['OS=="mac"', {
41       'variables': {
42         'files': [
43           '<(PRODUCT_DIR)/libmojo_public_test_support.dylib',
44         ],
45       },
46     }],
47   ],