| 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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 "//cc/animation", | 419 "//cc/animation", |
| 420 "//cc/blink", | 420 "//cc/blink", |
| 421 "//cc/ipc", | 421 "//cc/ipc", |
| 422 "//cc/paint", | 422 "//cc/paint", |
| 423 "//cc/surfaces", | 423 "//cc/surfaces", |
| 424 "//cc/surfaces:surface_id", | 424 "//cc/surfaces:surface_id", |
| 425 "//cc/surfaces:surfaces", | 425 "//cc/surfaces:surfaces", |
| 426 "//components/discardable_memory/client", | 426 "//components/discardable_memory/client", |
| 427 "//components/payments/content:payment_app", | 427 "//components/payments/content:payment_app", |
| 428 "//components/url_formatter", | 428 "//components/url_formatter", |
| 429 "//components/variations", |
| 429 "//content:resources", | 430 "//content:resources", |
| 430 "//content/child", | 431 "//content/child", |
| 431 "//content/common", | 432 "//content/common", |
| 432 "//content/common:features", | 433 "//content/common:features", |
| 433 "//content/gpu:gpu_sources", | 434 "//content/gpu:gpu_sources", |
| 434 "//content/public/child:child_sources", | 435 "//content/public/child:child_sources", |
| 435 "//content/public/common:common_sources", | 436 "//content/public/common:common_sources", |
| 436 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 437 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
| 437 "//content/public/common:features", | 438 "//content/public/common:features", |
| 438 "//crypto:platform", | 439 "//crypto:platform", |
| (...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 950 # For the defines in mojo_media_config. | 951 # For the defines in mojo_media_config. |
| 951 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 952 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 952 } | 953 } |
| 953 | 954 |
| 954 if (!is_component_build) { | 955 if (!is_component_build) { |
| 955 public_deps = [ | 956 public_deps = [ |
| 956 ":renderer", | 957 ":renderer", |
| 957 ] | 958 ] |
| 958 } | 959 } |
| 959 } | 960 } |
| OLD | NEW |