| 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 "child_process_data.h", | 81 "child_process_data.h", |
| 82 "child_process_security_policy.h", | 82 "child_process_security_policy.h", |
| 83 "client_certificate_delegate.h", | 83 "client_certificate_delegate.h", |
| 84 "color_chooser.h", | 84 "color_chooser.h", |
| 85 "content_browser_client.cc", | 85 "content_browser_client.cc", |
| 86 "content_browser_client.h", | 86 "content_browser_client.h", |
| 87 "context_factory.h", | 87 "context_factory.h", |
| 88 "cookie_store_factory.h", | 88 "cookie_store_factory.h", |
| 89 "desktop_media_id.cc", | 89 "desktop_media_id.cc", |
| 90 "desktop_media_id.h", | 90 "desktop_media_id.h", |
| 91 "desktop_notification_delegate.h", | |
| 92 "devtools_agent_host.h", | 91 "devtools_agent_host.h", |
| 93 "devtools_agent_host_client.h", | 92 "devtools_agent_host_client.h", |
| 94 "devtools_agent_host_observer.cc", | 93 "devtools_agent_host_observer.cc", |
| 95 "devtools_agent_host_observer.h", | 94 "devtools_agent_host_observer.h", |
| 96 "devtools_external_agent_proxy.h", | 95 "devtools_external_agent_proxy.h", |
| 97 "devtools_external_agent_proxy_delegate.h", | 96 "devtools_external_agent_proxy_delegate.h", |
| 98 "devtools_frontend_host.h", | 97 "devtools_frontend_host.h", |
| 99 "devtools_manager_delegate.cc", | 98 "devtools_manager_delegate.cc", |
| 100 "devtools_manager_delegate.h", | 99 "devtools_manager_delegate.h", |
| 101 "devtools_socket_factory.h", | 100 "devtools_socket_factory.h", |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 ] | 347 ] |
| 349 } | 348 } |
| 350 | 349 |
| 351 if (is_chromeos) { | 350 if (is_chromeos) { |
| 352 sources += [ | 351 sources += [ |
| 353 "arc_tracing_agent.cc", | 352 "arc_tracing_agent.cc", |
| 354 "arc_tracing_agent.h", | 353 "arc_tracing_agent.h", |
| 355 ] | 354 ] |
| 356 } | 355 } |
| 357 } | 356 } |
| OLD | NEW |