summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/frame/build.gni
blob: 3aab0713c1a35c5df772bbcbe4c1d83cdd2ab5bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
# Copyright 2020 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.

blink_core_sources_frame = [
  "ad_tracker.cc",
  "ad_tracker.h",
  "bar_prop.cc",
  "bar_prop.h",
  "browser_controls.cc",
  "browser_controls.h",
  "coop_access_violation_report_body.cc",
  "coop_access_violation_report_body.h",
  "csp/content_security_policy.cc",
  "csp/content_security_policy.h",
  "csp/conversion_util.cc",
  "csp/conversion_util.h",
  "csp/csp_directive_list.cc",
  "csp/csp_directive_list.h",
  "csp/csp_source.cc",
  "csp/csp_source.h",
  "csp/csp_violation_report_body.cc",
  "csp/csp_violation_report_body.h",
  "csp/execution_context_csp_delegate.cc",
  "csp/execution_context_csp_delegate.h",
  "csp/source_list_directive.cc",
  "csp/source_list_directive.h",
  "csp/trusted_types_directive.cc",
  "csp/trusted_types_directive.h",
  "dactyloscoper.cc",
  "dactyloscoper.h",
  "frame_content_as_text.h",
  "frame_content_as_text.cc",
  "deprecated_schedule_style_recalc_during_layout.cc",
  "deprecated_schedule_style_recalc_during_layout.h",
  "deprecation.cc",
  "deprecation.h",
  "deprecation_report_body.cc",
  "deprecation_report_body.h",
  "device_single_window_event_controller.cc",
  "device_single_window_event_controller.h",
  "display_cutout_client_impl.cc",
  "display_cutout_client_impl.h",
  "document_policy_violation_report_body.cc",
  "document_policy_violation_report_body.h",
  "dom_timer.cc",
  "dom_timer.h",
  "dom_timer_coordinator.cc",
  "dom_timer_coordinator.h",
  "dom_visual_viewport.cc",
  "dom_visual_viewport.h",
  "dom_window.cc",
  "dom_window.h",
  "embedded_content_view.cc",
  "embedded_content_view.h",
  "event_handler_registry.cc",
  "event_handler_registry.h",
  "external.h",
  "permissions_policy_violation_report_body.cc",
  "permissions_policy_violation_report_body.h",
  "find_in_page.cc",
  "find_in_page.h",
  "fragment_directive.h",
  "frame.cc",
  "frame.h",
  "frame_client.h",
  "frame_console.cc",
  "frame_console.h",
  "frame_lifecycle.cc",
  "frame_lifecycle.h",
  "frame_overlay.cc",
  "frame_overlay.h",
  "frame_owner.h",
  "frame_serializer.cc",
  "frame_serializer.h",
  "frame_serializer_delegate_impl.cc",
  "frame_serializer_delegate_impl.h",
  "frame_types.h",
  "frame_view.cc",
  "frame_view.h",
  "frame_view_auto_size_info.cc",
  "frame_view_auto_size_info.h",
  "fullscreen_controller.cc",
  "fullscreen_controller.h",
  "history.cc",
  "history.h",
  "history_util.cc",
  "history_util.h",
  "intervention.cc",
  "intervention.h",
  "intervention_report_body.cc",
  "intervention_report_body.h",
  "layout_subtree_root_list.cc",
  "layout_subtree_root_list.h",
  "local_dom_window.cc",
  "local_dom_window.h",
  "local_frame.cc",
  "local_frame.h",
  "local_frame_client.h",
  "local_frame_ukm_aggregator.cc",
  "local_frame_ukm_aggregator.h",
  "local_frame_view.cc",
  "local_frame_view.h",
  "location.cc",
  "location.h",
  "location_report_body.cc",
  "location_report_body.h",
  "navigation_rate_limiter.cc",
  "navigation_rate_limiter.h",
  "navigator.cc",
  "navigator.h",
  "navigator_concurrent_hardware.cc",
  "navigator_concurrent_hardware.h",
  "navigator_device_memory.cc",
  "navigator_device_memory.h",
  "navigator_id.cc",
  "navigator_id.h",
  "navigator_language.cc",
  "navigator_language.h",
  "navigator_on_line.h",
  "navigator_ua.cc",
  "navigator_ua.h",
  "navigator_ua_data.cc",
  "navigator_ua_data.h",
  "navigator_user_activation.cc",
  "navigator_user_activation.h",
  "opened_frame_tracker.cc",
  "opened_frame_tracker.h",
  "overlay_interstitial_ad_detector.cc",
  "overlay_interstitial_ad_detector.h",
  "page_dismissal_scope.cc",
  "page_dismissal_scope.h",
  "page_scale_constraints.cc",
  "page_scale_constraints.h",
  "page_scale_constraints_set.cc",
  "page_scale_constraints_set.h",
  "pausable_script_executor.cc",
  "pausable_script_executor.h",
  "performance_monitor.cc",
  "performance_monitor.h",
  "picture_in_picture_controller.cc",
  "picture_in_picture_controller.h",
  "platform_event_controller.cc",
  "platform_event_controller.h",
  "platform_event_dispatcher.cc",
  "platform_event_dispatcher.h",
  "policy_container.cc",
  "policy_container.h",
  "remote_dom_window.cc",
  "remote_dom_window.h",
  "remote_frame.cc",
  "remote_frame.h",
  "remote_frame_client.h",
  "remote_frame_client_impl.cc",
  "remote_frame_client_impl.h",
  "child_frame_compositing_helper.cc",
  "child_frame_compositing_helper.h",
  "child_frame_compositor.h",
  "remote_frame_owner.cc",
  "remote_frame_owner.h",
  "remote_frame_view.cc",
  "remote_frame_view.h",
  "report.cc",
  "report.h",
  "report_body.cc",
  "report_body.h",
  "reporting_context.cc",
  "reporting_context.h",
  "reporting_observer.cc",
  "reporting_observer.h",
  "resize_viewport_anchor.cc",
  "resize_viewport_anchor.h",
  "root_frame_viewport.cc",
  "root_frame_viewport.h",
  "rotation_viewport_anchor.cc",
  "rotation_viewport_anchor.h",
  "savable_resources.cc",
  "savable_resources.h",
  "scheduling.cc",
  "scheduling.h",
  "screen.cc",
  "screen.h",
  "screen_metrics_emulator.cc",
  "screen_metrics_emulator.h",
  "settings.cc",
  "settings.h",
  "settings_delegate.cc",
  "settings_delegate.h",
  "smart_clip.cc",
  "smart_clip.h",
  "sticky_ad_detector.cc",
  "sticky_ad_detector.h",
  "test_report_body.cc",
  "test_report_body.h",
  "use_counter_impl.cc",
  "use_counter_impl.h",
  "user_activation.cc",
  "user_activation.h",
  "viewport_data.cc",
  "viewport_data.h",
  "virtual_keyboard_overlay_changed_observer.cc",
  "virtual_keyboard_overlay_changed_observer.h",
  "visual_viewport.cc",
  "visual_viewport.h",
  "web_feature.h",
  "web_feature_forward.h",
  "web_frame_serializer_impl.cc",
  "web_frame_serializer_impl.h",
  "local_frame_client_impl.cc",
  "local_frame_client_impl.h",
  "web_frame.cc",
  "web_frame_widget_impl.cc",
  "web_frame_widget_impl.h",
  "web_local_frame_impl.cc",
  "web_local_frame_impl.h",
  "web_remote_frame_impl.cc",
  "web_local_frame_client.cc",
  "web_remote_frame_impl.h",
  "window_event_handlers.h",
  "window_controls_overlay.cc",
  "window_controls_overlay.h",
  "window_controls_overlay_geometry_change_event.cc",
  "window_controls_overlay_geometry_change_event.h",
  "window_or_worker_global_scope.cc",
  "window_or_worker_global_scope.h",
]