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

Unified Diff: base/test/BUILD.gn

Issue 2250263003: Move FuzzedDataProvider to //base and expose to blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add fuzzer for TextResourceDecoder 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 | « no previous file | base/test/fuzzed_data_provider.h » ('j') | base/test/fuzzed_data_provider.h » ('J')
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 2733189c84443fc8bce61144c5438460590d4d93..b8bf6cdb7f445c2f763a3bb8b795112194eac80a 100644
--- a/base/test/BUILD.gn
+++ b/base/test/BUILD.gn
@@ -27,6 +27,8 @@ static_library("test_support") {
testonly = true
sources = [
"../trace_event/trace_config_memory_test_util.h",
+ "fuzzed_data_provider.cc",
+ "fuzzed_data_provider.h",
"gtest_util.cc",
"gtest_util.h",
"gtest_xml_unittest_result_printer.cc",
« no previous file with comments | « no previous file | base/test/fuzzed_data_provider.h » ('j') | base/test/fuzzed_data_provider.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698