| OLD | NEW |
| 1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 { | 4 { |
| 5 'variables': { | 5 'variables': { |
| 6 'files': [ | 6 'files': [ |
| 7 # Required by some font tests. | 7 # Required by some font tests. |
| 8 'testing/data/', | 8 'testing/data/', |
| 9 '../../LayoutTests/third_party/Libertine/', | |
| 10 '../../LayoutTests/third_party/MEgalopolis/', | |
| 11 # Required by some image decoder tests. | 9 # Required by some image decoder tests. |
| 12 'image-decoders/testing/', | 10 'image-decoders/testing/', |
| 13 '../../LayoutTests/fast/images/resources/', | 11 '../../LayoutTests/fast/images/resources/', |
| 14 ], | 12 ], |
| 15 }, | 13 }, |
| 16 'conditions': [ | 14 'conditions': [ |
| 17 ['OS=="linux" or OS=="mac" or OS=="win"', { | 15 ['OS=="linux" or OS=="mac" or OS=="win"', { |
| 18 'variables': { | 16 'variables': { |
| 19 'command': [ | 17 'command': [ |
| 20 '<(DEPTH)/testing/test_env.py', | 18 '<(DEPTH)/testing/test_env.py', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 31 ], | 29 ], |
| 32 }, | 30 }, |
| 33 }], | 31 }], |
| 34 ], | 32 ], |
| 35 'includes': [ | 33 'includes': [ |
| 36 '../../../../base/base.isolate', | 34 '../../../../base/base.isolate', |
| 37 # Required on Android to copy icudtl.dat to a device. | 35 # Required on Android to copy icudtl.dat to a device. |
| 38 '../../../icu/icu.isolate', | 36 '../../../icu/icu.isolate', |
| 39 ], | 37 ], |
| 40 } | 38 } |
| OLD | NEW |