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 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
(...skipping 25 matching lines...) Expand all Loading... |
36 public_deps = [] | 36 public_deps = [] |
37 deps = [ | 37 deps = [ |
38 "//base:i18n", | 38 "//base:i18n", |
39 "//cc", | 39 "//cc", |
40 "//cc/blink", | 40 "//cc/blink", |
41 "//cc/ipc", | 41 "//cc/ipc", |
42 "//cc/proto", | 42 "//cc/proto", |
43 "//cc/surfaces", | 43 "//cc/surfaces", |
44 "//cc/surfaces:surface_id", | 44 "//cc/surfaces:surface_id", |
45 "//components/memory_coordinator/child", | 45 "//components/memory_coordinator/child", |
46 "//components/scheduler:scheduler", | |
47 "//components/url_formatter", | 46 "//components/url_formatter", |
48 "//content:resources", | 47 "//content:resources", |
49 "//content/child", | 48 "//content/child", |
50 "//content/common", | 49 "//content/common", |
51 "//content/gpu:gpu_sources", | 50 "//content/gpu:gpu_sources", |
52 "//content/public/child:child_sources", | 51 "//content/public/child:child_sources", |
53 "//content/public/common:common_sources", | 52 "//content/public/common:common_sources", |
54 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 53 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
55 "//content/public/common:features", | 54 "//content/public/common:features", |
56 "//crypto:platform", | 55 "//crypto:platform", |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 # For the defines in mojo_media_config. | 273 # For the defines in mojo_media_config. |
275 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 274 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
276 } | 275 } |
277 | 276 |
278 if (!is_component_build) { | 277 if (!is_component_build) { |
279 public_deps = [ | 278 public_deps = [ |
280 ":renderer", | 279 ":renderer", |
281 ] | 280 ] |
282 } | 281 } |
283 } | 282 } |
OLD | NEW |