blob: dfedd71c7cb399c08a53f875fa7b5ea91c6595b1 [file]
# 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_context_menu_item.h",
"crw_web_view_proxy.h",
"crw_web_view_scroll_view_proxy.h",
"java_script_dialog_presenter.h",
]
configs += [ "//build/config/compiler:enable_arc" ]
}