| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 "child_process_data.h", | 80 "child_process_data.h", |
| 81 "child_process_security_policy.h", | 81 "child_process_security_policy.h", |
| 82 "client_certificate_delegate.h", | 82 "client_certificate_delegate.h", |
| 83 "color_chooser.h", | 83 "color_chooser.h", |
| 84 "content_browser_client.cc", | 84 "content_browser_client.cc", |
| 85 "content_browser_client.h", | 85 "content_browser_client.h", |
| 86 "context_factory.h", | 86 "context_factory.h", |
| 87 "cookie_store_factory.h", | 87 "cookie_store_factory.h", |
| 88 "desktop_media_id.cc", | 88 "desktop_media_id.cc", |
| 89 "desktop_media_id.h", | 89 "desktop_media_id.h", |
| 90 "desktop_notification_delegate.h", | |
| 91 "devtools_agent_host.h", | 90 "devtools_agent_host.h", |
| 92 "devtools_agent_host_client.h", | 91 "devtools_agent_host_client.h", |
| 93 "devtools_agent_host_observer.cc", | 92 "devtools_agent_host_observer.cc", |
| 94 "devtools_agent_host_observer.h", | 93 "devtools_agent_host_observer.h", |
| 95 "devtools_external_agent_proxy.h", | 94 "devtools_external_agent_proxy.h", |
| 96 "devtools_external_agent_proxy_delegate.h", | 95 "devtools_external_agent_proxy_delegate.h", |
| 97 "devtools_frontend_host.h", | 96 "devtools_frontend_host.h", |
| 98 "devtools_manager_delegate.cc", | 97 "devtools_manager_delegate.cc", |
| 99 "devtools_manager_delegate.h", | 98 "devtools_manager_delegate.h", |
| 100 "devtools_socket_factory.h", | 99 "devtools_socket_factory.h", |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 } | 339 } |
| 341 | 340 |
| 342 if (!is_android) { | 341 if (!is_android) { |
| 343 sources += [ | 342 sources += [ |
| 344 "devtools_frontend_host.h", | 343 "devtools_frontend_host.h", |
| 345 "host_zoom_map.h", | 344 "host_zoom_map.h", |
| 346 "zoom_level_delegate.h", | 345 "zoom_level_delegate.h", |
| 347 ] | 346 ] |
| 348 } | 347 } |
| 349 } | 348 } |
| OLD | NEW |