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("//media/media_options.gni") | 9 import("//media/media_options.gni") |
10 import("//ppapi/features/features.gni") | 10 import("//ppapi/features/features.gni") |
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
404 ] | 404 ] |
405 defines = [] | 405 defines = [] |
406 | 406 |
407 public_deps = [] | 407 public_deps = [] |
408 deps = [ | 408 deps = [ |
409 "//base:i18n", | 409 "//base:i18n", |
410 "//cc", | 410 "//cc", |
411 "//cc/animation", | 411 "//cc/animation", |
412 "//cc/blink", | 412 "//cc/blink", |
413 "//cc/ipc", | 413 "//cc/ipc", |
| 414 "//cc/paint", |
414 "//cc/surfaces", | 415 "//cc/surfaces", |
415 "//cc/surfaces:surface_id", | 416 "//cc/surfaces:surface_id", |
416 "//cc/surfaces:surfaces", | 417 "//cc/surfaces:surfaces", |
417 "//components/discardable_memory/client", | 418 "//components/discardable_memory/client", |
418 "//components/payments:payment_app", | 419 "//components/payments:payment_app", |
419 "//components/url_formatter", | 420 "//components/url_formatter", |
420 "//content:resources", | 421 "//content:resources", |
421 "//content/child", | 422 "//content/child", |
422 "//content/common", | 423 "//content/common", |
423 "//content/gpu:gpu_sources", | 424 "//content/gpu:gpu_sources", |
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
932 # For the defines in mojo_media_config. | 933 # For the defines in mojo_media_config. |
933 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 934 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
934 } | 935 } |
935 | 936 |
936 if (!is_component_build) { | 937 if (!is_component_build) { |
937 public_deps = [ | 938 public_deps = [ |
938 ":renderer", | 939 ":renderer", |
939 ] | 940 ] |
940 } | 941 } |
941 } | 942 } |
OLD | NEW |