| 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 # Required by some image decoder tests. | 9 # Required by some image decoder tests. |
| 10 '../platform/image-decoders/testing/', | 10 '../platform/image-decoders/testing/', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 '<(DEPTH)/testing/test_env.py', | 29 '<(DEPTH)/testing/test_env.py', |
| 30 '<(PRODUCT_DIR)/webkit_unit_tests<(EXECUTABLE_SUFFIX)', | 30 '<(PRODUCT_DIR)/webkit_unit_tests<(EXECUTABLE_SUFFIX)', |
| 31 ], | 31 ], |
| 32 }, | 32 }, |
| 33 }], | 33 }], |
| 34 ], | 34 ], |
| 35 'includes': [ | 35 'includes': [ |
| 36 '../../../../base/base.isolate', | 36 '../../../../base/base.isolate', |
| 37 '../../../../gin/v8.isolate', | 37 '../../../../gin/v8.isolate', |
| 38 # Required on Android to copy icudtl.dat to a device. | 38 # Required on Android to copy icudtl.dat to a device. |
| 39 "../../../../third_party/icu/icu.isolate", | 39 '../../../icu/icu.isolate', |
| 40 ], | 40 ], |
| 41 } | 41 } |
| OLD | NEW |