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

Unified Diff: Source/web/webkit_unit_tests.isolate

Issue 1352923003: Fix webkit_unit_tests.isolate to use ' instead of ". (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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/webkit_unit_tests.isolate
diff --git a/Source/web/webkit_unit_tests.isolate b/Source/web/webkit_unit_tests.isolate
index db05646f7615755144d36a05dfb5b2c56ac27369..d88bf65762650111b1e649f4016d47faff30a776 100644
--- a/Source/web/webkit_unit_tests.isolate
+++ b/Source/web/webkit_unit_tests.isolate
@@ -36,6 +36,6 @@
'../../../../base/base.isolate',
'../../../../gin/v8.isolate',
# Required on Android to copy icudtl.dat to a device.
- "../../../../third_party/icu/icu.isolate",
+ '../../../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