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

Unified Diff: net/net_unittests.isolate

Issue 124143002: Include icu.isolate instead of listing icudt.dll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use # for comment Created 6 years, 11 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 | « content/content_unittests.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net_unittests.isolate
diff --git a/net/net_unittests.isolate b/net/net_unittests.isolate
index 2e04ea345441949dccaccf12ac53dd15985b3655..96e6517558818e92dcb4c9123607b716a89d495f 100644
--- a/net/net_unittests.isolate
+++ b/net/net_unittests.isolate
@@ -41,9 +41,11 @@
['OS=="win"', {
'variables': {
'isolate_dependency_tracked': [
- '<(PRODUCT_DIR)/icudt.dll',
],
},
}],
],
+ 'includes': [
+ '../third_party/icu/icu.isolate',
+ ],
}
« no previous file with comments | « content/content_unittests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698