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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
426 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 426 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
427 "//content/public/common:features", | 427 "//content/public/common:features", |
428 "//crypto:platform", | 428 "//crypto:platform", |
429 "//device/base/synchronization", | 429 "//device/base/synchronization", |
430 "//device/battery:mojo_bindings", | 430 "//device/battery:mojo_bindings", |
431 "//device/gamepad/public/interfaces", | 431 "//device/gamepad/public/interfaces", |
432 "//device/screen_orientation/public/interfaces", | 432 "//device/screen_orientation/public/interfaces", |
433 "//device/sensors/public/cpp", | 433 "//device/sensors/public/cpp", |
434 "//device/usb/public/interfaces", | 434 "//device/usb/public/interfaces", |
435 "//device/vibration:mojo_bindings", | 435 "//device/vibration:mojo_bindings", |
436 "//device/vr:mojo_bindings", | |
437 "//gin", | 436 "//gin", |
438 "//gpu", | 437 "//gpu", |
439 "//gpu/command_buffer/client:gles2_interface", | 438 "//gpu/command_buffer/client:gles2_interface", |
440 "//jingle:jingle_glue", | 439 "//jingle:jingle_glue", |
441 "//media", | 440 "//media", |
442 "//media/blink", | 441 "//media/blink", |
443 "//media/capture", | 442 "//media/capture", |
444 "//media/gpu", | 443 "//media/gpu", |
445 "//media/gpu/ipc/client", | 444 "//media/gpu/ipc/client", |
446 "//media/gpu/ipc/common", | 445 "//media/gpu/ipc/common", |
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
933 # For the defines in mojo_media_config. | 932 # For the defines in mojo_media_config. |
934 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 933 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
935 } | 934 } |
936 | 935 |
937 if (!is_component_build) { | 936 if (!is_component_build) { |
938 public_deps = [ | 937 public_deps = [ |
939 ":renderer", | 938 ":renderer", |
940 ] | 939 ] |
941 } | 940 } |
942 } | 941 } |
OLD | NEW |