blob: 0a6f417b7048fcbd7e5a23e5399aadc90fac2da7 [file] [log] [blame]
# 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",
]
}