| 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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 | 401 |
| 402 public_deps = [] | 402 public_deps = [] |
| 403 deps = [ | 403 deps = [ |
| 404 "//base:i18n", | 404 "//base:i18n", |
| 405 "//cc", | 405 "//cc", |
| 406 "//cc/blink", | 406 "//cc/blink", |
| 407 "//cc/ipc", | 407 "//cc/ipc", |
| 408 "//cc/proto", | 408 "//cc/proto", |
| 409 "//cc/surfaces", | 409 "//cc/surfaces", |
| 410 "//cc/surfaces:surface_id", | 410 "//cc/surfaces:surface_id", |
| 411 "//components/memory_coordinator/child", | |
| 412 "//components/url_formatter", | 411 "//components/url_formatter", |
| 413 "//content:resources", | 412 "//content:resources", |
| 414 "//content/child", | 413 "//content/child", |
| 415 "//content/common", | 414 "//content/common", |
| 416 "//content/gpu:gpu_sources", | 415 "//content/gpu:gpu_sources", |
| 417 "//content/public/child:child_sources", | 416 "//content/public/child:child_sources", |
| 418 "//content/public/common:common_sources", | 417 "//content/public/common:common_sources", |
| 419 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 418 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
| 420 "//content/public/common:features", | 419 "//content/public/common:features", |
| 421 "//crypto:platform", | 420 "//crypto:platform", |
| (...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 911 # For the defines in mojo_media_config. | 910 # For the defines in mojo_media_config. |
| 912 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 911 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 913 } | 912 } |
| 914 | 913 |
| 915 if (!is_component_build) { | 914 if (!is_component_build) { |
| 916 public_deps = [ | 915 public_deps = [ |
| 917 ":renderer", | 916 ":renderer", |
| 918 ] | 917 ] |
| 919 } | 918 } |
| 920 } | 919 } |
| OLD | NEW |