| 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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 "//content/common", | 436 "//content/common", |
| 437 "//content/common:features", | 437 "//content/common:features", |
| 438 "//content/gpu:gpu_sources", | 438 "//content/gpu:gpu_sources", |
| 439 "//content/public/child:child_sources", | 439 "//content/public/child:child_sources", |
| 440 "//content/public/common:common_sources", | 440 "//content/public/common:common_sources", |
| 441 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 441 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
| 442 "//content/public/common:features", | 442 "//content/public/common:features", |
| 443 "//content/public/common:service_names", | 443 "//content/public/common:service_names", |
| 444 "//crypto:platform", | 444 "//crypto:platform", |
| 445 "//device/base/synchronization", | 445 "//device/base/synchronization", |
| 446 "//device/battery:mojo_bindings", | |
| 447 "//device/gamepad/public/interfaces", | 446 "//device/gamepad/public/interfaces", |
| 448 "//device/screen_orientation/public/interfaces", | 447 "//device/screen_orientation/public/interfaces", |
| 449 "//device/sensors/public/cpp:full", | 448 "//device/sensors/public/cpp:full", |
| 450 "//device/sensors/public/interfaces", | 449 "//device/sensors/public/interfaces", |
| 451 "//device/usb/public/interfaces", | 450 "//device/usb/public/interfaces", |
| 452 "//device/vibration:mojo_bindings", | 451 "//device/vibration:mojo_bindings", |
| 453 "//gin", | 452 "//gin", |
| 454 "//gpu", | 453 "//gpu", |
| 455 "//gpu/command_buffer/client:gles2_interface", | 454 "//gpu/command_buffer/client:gles2_interface", |
| 456 "//jingle:jingle_glue", | 455 "//jingle:jingle_glue", |
| (...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 957 # For the defines in mojo_media_config. | 956 # For the defines in mojo_media_config. |
| 958 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 957 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 959 } | 958 } |
| 960 | 959 |
| 961 if (!is_component_build) { | 960 if (!is_component_build) { |
| 962 public_deps = [ | 961 public_deps = [ |
| 963 ":renderer", | 962 ":renderer", |
| 964 ] | 963 ] |
| 965 } | 964 } |
| 966 } | 965 } |
| OLD | NEW |