| 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("//third_party/webrtc/build/webrtc.gni") | 8 import("//third_party/webrtc/build/webrtc.gni") |
| 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 10 | 10 |
| (...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 | 403 |
| 404 public_deps = [] | 404 public_deps = [] |
| 405 deps = [ | 405 deps = [ |
| 406 "//base:i18n", | 406 "//base:i18n", |
| 407 "//cc", | 407 "//cc", |
| 408 "//cc/blink", | 408 "//cc/blink", |
| 409 "//cc/ipc", | 409 "//cc/ipc", |
| 410 "//cc/proto", | 410 "//cc/proto", |
| 411 "//cc/surfaces", | 411 "//cc/surfaces", |
| 412 "//cc/surfaces:surface_id", | 412 "//cc/surfaces:surface_id", |
| 413 "//components/memory_coordinator/child", | |
| 414 "//components/url_formatter", | 413 "//components/url_formatter", |
| 415 "//content:resources", | 414 "//content:resources", |
| 416 "//content/child", | 415 "//content/child", |
| 417 "//content/common", | 416 "//content/common", |
| 418 "//content/gpu:gpu_sources", | 417 "//content/gpu:gpu_sources", |
| 419 "//content/public/child:child_sources", | 418 "//content/public/child:child_sources", |
| 420 "//content/public/common:common_sources", | 419 "//content/public/common:common_sources", |
| 421 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 420 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
| 422 "//content/public/common:features", | 421 "//content/public/common:features", |
| 423 "//crypto:platform", | 422 "//crypto:platform", |
| (...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 907 # For the defines in mojo_media_config. | 906 # For the defines in mojo_media_config. |
| 908 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 907 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 909 } | 908 } |
| 910 | 909 |
| 911 if (!is_component_build) { | 910 if (!is_component_build) { |
| 912 public_deps = [ | 911 public_deps = [ |
| 913 ":renderer", | 912 ":renderer", |
| 914 ] | 913 ] |
| 915 } | 914 } |
| 916 } | 915 } |
| OLD | NEW |