Commit 585914c8 authored by Gauthier Ambard's avatar Gauthier Ambard Committed by Commit Bot

[iOS][web] Change the WebView target to util

This CL changes the BUILDgn target in ios/web/web_view from web_view
to util, to reflect its current content.

Bug: none
Change-Id: I74eb4bb167b32bfc4dc4875abd6920e1d620ef9d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625998Reviewed-by: default avatarYi Su <mrsuyi@chromium.org>
Reviewed-by: default avatarMark Cogan <marq@chromium.org>
Commit-Queue: Gauthier Ambard <gambard@chromium.org>
Cr-Commit-Position: refs/heads/master@{#662613}
parent 6275585d
......@@ -27,7 +27,7 @@ source_set("navigation") {
"//ios/web/web_state:user_interaction",
"//ios/web/web_state:web_state_impl_header",
"//ios/web/web_state/ui:crw_web_view_navigation_proxy",
"//ios/web/web_view",
"//ios/web/web_view:util",
"//ui/base",
"//url",
]
......
......@@ -36,7 +36,7 @@ source_set("ui") {
"//ios/web/web_state/js",
"//ios/web/web_state/ui:wk_web_view_configuration_provider",
"//ios/web/web_state/ui/controller",
"//ios/web/web_view",
"//ios/web/web_view:util",
"//ios/web/webui:webui",
"//services/metrics/public/cpp:ukm_builders",
"//ui/base",
......
......@@ -4,7 +4,7 @@
import("//ios/build/config.gni")
source_set("web_view") {
source_set("util") {
sources = [
"wk_web_view_util.h",
"wk_web_view_util.mm",
......@@ -21,7 +21,7 @@ source_set("unittests") {
configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
deps = [
":web_view",
":util",
"//base",
"//base/test:test_support",
"//testing/gtest",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment