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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2081653007: Replace ICU with CED for auto encoding detection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix trybot builds Created 4 years, 6 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
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index d311581b98d6510461cddc7d7f33a3634711d645..c8dad3d1ee892c73bd7418d6f89e8aa38891b9c5 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -365,8 +365,8 @@ component("platform") {
"//mojo/public/cpp/bindings:wtf_support",
"//third_party/WebKit/Source/platform/heap",
"//third_party/WebKit/public:mojo_bindings_blink",
+ "//third_party/ced",
"//third_party/harfbuzz-ng",
- "//third_party/icu",
tkent 2016/06/22 23:36:40 We shouldn't remove ICU dependency. Other code in
Jinsuk Kim 2016/06/23 00:45:57 Put it back.
"//ui/gfx",
"//ui/gfx/geometry",
]

Powered by Google App Engine
This is Rietveld 408576698