chromium/ios/web/public/webui/BUILD.gn

# Copyright 2019 The Chromium Authors
# 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",
    "//ios/third_party/webkit",
    "//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",
  ]
}