blob: 80726e4e20ceab603d01c7b30f3eb259f22029a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 2019 The Chromium Authors. All rights reserved.
# 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:web_state_observer",
]
sources = [
"context_menu_params.h",
"crw_web_view_proxy.h",
"crw_web_view_scroll_view_proxy.h",
"java_script_dialog_callback.h",
"java_script_dialog_presenter.h",
"java_script_dialog_type.h",
"page_display_state.h",
]
configs += [ "//build/config/compiler:enable_arc" ]
}
|