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("//content/renderer/renderer.gni") | 7 import("//content/renderer/renderer.gni") |
8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
9 import("//third_party/webrtc/build/webrtc.gni") | 9 import("//third_party/webrtc/build/webrtc.gni") |
10 | 10 |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 46 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
47 "//content/public/common:features", | 47 "//content/public/common:features", |
48 "//content/public/common:mojo_bindings", | 48 "//content/public/common:mojo_bindings", |
49 "//crypto:platform", | 49 "//crypto:platform", |
50 "//device/battery:mojo_bindings", | 50 "//device/battery:mojo_bindings", |
51 "//device/bluetooth", | 51 "//device/bluetooth", |
52 "//device/usb/public/interfaces", | 52 "//device/usb/public/interfaces", |
53 "//device/vibration:mojo_bindings", | 53 "//device/vibration:mojo_bindings", |
54 "//gin", | 54 "//gin", |
55 "//gpu", | 55 "//gpu", |
56 "//gpu/blink", | |
57 "//gpu/command_buffer/client:gles2_interface", | 56 "//gpu/command_buffer/client:gles2_interface", |
58 "//ipc/mojo", | 57 "//ipc/mojo", |
59 "//jingle:jingle_glue", | 58 "//jingle:jingle_glue", |
60 "//media", | 59 "//media", |
61 "//media/blink", | 60 "//media/blink", |
62 "//media/gpu/ipc/client", | 61 "//media/gpu/ipc/client", |
63 "//media/gpu/ipc/common", | 62 "//media/gpu/ipc/common", |
64 "//media/midi", | 63 "//media/midi", |
65 "//mojo/common", | 64 "//mojo/common", |
66 "//mojo/converters/geometry", | 65 "//mojo/converters/geometry", |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
268 # For the defines in mojo_media_config. | 267 # For the defines in mojo_media_config. |
269 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 268 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
270 } | 269 } |
271 | 270 |
272 if (!is_component_build) { | 271 if (!is_component_build) { |
273 public_deps = [ | 272 public_deps = [ |
274 ":renderer", | 273 ":renderer", |
275 ] | 274 ] |
276 } | 275 } |
277 } | 276 } |
OLD | NEW |