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

Unified Diff: base/test/BUILD.gn

Issue 2199493002: libFuzzer for blink::MHTMLParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed CR feedback from esprehn@. Created 4 years, 4 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 | « base/BUILD.gn ('k') | base/test/icu_test_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/BUILD.gn
diff --git a/base/test/BUILD.gn b/base/test/BUILD.gn
index 51863a2a0c6d99c6e9e6dd7dfda60f797b033b3b..ab972831fd0ec3e693394da980e02285aa72544b 100644
--- a/base/test/BUILD.gn
+++ b/base/test/BUILD.gn
@@ -35,6 +35,8 @@ static_library("test_support") {
"gtest_xml_util.h",
"histogram_tester.cc",
"histogram_tester.h",
+ "icu_test_util.cc",
+ "icu_test_util.h",
"ios/wait_util.h",
"ios/wait_util.mm",
"launcher/test_result.cc",
@@ -191,6 +193,8 @@ static_library("test_support") {
sources -= [
"gtest_xml_util.cc",
"gtest_xml_util.h",
+ "icu_test_util.cc",
+ "icu_test_util.h",
"perf_test_suite.cc",
"perf_test_suite.h",
"scoped_path_override.cc",
« no previous file with comments | « base/BUILD.gn ('k') | base/test/icu_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698