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