13 lines
333 B
Plaintext
13 lines
333 B
Plaintext
# Copyright 2021 The Chromium Authors
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
source_set("fuzzing_engine_main_ios") {
|
|
sources = [
|
|
"fuzzer_engine_main.cc",
|
|
"fuzzer_support.h",
|
|
"fuzzer_support.mm",
|
|
]
|
|
configs += [ "//build/config/compiler:enable_arc" ]
|
|
}
|