blob: 4f59e437bbdbc82e12f7acb86812ad936f0af88c [file] [log] [blame]
# Copyright 2019 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.
import("//ios/build/config.gni")
source_set("webui") {
deps = [
"//base",
"//net",
]
sources = [
"url_data_source_ios.h",
"web_ui_ios.h",
"web_ui_ios_controller.h",
"web_ui_ios_controller_factory.h",
"web_ui_ios_data_source.h",
"web_ui_ios_message_handler.h",
]
libs = [ "WebKit.framework" ]
configs += [ "//build/config/compiler:enable_arc" ]
}