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

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

Issue 2527183002: Add ICUError to handle ICU failures (Closed)
Patch Set: eae review, add invalid argument error Created 4 years, 1 month 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 264b1a4514201afbdc1da5d50c725b538076997f..b562a1cf20497c5e442e4cb2a786bf4e67c22a10 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1297,6 +1297,8 @@ component("platform") {
"text/DecodeEscapeSequences.h",
"text/Hyphenation.cpp",
"text/Hyphenation.h",
+ "text/ICUError.cpp",
+ "text/ICUError.h",
"text/LineEnding.cpp",
"text/LineEnding.h",
"text/LocaleICU.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/layout/ng/ng_inline_node.cc ('k') | third_party/WebKit/Source/platform/text/ICUError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698