| 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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 432 "//content/gpu:gpu_sources", | 432 "//content/gpu:gpu_sources", |
| 433 "//content/public/child:child_sources", | 433 "//content/public/child:child_sources", |
| 434 "//content/public/common:common_sources", | 434 "//content/public/common:common_sources", |
| 435 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 435 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
| 436 "//content/public/common:features", | 436 "//content/public/common:features", |
| 437 "//crypto:platform", | 437 "//crypto:platform", |
| 438 "//device/base/synchronization", | 438 "//device/base/synchronization", |
| 439 "//device/battery:mojo_bindings", | 439 "//device/battery:mojo_bindings", |
| 440 "//device/gamepad/public/interfaces", | 440 "//device/gamepad/public/interfaces", |
| 441 "//device/screen_orientation/public/interfaces", | 441 "//device/screen_orientation/public/interfaces", |
| 442 "//device/sensors/public/cpp", | 442 "//device/sensors/public/cpp:full", |
| 443 "//device/sensors/public/interfaces", | 443 "//device/sensors/public/interfaces", |
| 444 "//device/usb/public/interfaces", | 444 "//device/usb/public/interfaces", |
| 445 "//device/vibration:mojo_bindings", | 445 "//device/vibration:mojo_bindings", |
| 446 "//gin", | 446 "//gin", |
| 447 "//gpu", | 447 "//gpu", |
| 448 "//gpu/command_buffer/client:gles2_interface", | 448 "//gpu/command_buffer/client:gles2_interface", |
| 449 "//jingle:jingle_glue", | 449 "//jingle:jingle_glue", |
| 450 "//media", | 450 "//media", |
| 451 "//media/blink", | 451 "//media/blink", |
| 452 "//media/capture", | 452 "//media/capture", |
| (...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 949 # For the defines in mojo_media_config. | 949 # For the defines in mojo_media_config. |
| 950 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 950 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 951 } | 951 } |
| 952 | 952 |
| 953 if (!is_component_build) { | 953 if (!is_component_build) { |
| 954 public_deps = [ | 954 public_deps = [ |
| 955 ":renderer", | 955 ":renderer", |
| 956 ] | 956 ] |
| 957 } | 957 } |
| 958 } | 958 } |
| OLD | NEW |