| 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/', |
| 9 # Required by some image decoder tests. | 11 # Required by some image decoder tests. |
| 10 'image-decoders/testing/', | 12 'image-decoders/testing/', |
| 11 '../../LayoutTests/fast/images/resources/', | 13 '../../LayoutTests/fast/images/resources/', |
| 12 ], | 14 ], |
| 13 }, | 15 }, |
| 14 'conditions': [ | 16 'conditions': [ |
| 15 ['OS=="linux" or OS=="mac" or OS=="win"', { | 17 ['OS=="linux" or OS=="mac" or OS=="win"', { |
| 16 'variables': { | 18 'variables': { |
| 17 'command': [ | 19 'command': [ |
| 18 '<(DEPTH)/testing/test_env.py', | 20 '<(DEPTH)/testing/test_env.py', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 29 ], | 31 ], |
| 30 }, | 32 }, |
| 31 }], | 33 }], |
| 32 ], | 34 ], |
| 33 'includes': [ | 35 'includes': [ |
| 34 '../../../../base/base.isolate', | 36 '../../../../base/base.isolate', |
| 35 # Required on Android to copy icudtl.dat to a device. | 37 # Required on Android to copy icudtl.dat to a device. |
| 36 '../../../icu/icu.isolate', | 38 '../../../icu/icu.isolate', |
| 37 ], | 39 ], |
| 38 } | 40 } |
| OLD | NEW |