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

Unified Diff: base/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: Added comment explaining byte ranges + var name in header 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/fuzzed_data_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index b73e3f81b48448b044f39962427f92e82246a32b..4339ca5e915a7b48432e0fd10597ba96226831fa 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -355,6 +355,8 @@ component("base") {
"files/scoped_temp_dir.cc",
"files/scoped_temp_dir.h",
"format_macros.h",
+ "fuzzed_data_provider.cc",
+ "fuzzed_data_provider.h",
mmenke 2016/08/18 17:08:21 Should this really be in base's main sources list?
Charlie Harrison 2016/08/19 18:58:16 Ahh I think you're right. The wrapper in platform
"gtest_prod_util.h",
"guid.cc",
"guid.h",
« no previous file with comments | « no previous file | base/fuzzed_data_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698