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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 "stream_info.cc", | 241 "stream_info.cc", |
242 "stream_info.h", | 242 "stream_info.h", |
243 "trace_uploader.h", | 243 "trace_uploader.h", |
244 "tracing_controller.h", | 244 "tracing_controller.h", |
245 "tracing_delegate.cc", | 245 "tracing_delegate.cc", |
246 "tracing_delegate.h", | 246 "tracing_delegate.h", |
247 "url_data_source.cc", | 247 "url_data_source.cc", |
248 "url_data_source.h", | 248 "url_data_source.h", |
249 "utility_process_host.h", | 249 "utility_process_host.h", |
250 "utility_process_mojo_client.h", | 250 "utility_process_mojo_client.h", |
| 251 "voice_interaction_helper.cc", |
| 252 "voice_interaction_helper.h", |
251 "vpn_service_proxy.h", | 253 "vpn_service_proxy.h", |
252 "web_contents.cc", | 254 "web_contents.cc", |
253 "web_contents.h", | 255 "web_contents.h", |
254 "web_contents_binding_set.cc", | 256 "web_contents_binding_set.cc", |
255 "web_contents_binding_set.h", | 257 "web_contents_binding_set.h", |
256 "web_contents_delegate.cc", | 258 "web_contents_delegate.cc", |
257 "web_contents_delegate.h", | 259 "web_contents_delegate.h", |
258 "web_contents_media_capture_id.cc", | 260 "web_contents_media_capture_id.cc", |
259 "web_contents_media_capture_id.h", | 261 "web_contents_media_capture_id.h", |
260 "web_contents_observer.cc", | 262 "web_contents_observer.cc", |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 | 328 |
327 if (use_aura) { | 329 if (use_aura) { |
328 sources -= [ "context_factory.h" ] | 330 sources -= [ "context_factory.h" ] |
329 deps += [ "//ui/aura" ] | 331 deps += [ "//ui/aura" ] |
330 } | 332 } |
331 | 333 |
332 if (!is_android) { | 334 if (!is_android) { |
333 sources += [ "devtools_frontend_host.h" ] | 335 sources += [ "devtools_frontend_host.h" ] |
334 } | 336 } |
335 } | 337 } |
OLD | NEW |