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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/gamepad/public/interfaces", | 446 "//device/gamepad/public/interfaces", |
447 "//device/screen_orientation/public/interfaces", | 447 "//device/screen_orientation/public/interfaces", |
448 "//device/sensors/public/cpp:full", | 448 "//device/sensors/public/cpp:full", |
449 "//device/sensors/public/interfaces", | 449 "//device/sensors/public/interfaces", |
450 "//device/usb/public/interfaces", | 450 "//device/usb/public/interfaces", |
451 "//device/vibration:mojo_bindings", | |
452 "//gin", | 451 "//gin", |
453 "//gpu", | 452 "//gpu", |
454 "//gpu/command_buffer/client:gles2_interface", | 453 "//gpu/command_buffer/client:gles2_interface", |
455 "//jingle:jingle_glue", | 454 "//jingle:jingle_glue", |
456 "//media", | 455 "//media", |
457 "//media/blink", | 456 "//media/blink", |
458 "//media/capture", | 457 "//media/capture", |
459 "//media/gpu", | 458 "//media/gpu", |
460 "//media/gpu/ipc/client", | 459 "//media/gpu/ipc/client", |
461 "//media/gpu/ipc/common", | 460 "//media/gpu/ipc/common", |
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
956 # For the defines in mojo_media_config. | 955 # For the defines in mojo_media_config. |
957 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 956 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
958 } | 957 } |
959 | 958 |
960 if (!is_component_build) { | 959 if (!is_component_build) { |
961 public_deps = [ | 960 public_deps = [ |
962 ":renderer", | 961 ":renderer", |
963 ] | 962 ] |
964 } | 963 } |
965 } | 964 } |
OLD | NEW |