| 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 "notification_observer.h", | 174 "notification_observer.h", |
| 175 "notification_registrar.cc", | 175 "notification_registrar.cc", |
| 176 "notification_registrar.h", | 176 "notification_registrar.h", |
| 177 "notification_service.h", | 177 "notification_service.h", |
| 178 "notification_source.h", | 178 "notification_source.h", |
| 179 "notification_types.h", | 179 "notification_types.h", |
| 180 "overscroll_configuration.h", | 180 "overscroll_configuration.h", |
| 181 "page_navigator.cc", | 181 "page_navigator.cc", |
| 182 "page_navigator.h", | 182 "page_navigator.h", |
| 183 "payment_app_provider.h", | 183 "payment_app_provider.h", |
| 184 "payment_instrument.cc", |
| 185 "payment_instrument.h", |
| 184 "pepper_flash_settings_helper.h", | 186 "pepper_flash_settings_helper.h", |
| 185 "pepper_vpn_provider_resource_host_proxy.h", | 187 "pepper_vpn_provider_resource_host_proxy.h", |
| 186 "permission_manager.h", | 188 "permission_manager.h", |
| 187 "permission_type.h", | 189 "permission_type.h", |
| 188 "platform_notification_context.h", | 190 "platform_notification_context.h", |
| 189 "platform_notification_service.h", | 191 "platform_notification_service.h", |
| 190 "plugin_data_remover.h", | 192 "plugin_data_remover.h", |
| 191 "plugin_service.h", | 193 "plugin_service.h", |
| 192 "plugin_service_filter.h", | 194 "plugin_service_filter.h", |
| 193 "presentation_screen_availability_listener.h", | 195 "presentation_screen_availability_listener.h", |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 | 340 |
| 339 if (use_aura) { | 341 if (use_aura) { |
| 340 sources -= [ "context_factory.h" ] | 342 sources -= [ "context_factory.h" ] |
| 341 deps += [ "//ui/aura" ] | 343 deps += [ "//ui/aura" ] |
| 342 } | 344 } |
| 343 | 345 |
| 344 if (!is_android) { | 346 if (!is_android) { |
| 345 sources += [ "devtools_frontend_host.h" ] | 347 sources += [ "devtools_frontend_host.h" ] |
| 346 } | 348 } |
| 347 } | 349 } |
| OLD | NEW |