| 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/proto", | |
| 415 "//cc/surfaces", | 414 "//cc/surfaces", |
| 416 "//cc/surfaces:surface_id", | 415 "//cc/surfaces:surface_id", |
| 417 "//cc/surfaces:surfaces", | 416 "//cc/surfaces:surfaces", |
| 418 "//components/discardable_memory/client", | 417 "//components/discardable_memory/client", |
| 419 "//components/payments:payment_app", | 418 "//components/payments:payment_app", |
| 420 "//components/url_formatter", | 419 "//components/url_formatter", |
| 421 "//content:resources", | 420 "//content:resources", |
| 422 "//content/child", | 421 "//content/child", |
| 423 "//content/common", | 422 "//content/common", |
| 424 "//content/gpu:gpu_sources", | 423 "//content/gpu:gpu_sources", |
| (...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 934 # For the defines in mojo_media_config. | 933 # For the defines in mojo_media_config. |
| 935 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 934 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 936 } | 935 } |
| 937 | 936 |
| 938 if (!is_component_build) { | 937 if (!is_component_build) { |
| 939 public_deps = [ | 938 public_deps = [ |
| 940 ":renderer", | 939 ":renderer", |
| 941 ] | 940 ] |
| 942 } | 941 } |
| 943 } | 942 } |
| OLD | NEW |