| # 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. | |
| source_set("ui") { | |
| deps = [ | |
| "//base", | |
| "//ios/web/public/navigation:referrer", | |
| "//url", | |
| ] | |
| sources = [ | |
| "context_menu_params.h", | |
| "crw_web_view_proxy.h", | |
| "crw_web_view_scroll_view_proxy.h", | |
| "java_script_dialog_presenter.h", | |
| ] | |
| } |