OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
6 | 6 |
7 # See //content/BUILD.gn for how this works. | 7 # See //content/BUILD.gn for how this works. |
8 group("browser") { | 8 group("browser") { |
9 if (is_component_build) { | 9 if (is_component_build) { |
10 public_deps = [ | 10 public_deps = [ |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 "cookie_store_factory.h", | 85 "cookie_store_factory.h", |
86 "desktop_media_id.cc", | 86 "desktop_media_id.cc", |
87 "desktop_media_id.h", | 87 "desktop_media_id.h", |
88 "desktop_notification_delegate.h", | 88 "desktop_notification_delegate.h", |
89 "devtools_agent_host.h", | 89 "devtools_agent_host.h", |
90 "devtools_agent_host_client.h", | 90 "devtools_agent_host_client.h", |
91 "devtools_agent_host_observer.cc", | 91 "devtools_agent_host_observer.cc", |
92 "devtools_agent_host_observer.h", | 92 "devtools_agent_host_observer.h", |
93 "devtools_external_agent_proxy.h", | 93 "devtools_external_agent_proxy.h", |
94 "devtools_external_agent_proxy_delegate.h", | 94 "devtools_external_agent_proxy_delegate.h", |
| 95 "devtools_frontend_host.h", |
95 "devtools_manager_delegate.cc", | 96 "devtools_manager_delegate.cc", |
96 "devtools_manager_delegate.h", | 97 "devtools_manager_delegate.h", |
97 "devtools_socket_factory.h", | 98 "devtools_socket_factory.h", |
98 "dom_storage_context.h", | 99 "dom_storage_context.h", |
99 "download_danger_type.h", | 100 "download_danger_type.h", |
100 "download_interrupt_reason_values.h", | 101 "download_interrupt_reason_values.h", |
101 "download_interrupt_reasons.h", | 102 "download_interrupt_reasons.h", |
102 "download_item.h", | 103 "download_item.h", |
103 "download_manager.h", | 104 "download_manager.h", |
104 "download_manager_delegate.cc", | 105 "download_manager_delegate.cc", |
105 "download_manager_delegate.h", | 106 "download_manager_delegate.h", |
106 "download_save_info.cc", | 107 "download_save_info.cc", |
107 "download_save_info.h", | 108 "download_save_info.h", |
108 "download_url_parameters.cc", | 109 "download_url_parameters.cc", |
109 "download_url_parameters.h", | 110 "download_url_parameters.h", |
110 "favicon_status.cc", | 111 "favicon_status.cc", |
111 "favicon_status.h", | 112 "favicon_status.h", |
112 "file_descriptor_info.h", | 113 "file_descriptor_info.h", |
113 "focused_node_details.h", | 114 "focused_node_details.h", |
114 "font_list_async.h", | 115 "font_list_async.h", |
115 "global_request_id.h", | 116 "global_request_id.h", |
116 "gpu_data_manager.h", | 117 "gpu_data_manager.h", |
117 "gpu_data_manager_observer.h", | 118 "gpu_data_manager_observer.h", |
118 "gpu_feature_checker.cc", | 119 "gpu_feature_checker.cc", |
119 "gpu_feature_checker.h", | 120 "gpu_feature_checker.h", |
120 "gpu_service_registry.cc", | 121 "gpu_service_registry.cc", |
121 "gpu_service_registry.h", | 122 "gpu_service_registry.h", |
122 "gpu_utils.cc", | 123 "gpu_utils.cc", |
123 "gpu_utils.h", | 124 "gpu_utils.h", |
| 125 "guest_host.h", |
124 "guest_mode.cc", | 126 "guest_mode.cc", |
125 "guest_mode.h", | 127 "guest_mode.h", |
126 "histogram_fetcher.h", | 128 "histogram_fetcher.h", |
127 "host_zoom_map.h", | 129 "host_zoom_map.h", |
128 "indexed_db_context.h", | 130 "indexed_db_context.h", |
129 "indexed_db_info.h", | 131 "indexed_db_info.h", |
130 "interstitial_page.h", | 132 "interstitial_page.h", |
131 "interstitial_page_delegate.cc", | 133 "interstitial_page_delegate.cc", |
132 "interstitial_page_delegate.h", | 134 "interstitial_page_delegate.h", |
133 "invalidate_type.h", | 135 "invalidate_type.h", |
134 "javascript_dialog_manager.cc", | 136 "javascript_dialog_manager.cc", |
135 "javascript_dialog_manager.h", | 137 "javascript_dialog_manager.h", |
136 "keyboard_event_processing_result.h", | 138 "keyboard_event_processing_result.h", |
137 "load_notification_details.h", | 139 "load_notification_details.h", |
138 "local_storage_usage_info.h", | 140 "local_storage_usage_info.h", |
139 "media_capture_devices.h", | 141 "media_capture_devices.h", |
140 "media_device_id.cc", | 142 "media_device_id.cc", |
141 "media_device_id.h", | 143 "media_device_id.h", |
| 144 "media_request_state.h", |
142 "media_session.h", | 145 "media_session.h", |
143 "media_session_observer.cc", | 146 "media_session_observer.cc", |
144 "media_session_observer.h", | 147 "media_session_observer.h", |
145 "memory_coordinator.h", | 148 "memory_coordinator.h", |
146 "memory_coordinator_delegate.h", | 149 "memory_coordinator_delegate.h", |
147 "memory_pressure_controller.cc", | 150 "memory_pressure_controller.cc", |
148 "memory_pressure_controller.h", | 151 "memory_pressure_controller.h", |
149 "message_port_provider.h", | 152 "message_port_provider.h", |
150 "native_web_keyboard_event.h", | 153 "native_web_keyboard_event.h", |
151 "navigation_controller.cc", | 154 "navigation_controller.cc", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 "presentation_service_delegate.h", | 190 "presentation_service_delegate.h", |
188 "profiler_controller.h", | 191 "profiler_controller.h", |
189 "profiler_subscriber.h", | 192 "profiler_subscriber.h", |
190 "provision_fetcher_factory.h", | 193 "provision_fetcher_factory.h", |
191 "provision_fetcher_impl.cc", | 194 "provision_fetcher_impl.cc", |
192 "provision_fetcher_impl.h", | 195 "provision_fetcher_impl.h", |
193 "push_messaging_service.cc", | 196 "push_messaging_service.cc", |
194 "push_messaging_service.h", | 197 "push_messaging_service.h", |
195 "quota_permission_context.h", | 198 "quota_permission_context.h", |
196 "readback_types.h", | 199 "readback_types.h", |
| 200 "reload_type.h", |
197 "render_frame_host.h", | 201 "render_frame_host.h", |
198 "render_process_host.h", | 202 "render_process_host.h", |
199 "render_process_host_factory.h", | 203 "render_process_host_factory.h", |
200 "render_process_host_observer.h", | 204 "render_process_host_observer.h", |
201 "render_view_host.h", | 205 "render_view_host.h", |
202 "render_widget_host.h", | 206 "render_widget_host.h", |
| 207 "render_widget_host_iterator.h", |
203 "render_widget_host_view.h", | 208 "render_widget_host_view.h", |
204 "render_widget_host_view_mac_delegate.h", | 209 "render_widget_host_view_mac_delegate.h", |
205 "resource_context.h", | 210 "resource_context.h", |
206 "resource_dispatcher_host.h", | 211 "resource_dispatcher_host.h", |
207 "resource_dispatcher_host_delegate.cc", | 212 "resource_dispatcher_host_delegate.cc", |
208 "resource_dispatcher_host_delegate.h", | 213 "resource_dispatcher_host_delegate.h", |
209 "resource_dispatcher_host_login_delegate.h", | 214 "resource_dispatcher_host_login_delegate.h", |
210 "resource_hints.h", | 215 "resource_hints.h", |
211 "resource_request_details.cc", | 216 "resource_request_details.cc", |
212 "resource_request_details.h", | 217 "resource_request_details.h", |
213 "resource_request_info.h", | 218 "resource_request_info.h", |
214 "resource_throttle.cc", | 219 "resource_throttle.cc", |
215 "resource_throttle.h", | 220 "resource_throttle.h", |
| 221 "restore_type.h", |
216 "save_page_type.h", | 222 "save_page_type.h", |
217 "screen_orientation_delegate.h", | 223 "screen_orientation_delegate.h", |
218 "security_style_explanation.h", | 224 "security_style_explanation.h", |
219 "security_style_explanations.cc", | 225 "security_style_explanations.cc", |
220 "security_style_explanations.h", | 226 "security_style_explanations.h", |
221 "service_worker_context.h", | 227 "service_worker_context.h", |
222 "service_worker_usage_info.cc", | 228 "service_worker_usage_info.cc", |
223 "service_worker_usage_info.h", | 229 "service_worker_usage_info.h", |
224 "session_storage_namespace.h", | 230 "session_storage_namespace.h", |
225 "session_storage_usage_info.h", | 231 "session_storage_usage_info.h", |
(...skipping 14 matching lines...) Expand all Loading... |
240 "stream_handle.h", | 246 "stream_handle.h", |
241 "stream_info.cc", | 247 "stream_info.cc", |
242 "stream_info.h", | 248 "stream_info.h", |
243 "trace_uploader.h", | 249 "trace_uploader.h", |
244 "tracing_controller.h", | 250 "tracing_controller.h", |
245 "tracing_delegate.cc", | 251 "tracing_delegate.cc", |
246 "tracing_delegate.h", | 252 "tracing_delegate.h", |
247 "url_data_source.cc", | 253 "url_data_source.cc", |
248 "url_data_source.h", | 254 "url_data_source.h", |
249 "utility_process_host.h", | 255 "utility_process_host.h", |
| 256 "utility_process_host_client.h", |
250 "utility_process_mojo_client.h", | 257 "utility_process_mojo_client.h", |
251 "vpn_service_proxy.h", | 258 "vpn_service_proxy.h", |
252 "web_contents.cc", | 259 "web_contents.cc", |
253 "web_contents.h", | 260 "web_contents.h", |
254 "web_contents_binding_set.cc", | 261 "web_contents_binding_set.cc", |
255 "web_contents_binding_set.h", | 262 "web_contents_binding_set.h", |
256 "web_contents_delegate.cc", | 263 "web_contents_delegate.cc", |
257 "web_contents_delegate.h", | 264 "web_contents_delegate.h", |
258 "web_contents_media_capture_id.cc", | 265 "web_contents_media_capture_id.cc", |
259 "web_contents_media_capture_id.h", | 266 "web_contents_media_capture_id.h", |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 | 333 |
327 if (use_aura) { | 334 if (use_aura) { |
328 sources -= [ "context_factory.h" ] | 335 sources -= [ "context_factory.h" ] |
329 deps += [ "//ui/aura" ] | 336 deps += [ "//ui/aura" ] |
330 } | 337 } |
331 | 338 |
332 if (!is_android) { | 339 if (!is_android) { |
333 sources += [ "devtools_frontend_host.h" ] | 340 sources += [ "devtools_frontend_host.h" ] |
334 } | 341 } |
335 } | 342 } |
OLD | NEW |