| 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 "navigation_details.cc", | 160 "navigation_details.cc", |
| 161 "navigation_details.h", | 161 "navigation_details.h", |
| 162 "navigation_entry.h", | 162 "navigation_entry.h", |
| 163 "navigation_handle.cc", | 163 "navigation_handle.cc", |
| 164 "navigation_handle.h", | 164 "navigation_handle.h", |
| 165 "navigation_throttle.cc", | 165 "navigation_throttle.cc", |
| 166 "navigation_throttle.h", | 166 "navigation_throttle.h", |
| 167 "navigation_type.h", | 167 "navigation_type.h", |
| 168 "navigation_ui_data.h", | 168 "navigation_ui_data.h", |
| 169 "network_quality_observer_factory.h", | 169 "network_quality_observer_factory.h", |
| 170 "network_service_instance.cc", |
| 171 "network_service_instance.h", |
| 170 "notification_database_data.cc", | 172 "notification_database_data.cc", |
| 171 "notification_database_data.h", | 173 "notification_database_data.h", |
| 172 "notification_details.h", | 174 "notification_details.h", |
| 173 "notification_event_dispatcher.h", | 175 "notification_event_dispatcher.h", |
| 174 "notification_observer.h", | 176 "notification_observer.h", |
| 175 "notification_registrar.cc", | 177 "notification_registrar.cc", |
| 176 "notification_registrar.h", | 178 "notification_registrar.h", |
| 177 "notification_service.h", | 179 "notification_service.h", |
| 178 "notification_source.h", | 180 "notification_source.h", |
| 179 "notification_types.h", | 181 "notification_types.h", |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 ] | 356 ] |
| 355 } | 357 } |
| 356 | 358 |
| 357 if (is_chromeos) { | 359 if (is_chromeos) { |
| 358 sources += [ | 360 sources += [ |
| 359 "arc_tracing_agent.cc", | 361 "arc_tracing_agent.cc", |
| 360 "arc_tracing_agent.h", | 362 "arc_tracing_agent.h", |
| 361 ] | 363 ] |
| 362 } | 364 } |
| 363 } | 365 } |
| OLD | NEW |