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

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

Issue 2563643002: StringToNumber: Fix integer overflow on parsing INT_MIN. (Closed)
Patch Set: Fix MSVC warning. Created 4 years 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 | third_party/WebKit/Source/wtf/text/StringToNumber.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/BUILD.gn
diff --git a/third_party/WebKit/Source/wtf/BUILD.gn b/third_party/WebKit/Source/wtf/BUILD.gn
index f1b449d3a470e1c13ad4fbbd8af8bce2628951c4..11fccb12b02bd18e9815a62e6c411621bea85778 100644
--- a/third_party/WebKit/Source/wtf/BUILD.gn
+++ b/third_party/WebKit/Source/wtf/BUILD.gn
@@ -334,6 +334,7 @@ test("wtf_unittests") {
"text/StringBuilderTest.cpp",
"text/StringImplTest.cpp",
"text/StringOperatorsTest.cpp",
+ "text/StringToNumberTest.cpp",
"text/StringViewTest.cpp",
"text/TextCodecICUTest.cpp",
"text/TextCodecLatin1Test.cpp",
« no previous file with comments | « no previous file | third_party/WebKit/Source/wtf/text/StringToNumber.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698