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

Side by Side Diff: third_party/libprotobuf-mutator/BUILD.gn

Issue 2736333002: [fuzzing] adding libprotobuf-mutator BUILD file (Closed)
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « DEPS ('k') | third_party/protobuf/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 config("include_config") {
3 include_dirs = [ "src/" ]
4 }
5
6 source_set("libprotobuf-mutator") {
7 testonly = true
8 configs += [ ":include_config" ]
9 public_configs = [ ":include_config" ]
10 sources = [
11 "src/src/binary_format.cc",
12 "src/src/libfuzzer/libfuzzer_mutator.cc",
13 "src/src/mutator.cc",
14 "src/src/text_format.cc",
15 ]
16 deps = [
17 "//third_party/protobuf:protobuf_full",
18 ]
19 }
OLDNEW
« no previous file with comments | « DEPS ('k') | third_party/protobuf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698