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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 "resource_dispatcher_host_delegate.h", | 212 "resource_dispatcher_host_delegate.h", |
213 "resource_dispatcher_host_login_delegate.h", | 213 "resource_dispatcher_host_login_delegate.h", |
214 "resource_hints.h", | 214 "resource_hints.h", |
215 "resource_request_details.cc", | 215 "resource_request_details.cc", |
216 "resource_request_details.h", | 216 "resource_request_details.h", |
217 "resource_request_info.h", | 217 "resource_request_info.h", |
218 "resource_throttle.cc", | 218 "resource_throttle.cc", |
219 "resource_throttle.h", | 219 "resource_throttle.h", |
220 "save_page_type.h", | 220 "save_page_type.h", |
221 "screen_orientation_delegate.h", | 221 "screen_orientation_delegate.h", |
222 "screen_orientation_dispatcher_host.h", | |
223 "screen_orientation_provider.cc", | 222 "screen_orientation_provider.cc", |
224 "screen_orientation_provider.h", | 223 "screen_orientation_provider.h", |
225 "security_style_explanation.h", | 224 "security_style_explanation.h", |
226 "security_style_explanations.cc", | 225 "security_style_explanations.cc", |
227 "security_style_explanations.h", | 226 "security_style_explanations.h", |
228 "service_worker_context.h", | 227 "service_worker_context.h", |
229 "service_worker_usage_info.cc", | 228 "service_worker_usage_info.cc", |
230 "service_worker_usage_info.h", | 229 "service_worker_usage_info.h", |
231 "session_storage_namespace.h", | 230 "session_storage_namespace.h", |
232 "session_storage_usage_info.h", | 231 "session_storage_usage_info.h", |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
327 | 326 |
328 if (is_android) { | 327 if (is_android) { |
329 deps += [ "//ui/android" ] | 328 deps += [ "//ui/android" ] |
330 } | 329 } |
331 | 330 |
332 if (use_aura) { | 331 if (use_aura) { |
333 sources -= [ "context_factory.h" ] | 332 sources -= [ "context_factory.h" ] |
334 deps += [ "//ui/aura" ] | 333 deps += [ "//ui/aura" ] |
335 } | 334 } |
336 } | 335 } |
OLD | NEW |