chromium/ios/web/public/web_view_only/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("web_view_only") {
  public_deps = [ ":web_view_only_api_header" ]

  deps = [ "//ios/web/web_view_only" ]

  visibility = [
    "//ios/web/web_view_only:unittests",
    "//ios/web_view:*",
  ]
}

source_set("web_view_only_api_header") {
  sources = [ "wk_web_view_configuration_util.h" ]

  visibility = [
    ":*",
    "//ios/web/web_view_only:*",
  ]
}

source_set("unittests") {
  testonly = true

  deps = [ "//ios/web/web_view_only:unittests" ]
}