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

Unified Diff: BUILD.gn

Issue 1578413002: [libfuzzer] unittest-style main driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 11 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 | testing/libfuzzer/BUILD.gn » ('j') | testing/libfuzzer/unittest_main.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 741ae414295b59c909c7deedf062ab756fbf0810..37d845df37dff264f4b815e5d58fef54de952730 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -645,6 +645,8 @@ group("gn_only") {
"//media/cast:udp_proxy",
"//native_client/src/trusted/debug_stub:gdb_rsp_unittest",
"//storage/browser:dump_file_system",
+ "//testing/libfuzzer/fuzzers",
+ "//testing/libfuzzer/tests:libfuzzer_tests",
"//third_party/angle:libANGLE",
"//third_party/angle:libEGL",
"//third_party/angle:libGLESv2",
@@ -728,15 +730,6 @@ group("gn_only") {
"//blimp:blimp_tests",
]
}
-
- if (use_libfuzzer || use_drfuzz) {
- # these are needed only for gn to discover build files.
- deps += [
- "//testing/libfuzzer:libfuzzer_main",
- "//testing/libfuzzer/fuzzers:string_to_int_fuzzer",
- "//testing/libfuzzer/tests:libfuzzer_tests",
- ]
- }
}
group("gn_mojo_targets") {
« no previous file with comments | « no previous file | testing/libfuzzer/BUILD.gn » ('j') | testing/libfuzzer/unittest_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698