blob: 640347556c68d58720d5fad01a94094ddc2173b7 [file] [log] [blame]
Avi Drissmandfd880852022-09-15 20:11:091# Copyright 2021 The Chromium Authors
Zhaoyang Li90a9f622021-11-01 18:34:252# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
Adrian Taylorf259aa82023-02-24 17:56:185source_set("fuzzing_engine_main_ios") {
Zhaoyang Li90a9f622021-11-01 18:34:256 sources = [
Adrian Taylorf259aa82023-02-24 17:56:187 "fuzzer_engine_main.cc",
Zhaoyang Li90a9f622021-11-01 18:34:258 "fuzzer_support.h",
9 "fuzzer_support.mm",
Zhaoyang Li90a9f622021-11-01 18:34:2510 ]
Zhaoyang Li90a9f622021-11-01 18:34:2511}