blob: 10e9cce67e3323e37a4df793004b3763de10d335 [file] [log] [blame]
# Copyright 2021 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("libfuzzer_main_ios") {
sources = [
"fuzzer_support.h",
"fuzzer_support.mm",
"libfuzzer_main.cc",
]
configs += [ "//build/config/compiler:enable_arc" ]
}