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