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

Unified Diff: third_party/protobuf/BUILD.gn

Issue 2727123003: [libfuzzer] proto-based renderer fuzzer draft (Closed)
Patch Set: merge Created 3 years, 9 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
Index: third_party/protobuf/BUILD.gn
diff --git a/third_party/protobuf/BUILD.gn b/third_party/protobuf/BUILD.gn
index 84c916a651e8347ae93661d3056337fe4a060e7d..d7012a7d7c385a418cd0a67f03e7a292515aa9d3 100644
--- a/third_party/protobuf/BUILD.gn
+++ b/third_party/protobuf/BUILD.gn
@@ -177,7 +177,11 @@ component("protobuf_lite") {
# into that category. Do not use in Chrome code.
static_library("protobuf_full") {
# Prevent people from depending on this outside our file.
- visibility = [ ":*" ]
+ visibility = [
+ ":*",
+ # requires descriptors & reflection; testonly.
+ "//third_party/libprotobuf-mutator:*",
+ ]
sources = protobuf_lite_sources
sources += [
« content/test/fuzzer/html_tree.proto ('K') | « third_party/libprotobuf-mutator/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698