| 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("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
| 9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//third_party/webrtc/build/webrtc.gni") | 10 import("//third_party/webrtc/build/webrtc.gni") |
| (...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 "//content/common", | 408 "//content/common", |
| 409 "//content/gpu:gpu_sources", | 409 "//content/gpu:gpu_sources", |
| 410 "//content/public/child:child_sources", | 410 "//content/public/child:child_sources", |
| 411 "//content/public/common:common_sources", | 411 "//content/public/common:common_sources", |
| 412 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 412 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
| 413 "//content/public/common:features", | 413 "//content/public/common:features", |
| 414 "//crypto:platform", | 414 "//crypto:platform", |
| 415 "//device/base/synchronization", | 415 "//device/base/synchronization", |
| 416 "//device/battery:mojo_bindings", | 416 "//device/battery:mojo_bindings", |
| 417 "//device/bluetooth", | 417 "//device/bluetooth", |
| 418 "//device/gamepad/public/interfaces", |
| 418 "//device/sensors/public/cpp", | 419 "//device/sensors/public/cpp", |
| 419 "//device/usb/public/interfaces", | 420 "//device/usb/public/interfaces", |
| 420 "//device/vibration:mojo_bindings", | 421 "//device/vibration:mojo_bindings", |
| 421 "//device/vr:mojo_bindings", | 422 "//device/vr:mojo_bindings", |
| 422 "//gin", | 423 "//gin", |
| 423 "//gpu", | 424 "//gpu", |
| 424 "//gpu/command_buffer/client:gles2_interface", | 425 "//gpu/command_buffer/client:gles2_interface", |
| 425 "//jingle:jingle_glue", | 426 "//jingle:jingle_glue", |
| 426 "//media", | 427 "//media", |
| 427 "//media/blink", | 428 "//media/blink", |
| (...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 912 # For the defines in mojo_media_config. | 913 # For the defines in mojo_media_config. |
| 913 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 914 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 914 } | 915 } |
| 915 | 916 |
| 916 if (!is_component_build) { | 917 if (!is_component_build) { |
| 917 public_deps = [ | 918 public_deps = [ |
| 918 ":renderer", | 919 ":renderer", |
| 919 ] | 920 ] |
| 920 } | 921 } |
| 921 } | 922 } |
| OLD | NEW |