[email protected] | 9eb072b6 | 2014-03-19 20:35:16 | [diff] [blame] | 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. |
| 4 | { |
| 5 | 'includes': [ |
krasin | da412f2cc | 2016-05-09 23:50:26 | [diff] [blame] | 6 | '../base/base.isolate', |
sammc | 98ecd4a | 2016-04-29 01:59:21 | [diff] [blame] | 7 | '../gin/v8.isolate', |
[email protected] | 9eb072b6 | 2014-03-19 20:35:16 | [diff] [blame] | 8 | '../third_party/icu/icu.isolate', |
| 9 | ], |
| 10 | 'conditions': [ |
| 11 | ['OS=="win" or OS=="mac" or OS=="linux"', { |
| 12 | 'variables': { |
| 13 | 'command': [ |
| 14 | '../testing/test_env.py', |
| 15 | '<(PRODUCT_DIR)/mojo_js_unittests<(EXECUTABLE_SUFFIX)', |
| 16 | '--brave-new-test-launcher', |
| 17 | '--test-launcher-bot-mode', |
| 18 | ], |
maruel | 8214754 | 2014-10-01 13:21:42 | [diff] [blame] | 19 | 'files': [ |
[email protected] | 9eb072b6 | 2014-03-19 20:35:16 | [diff] [blame] | 20 | '../gin/test/expect.js', |
| 21 | '../testing/test_env.py', |
sammc | 98ecd4a | 2016-04-29 01:59:21 | [diff] [blame] | 22 | 'public/interfaces/bindings/tests/data/validation/', |
| 23 | 'public/js/', |
| 24 | '<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/math_calculator.mojom.js', |
| 25 | '<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/no_module.mojom.js', |
| 26 | '<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/ping_service.mojom.js', |
| 27 | '<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/rect.mojom.js', |
| 28 | '<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/regression_tests.mojom.js', |
| 29 | '<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/sample_factory.mojom.js', |
| 30 | '<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/sample_import.mojom.js', |
| 31 | '<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/sample_import2.mojom.js', |
| 32 | '<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/sample_interfaces.mojom.js', |
| 33 | '<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/sample_service.mojom.js', |
| 34 | '<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/scoping.mojom.js', |
| 35 | '<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/serialization_test_structs.mojom.js', |
| 36 | '<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/test_constants.mojom.js', |
| 37 | '<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/test_native_types.mojom.js', |
| 38 | '<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/test_structs.mojom.js', |
| 39 | '<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/test_sync_methods.mojom.js', |
| 40 | '<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/test_unions.mojom.js', |
| 41 | '<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom.js', |
[email protected] | b775747 | 2014-03-20 14:26:03 | [diff] [blame] | 42 | ], |
| 43 | }, |
| 44 | }], |
[email protected] | 9eb072b6 | 2014-03-19 20:35:16 | [diff] [blame] | 45 | ], |
| 46 | } |