1 # Copyright (c) 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.
7 '<(PRODUCT_DIR)/content_shell.pak',
9 # Required by some image decoder tests.
10 '../platform/image-decoders/testing/',
11 '../../LayoutTests/fast/images/resources/',
12 # Required by some font tests.
13 '../platform/testing/data/',
17 ['OS=="linux" or OS=="mac" or OS=="win"', {
20 '<(DEPTH)/testing/test_env.py',
21 '<(PRODUCT_DIR)/webkit_unit_tests<(EXECUTABLE_SUFFIX)',
22 '--brave-new-test-launcher',
23 '--test-launcher-bot-mode',
29 '<(DEPTH)/testing/test_env.py',
30 '<(PRODUCT_DIR)/webkit_unit_tests<(EXECUTABLE_SUFFIX)',
36 '../../../../base/base.isolate',
37 '../../../../gin/v8.isolate',
38 # Required on Android to copy icudtl.dat to a device.
39 '../../../icu/icu.isolate',