| 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 '<(PRODUCT_DIR)/content_shell.pak', | 7 '<(PRODUCT_DIR)/content_shell.pak', |
| 8 'tests/data/', | 8 'tests/data/', |
| 9 '../core/paint/test_data/', |
| 9 # Required by some image decoder tests. | 10 # Required by some image decoder tests. |
| 10 '../platform/image-decoders/testing/', | 11 '../platform/image-decoders/testing/', |
| 11 '../../LayoutTests/fast/images/resources/', | 12 '../../LayoutTests/fast/images/resources/', |
| 12 # Required by some font tests. | 13 # Required by some font tests. |
| 13 '../platform/testing/data/', | 14 '../platform/testing/data/', |
| 14 ], | 15 ], |
| 15 }, | 16 }, |
| 16 'conditions': [ | 17 'conditions': [ |
| 17 ['OS=="linux" or OS=="mac" or OS=="win"', { | 18 ['OS=="linux" or OS=="mac" or OS=="win"', { |
| 18 'variables': { | 19 'variables': { |
| (...skipping 13 matching lines...) Expand all Loading... |
| 32 }, | 33 }, |
| 33 }], | 34 }], |
| 34 ], | 35 ], |
| 35 'includes': [ | 36 'includes': [ |
| 36 '../../../../base/base.isolate', | 37 '../../../../base/base.isolate', |
| 37 '../../../../gin/v8.isolate', | 38 '../../../../gin/v8.isolate', |
| 38 # Required on Android to copy icudtl.dat to a device. | 39 # Required on Android to copy icudtl.dat to a device. |
| 39 '../../../icu/icu.isolate', | 40 '../../../icu/icu.isolate', |
| 40 ], | 41 ], |
| 41 } | 42 } |
| OLD | NEW |