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 17 matching lines...) Expand all Loading... |
28 defines = [] | 28 defines = [] |
29 | 29 |
30 public_deps = [] | 30 public_deps = [] |
31 deps = [ | 31 deps = [ |
32 "//base:i18n", | 32 "//base:i18n", |
33 "//cc", | 33 "//cc", |
34 "//cc/blink", | 34 "//cc/blink", |
35 "//cc/proto", | 35 "//cc/proto", |
36 "//cc/surfaces", | 36 "//cc/surfaces", |
37 "//cc/surfaces:surface_id", | 37 "//cc/surfaces:surface_id", |
38 "//components/permissions", | |
39 "//components/scheduler:scheduler", | 38 "//components/scheduler:scheduler", |
40 "//components/url_formatter", | 39 "//components/url_formatter", |
41 "//content:resources", | 40 "//content:resources", |
42 "//content/child", | 41 "//content/child", |
43 "//content/common", | 42 "//content/common", |
44 "//content/gpu:gpu_sources", | 43 "//content/gpu:gpu_sources", |
45 "//content/public/child:child_sources", | 44 "//content/public/child:child_sources", |
46 "//content/public/common:common_sources", | 45 "//content/public/common:common_sources", |
47 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 46 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
48 "//content/public/common:features", | 47 "//content/public/common:features", |
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 # For the defines in mojo_media_config. | 268 # For the defines in mojo_media_config. |
270 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 269 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
271 } | 270 } |
272 | 271 |
273 if (!is_component_build) { | 272 if (!is_component_build) { |
274 public_deps = [ | 273 public_deps = [ |
275 ":renderer", | 274 ":renderer", |
276 ] | 275 ] |
277 } | 276 } |
278 } | 277 } |
OLD | NEW |