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 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
449 "//content/common:features", | 449 "//content/common:features", |
450 "//content/gpu:gpu_sources", | 450 "//content/gpu:gpu_sources", |
451 "//content/public/child:child_sources", | 451 "//content/public/child:child_sources", |
452 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 452 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
453 "//content/public/common:features", | 453 "//content/public/common:features", |
454 "//content/public/common:service_names", | 454 "//content/public/common:service_names", |
455 "//crypto:platform", | 455 "//crypto:platform", |
456 "//device/base/synchronization", | 456 "//device/base/synchronization", |
457 "//device/gamepad/public/cpp:shared_with_blink", | 457 "//device/gamepad/public/cpp:shared_with_blink", |
458 "//device/gamepad/public/interfaces", | 458 "//device/gamepad/public/interfaces", |
| 459 "//device/generic_sensor/public/cpp", |
459 "//device/screen_orientation/public/interfaces", | 460 "//device/screen_orientation/public/interfaces", |
460 "//device/sensors/public/cpp:full", | 461 "//device/sensors/public/cpp:full", |
461 "//device/sensors/public/interfaces", | 462 "//device/sensors/public/interfaces", |
462 "//device/usb/public/interfaces", | 463 "//device/usb/public/interfaces", |
463 "//gin", | 464 "//gin", |
464 "//gpu", | 465 "//gpu", |
465 "//gpu/command_buffer/client:gles2_interface", | 466 "//gpu/command_buffer/client:gles2_interface", |
466 "//jingle:jingle_glue", | 467 "//jingle:jingle_glue", |
467 "//media", | 468 "//media", |
468 "//media/blink", | 469 "//media/blink", |
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
992 # See comment at the top of //content/BUILD.gn for how this works. | 993 # See comment at the top of //content/BUILD.gn for how this works. |
993 group("for_content_tests") { | 994 group("for_content_tests") { |
994 visibility = [ "//content/test/*" ] | 995 visibility = [ "//content/test/*" ] |
995 | 996 |
996 if (!is_component_build) { | 997 if (!is_component_build) { |
997 public_deps = [ | 998 public_deps = [ |
998 ":renderer", | 999 ":renderer", |
999 ] | 1000 ] |
1000 } | 1001 } |
1001 } | 1002 } |
OLD | NEW |