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

Side by Side Diff: chrome/utility/safe_browsing/mac/BUILD.gn

Issue 2665983003: Add close_fd_mask=2 to suppress NOTIMPLEMENTED in safe_browsing_dmg_fuzzer. (Closed)
Patch Set: Rebase Created 3 years, 10 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//testing/libfuzzer/fuzzer_test.gni") 5 import("//testing/libfuzzer/fuzzer_test.gni")
6 6
7 source_set("mac") { 7 source_set("mac") {
8 sources = [ 8 sources = [
9 "dmg_analyzer.cc", 9 "dmg_analyzer.cc",
10 "dmg_analyzer.h", 10 "dmg_analyzer.h",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 62
63 fuzzer_test("safe_browsing_dmg_fuzzer") { 63 fuzzer_test("safe_browsing_dmg_fuzzer") {
64 sources = [ 64 sources = [
65 "fuzzer.cc", 65 "fuzzer.cc",
66 ] 66 ]
67 67
68 deps = [ 68 deps = [
69 ":dmg_common", 69 ":dmg_common",
70 "//base", 70 "//base",
71 ] 71 ]
72
73 libfuzzer_options = [ "close_fd_mask=2" ]
72 } 74 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698