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

Unified Diff: Source/web/WebKitUnitTests.isolate

Issue 183013006: Add icudtl.dat to the list of files to copy for WebKitUnitTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add a comment about icu.isolate Created 6 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: Source/web/WebKitUnitTests.isolate
diff --git a/Source/web/WebKitUnitTests.isolate b/Source/web/WebKitUnitTests.isolate
index 32bd8710c4479cc009fc17de70c3f085c57785e2..2ac4a563c8483990c4c6ebad26429d2c0fba1407 100644
--- a/Source/web/WebKitUnitTests.isolate
+++ b/Source/web/WebKitUnitTests.isolate
@@ -43,4 +43,8 @@
},
}],
],
+ # Required on Android to copy icudtl.dat to a device.
+ 'includes': [
+ "../../../../third_party/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