| 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/child", | 441 "//content/child", |
| 442 "//content/common", | 442 "//content/common", |
| 443 "//content/common:features", | 443 "//content/common:features", |
| 444 "//content/gpu:gpu_sources", | 444 "//content/gpu:gpu_sources", |
| 445 "//content/public/child:child_sources", | 445 "//content/public/child:child_sources", |
| 446 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 446 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
| 447 "//content/public/common:features", | 447 "//content/public/common:features", |
| 448 "//content/public/common:service_names", | 448 "//content/public/common:service_names", |
| 449 "//crypto:platform", | 449 "//crypto:platform", |
| 450 "//device/base/synchronization", | 450 "//device/base/synchronization", |
| 451 "//device/gamepad/public/cpp:shared_with_blink", |
| 451 "//device/gamepad/public/interfaces", | 452 "//device/gamepad/public/interfaces", |
| 452 "//device/screen_orientation/public/interfaces", | 453 "//device/screen_orientation/public/interfaces", |
| 453 "//device/sensors/public/cpp:full", | 454 "//device/sensors/public/cpp:full", |
| 454 "//device/sensors/public/interfaces", | 455 "//device/sensors/public/interfaces", |
| 455 "//device/usb/public/interfaces", | 456 "//device/usb/public/interfaces", |
| 456 "//gin", | 457 "//gin", |
| 457 "//gpu", | 458 "//gpu", |
| 458 "//gpu/command_buffer/client:gles2_interface", | 459 "//gpu/command_buffer/client:gles2_interface", |
| 459 "//jingle:jingle_glue", | 460 "//jingle:jingle_glue", |
| 460 "//media", | 461 "//media", |
| (...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 978 # For the defines in mojo_media_config. | 979 # For the defines in mojo_media_config. |
| 979 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 980 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 980 } | 981 } |
| 981 | 982 |
| 982 if (!is_component_build) { | 983 if (!is_component_build) { |
| 983 public_deps = [ | 984 public_deps = [ |
| 984 ":renderer", | 985 ":renderer", |
| 985 ] | 986 ] |
| 986 } | 987 } |
| 987 } | 988 } |
| OLD | NEW |