| 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 "pepper_vpn_provider_resource_host_proxy.h", | 180 "pepper_vpn_provider_resource_host_proxy.h", |
| 181 "permission_manager.h", | 181 "permission_manager.h", |
| 182 "permission_type.h", | 182 "permission_type.h", |
| 183 "platform_notification_context.h", | 183 "platform_notification_context.h", |
| 184 "platform_notification_service.h", | 184 "platform_notification_service.h", |
| 185 "plugin_data_remover.h", | 185 "plugin_data_remover.h", |
| 186 "plugin_service.h", | 186 "plugin_service.h", |
| 187 "plugin_service_filter.h", | 187 "plugin_service_filter.h", |
| 188 "presentation_screen_availability_listener.h", | 188 "presentation_screen_availability_listener.h", |
| 189 "presentation_service_delegate.h", | 189 "presentation_service_delegate.h", |
| 190 "print_subframe_details.h", |
| 190 "profiler_controller.h", | 191 "profiler_controller.h", |
| 191 "profiler_subscriber.h", | 192 "profiler_subscriber.h", |
| 192 "provision_fetcher_factory.h", | 193 "provision_fetcher_factory.h", |
| 193 "provision_fetcher_impl.cc", | 194 "provision_fetcher_impl.cc", |
| 194 "provision_fetcher_impl.h", | 195 "provision_fetcher_impl.h", |
| 195 "push_messaging_service.cc", | 196 "push_messaging_service.cc", |
| 196 "push_messaging_service.h", | 197 "push_messaging_service.h", |
| 197 "quota_permission_context.h", | 198 "quota_permission_context.h", |
| 198 "readback_types.h", | 199 "readback_types.h", |
| 199 "render_frame_host.h", | 200 "render_frame_host.h", |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 | 327 |
| 327 if (is_android) { | 328 if (is_android) { |
| 328 deps += [ "//ui/android" ] | 329 deps += [ "//ui/android" ] |
| 329 } | 330 } |
| 330 | 331 |
| 331 if (use_aura) { | 332 if (use_aura) { |
| 332 sources -= [ "context_factory.h" ] | 333 sources -= [ "context_factory.h" ] |
| 333 deps += [ "//ui/aura" ] | 334 deps += [ "//ui/aura" ] |
| 334 } | 335 } |
| 335 } | 336 } |
| OLD | NEW |