| Index: third_party/WebKit/Source/platform/blink_platform_unittests.isolate
|
| diff --git a/third_party/WebKit/Source/platform/blink_platform_unittests.isolate b/third_party/WebKit/Source/platform/blink_platform_unittests.isolate
|
| index cbf82f2d41febc64f295966871c681c61f414166..41eadba174a8beb43c54688a5dc2548780df9979 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform_unittests.isolate
|
| +++ b/third_party/WebKit/Source/platform/blink_platform_unittests.isolate
|
| @@ -2,6 +2,12 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
| {
|
| + 'variables': {
|
| + 'files': [
|
| + # Required by some font tests.
|
| + 'testing/data/',
|
| + ],
|
| + },
|
| 'conditions': [
|
| ['OS=="linux" or OS=="mac" or OS=="win"', {
|
| 'variables': {
|
| @@ -23,5 +29,7 @@
|
| ],
|
| 'includes': [
|
| '../../../../base/base.isolate',
|
| + # Required on Android to copy icudtl.dat to a device.
|
| + '../../../icu/icu.isolate',
|
| ],
|
| }
|
|
|