| 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 164     "notification_event_dispatcher.h", | 164     "notification_event_dispatcher.h", | 
| 165     "notification_observer.h", | 165     "notification_observer.h", | 
| 166     "notification_registrar.cc", | 166     "notification_registrar.cc", | 
| 167     "notification_registrar.h", | 167     "notification_registrar.h", | 
| 168     "notification_service.h", | 168     "notification_service.h", | 
| 169     "notification_source.h", | 169     "notification_source.h", | 
| 170     "notification_types.h", | 170     "notification_types.h", | 
| 171     "overscroll_configuration.h", | 171     "overscroll_configuration.h", | 
| 172     "page_navigator.cc", | 172     "page_navigator.cc", | 
| 173     "page_navigator.h", | 173     "page_navigator.h", | 
|  | 174     "payment_app_event_dispatcher.h", | 
| 174     "pepper_flash_settings_helper.h", | 175     "pepper_flash_settings_helper.h", | 
| 175     "pepper_vpn_provider_resource_host_proxy.h", | 176     "pepper_vpn_provider_resource_host_proxy.h", | 
| 176     "permission_manager.h", | 177     "permission_manager.h", | 
| 177     "permission_type.h", | 178     "permission_type.h", | 
| 178     "platform_notification_context.h", | 179     "platform_notification_context.h", | 
| 179     "platform_notification_service.h", | 180     "platform_notification_service.h", | 
| 180     "plugin_data_remover.h", | 181     "plugin_data_remover.h", | 
| 181     "plugin_service.h", | 182     "plugin_service.h", | 
| 182     "plugin_service_filter.h", | 183     "plugin_service_filter.h", | 
| 183     "presentation_connection_message.cc", | 184     "presentation_connection_message.cc", | 
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 329 | 330 | 
| 330   if (is_android) { | 331   if (is_android) { | 
| 331     deps += [ "//ui/android" ] | 332     deps += [ "//ui/android" ] | 
| 332   } | 333   } | 
| 333 | 334 | 
| 334   if (use_aura) { | 335   if (use_aura) { | 
| 335     sources -= [ "context_factory.h" ] | 336     sources -= [ "context_factory.h" ] | 
| 336     deps += [ "//ui/aura" ] | 337     deps += [ "//ui/aura" ] | 
| 337   } | 338   } | 
| 338 } | 339 } | 
| OLD | NEW | 
|---|