| 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/chromecast_build.gni") | 5 import("//build/config/chromecast_build.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
| 9 import("//content/common/features.gni") | 9 import("//content/common/features.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 497 "//third_party/widevine/cdm:headers", | 497 "//third_party/widevine/cdm:headers", |
| 498 "//ui/accessibility", | 498 "//ui/accessibility", |
| 499 "//ui/base", | 499 "//ui/base", |
| 500 "//ui/base/ime", | 500 "//ui/base/ime", |
| 501 "//ui/display", | 501 "//ui/display", |
| 502 "//ui/events:dom_keycode_converter", | 502 "//ui/events:dom_keycode_converter", |
| 503 "//ui/events:events_base", | 503 "//ui/events:events_base", |
| 504 "//ui/events/blink", | 504 "//ui/events/blink", |
| 505 "//ui/gfx/geometry/mojo", | 505 "//ui/gfx/geometry/mojo", |
| 506 "//ui/gl", | 506 "//ui/gl", |
| 507 "//ui/latency", |
| 507 "//ui/native_theme", | 508 "//ui/native_theme", |
| 508 "//ui/surface", | 509 "//ui/surface", |
| 509 "//v8", | 510 "//v8", |
| 510 ] | 511 ] |
| 511 allow_circular_includes_from = [] | 512 allow_circular_includes_from = [] |
| 512 | 513 |
| 513 if (use_aura) { | 514 if (use_aura) { |
| 514 public_deps += [ "//content/renderer/mus" ] | 515 public_deps += [ "//content/renderer/mus" ] |
| 515 allow_circular_includes_from += [ "//content/renderer/mus" ] | 516 allow_circular_includes_from += [ "//content/renderer/mus" ] |
| 516 deps += [ "//services/ui/public/cpp" ] | 517 deps += [ "//services/ui/public/cpp" ] |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 968 # For the defines in mojo_media_config. | 969 # For the defines in mojo_media_config. |
| 969 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 970 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 970 } | 971 } |
| 971 | 972 |
| 972 if (!is_component_build) { | 973 if (!is_component_build) { |
| 973 public_deps = [ | 974 public_deps = [ |
| 974 ":renderer", | 975 ":renderer", |
| 975 ] | 976 ] |
| 976 } | 977 } |
| 977 } | 978 } |
| OLD | NEW |