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", |