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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 "resource_dispatcher_host_delegate.h", | 206 "resource_dispatcher_host_delegate.h", |
207 "resource_dispatcher_host_login_delegate.h", | 207 "resource_dispatcher_host_login_delegate.h", |
208 "resource_hints.h", | 208 "resource_hints.h", |
209 "resource_request_details.cc", | 209 "resource_request_details.cc", |
210 "resource_request_details.h", | 210 "resource_request_details.h", |
211 "resource_request_info.h", | 211 "resource_request_info.h", |
212 "resource_throttle.cc", | 212 "resource_throttle.cc", |
213 "resource_throttle.h", | 213 "resource_throttle.h", |
214 "save_page_type.h", | 214 "save_page_type.h", |
215 "screen_orientation_delegate.h", | 215 "screen_orientation_delegate.h", |
216 "screen_orientation_dispatcher_host.h", | |
217 "screen_orientation_provider.cc", | 216 "screen_orientation_provider.cc", |
218 "screen_orientation_provider.h", | 217 "screen_orientation_provider.h", |
219 "security_style_explanation.h", | 218 "security_style_explanation.h", |
220 "security_style_explanations.cc", | 219 "security_style_explanations.cc", |
221 "security_style_explanations.h", | 220 "security_style_explanations.h", |
222 "service_worker_context.h", | 221 "service_worker_context.h", |
223 "service_worker_usage_info.cc", | 222 "service_worker_usage_info.cc", |
224 "service_worker_usage_info.h", | 223 "service_worker_usage_info.h", |
225 "session_storage_namespace.h", | 224 "session_storage_namespace.h", |
226 "session_storage_usage_info.h", | 225 "session_storage_usage_info.h", |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
320 | 319 |
321 if (is_android) { | 320 if (is_android) { |
322 deps += [ "//ui/android" ] | 321 deps += [ "//ui/android" ] |
323 } | 322 } |
324 | 323 |
325 if (use_aura) { | 324 if (use_aura) { |
326 sources -= [ "context_factory.h" ] | 325 sources -= [ "context_factory.h" ] |
327 deps += [ "//ui/aura" ] | 326 deps += [ "//ui/aura" ] |
328 } | 327 } |
329 } | 328 } |
OLD | NEW |