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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
424 "//content/public/child:child_sources", | 424 "//content/public/child:child_sources", |
425 "//content/public/common:common_sources", | 425 "//content/public/common:common_sources", |
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/sensors/public/interfaces", |
434 "//device/usb/public/interfaces", | 435 "//device/usb/public/interfaces", |
435 "//device/vibration:mojo_bindings", | 436 "//device/vibration:mojo_bindings", |
436 "//device/vr:mojo_bindings", | 437 "//device/vr:mojo_bindings", |
437 "//gin", | 438 "//gin", |
438 "//gpu", | 439 "//gpu", |
439 "//gpu/command_buffer/client:gles2_interface", | 440 "//gpu/command_buffer/client:gles2_interface", |
440 "//jingle:jingle_glue", | 441 "//jingle:jingle_glue", |
441 "//media", | 442 "//media", |
442 "//media/blink", | 443 "//media/blink", |
443 "//media/capture", | 444 "//media/capture", |
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
933 # For the defines in mojo_media_config. | 934 # For the defines in mojo_media_config. |
934 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 935 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
935 } | 936 } |
936 | 937 |
937 if (!is_component_build) { | 938 if (!is_component_build) { |
938 public_deps = [ | 939 public_deps = [ |
939 ":renderer", | 940 ":renderer", |
940 ] | 941 ] |
941 } | 942 } |
942 } | 943 } |
OLD | NEW |