| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//third_party/webrtc/build/webrtc.gni") | 8 import("//third_party/webrtc/build/webrtc.gni") |
| 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 10 | 10 |
| (...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 "//content/common", | 412 "//content/common", |
| 413 "//content/gpu:gpu_sources", | 413 "//content/gpu:gpu_sources", |
| 414 "//content/public/child:child_sources", | 414 "//content/public/child:child_sources", |
| 415 "//content/public/common:common_sources", | 415 "//content/public/common:common_sources", |
| 416 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 416 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
| 417 "//content/public/common:features", | 417 "//content/public/common:features", |
| 418 "//crypto:platform", | 418 "//crypto:platform", |
| 419 "//device/base/synchronization", | 419 "//device/base/synchronization", |
| 420 "//device/battery:mojo_bindings", | 420 "//device/battery:mojo_bindings", |
| 421 "//device/bluetooth", | 421 "//device/bluetooth", |
| 422 "//device/sensors/public/cpp", |
| 422 "//device/time_zone_monitor/public/interfaces", | 423 "//device/time_zone_monitor/public/interfaces", |
| 423 "//device/usb/public/interfaces", | 424 "//device/usb/public/interfaces", |
| 424 "//device/vibration:mojo_bindings", | 425 "//device/vibration:mojo_bindings", |
| 425 "//device/vr:mojo_bindings", | 426 "//device/vr:mojo_bindings", |
| 426 "//gin", | 427 "//gin", |
| 427 "//gpu", | 428 "//gpu", |
| 428 "//gpu/command_buffer/client:gles2_interface", | 429 "//gpu/command_buffer/client:gles2_interface", |
| 429 "//jingle:jingle_glue", | 430 "//jingle:jingle_glue", |
| 430 "//media", | 431 "//media", |
| 431 "//media/blink", | 432 "//media/blink", |
| (...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 903 # For the defines in mojo_media_config. | 904 # For the defines in mojo_media_config. |
| 904 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 905 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 905 } | 906 } |
| 906 | 907 |
| 907 if (!is_component_build) { | 908 if (!is_component_build) { |
| 908 public_deps = [ | 909 public_deps = [ |
| 909 ":renderer", | 910 ":renderer", |
| 910 ] | 911 ] |
| 911 } | 912 } |
| 912 } | 913 } |
| OLD | NEW |