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