Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: third_party/WebKit/Source/platform/blink_platform_unittests.isolate

Issue 1748203002: Add data to blink_platform_unittests.isolate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698