| 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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 split_count = 1 | 409 split_count = 1 |
| 410 } | 410 } |
| 411 } | 411 } |
| 412 | 412 |
| 413 configs += [ | 413 configs += [ |
| 414 "//content:content_implementation", | 414 "//content:content_implementation", |
| 415 "//build/config/compiler:no_size_t_to_int_warning", | 415 "//build/config/compiler:no_size_t_to_int_warning", |
| 416 ] | 416 ] |
| 417 defines = [] | 417 defines = [] |
| 418 | 418 |
| 419 public_deps = [] | 419 public_deps = [ |
| 420 "//ipc", |
| 421 ] |
| 422 |
| 420 deps = [ | 423 deps = [ |
| 421 "//base:i18n", | 424 "//base:i18n", |
| 422 "//cc", | 425 "//cc", |
| 423 "//cc/animation", | 426 "//cc/animation", |
| 424 "//cc/blink", | 427 "//cc/blink", |
| 425 "//cc/ipc", | 428 "//cc/ipc", |
| 426 "//cc/paint", | 429 "//cc/paint", |
| 427 "//cc/surfaces", | 430 "//cc/surfaces", |
| 428 "//cc/surfaces:surface_id", | 431 "//cc/surfaces:surface_id", |
| 429 "//cc/surfaces:surfaces", | 432 "//cc/surfaces:surfaces", |
| (...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 956 # For the defines in mojo_media_config. | 959 # For the defines in mojo_media_config. |
| 957 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 960 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 958 } | 961 } |
| 959 | 962 |
| 960 if (!is_component_build) { | 963 if (!is_component_build) { |
| 961 public_deps = [ | 964 public_deps = [ |
| 962 ":renderer", | 965 ":renderer", |
| 963 ] | 966 ] |
| 964 } | 967 } |
| 965 } | 968 } |
| OLD | NEW |