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

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: ... also remove PLATFORM_EXPORT 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') | 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 47472dd4fb35dbddf708d9f907c9474f3fc911d9..8539348f6804fcef97d8bb7c919aade16ef69e58 100644
--- a/base/test/BUILD.gn
+++ b/base/test/BUILD.gn
@@ -31,6 +31,8 @@ static_library("test_support") {
"android/java_handler_thread_for_testing.h",
"android/test_system_message_handler_link_android.cc",
"android/test_system_message_handler_link_android.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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698