| 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("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 | 396 |
| 397 public_deps = [] | 397 public_deps = [] |
| 398 deps = [ | 398 deps = [ |
| 399 "//base:i18n", | 399 "//base:i18n", |
| 400 "//cc", | 400 "//cc", |
| 401 "//cc/blink", | 401 "//cc/blink", |
| 402 "//cc/ipc", | 402 "//cc/ipc", |
| 403 "//cc/proto", | 403 "//cc/proto", |
| 404 "//cc/surfaces", | 404 "//cc/surfaces", |
| 405 "//cc/surfaces:surface_id", | 405 "//cc/surfaces:surface_id", |
| 406 "//components/discardable_memory/client", |
| 406 "//components/url_formatter", | 407 "//components/url_formatter", |
| 407 "//content:resources", | 408 "//content:resources", |
| 408 "//content/child", | 409 "//content/child", |
| 409 "//content/common", | 410 "//content/common", |
| 410 "//content/gpu:gpu_sources", | 411 "//content/gpu:gpu_sources", |
| 411 "//content/public/child:child_sources", | 412 "//content/public/child:child_sources", |
| 412 "//content/public/common:common_sources", | 413 "//content/public/common:common_sources", |
| 413 "//content/public/common:feature_h264_with_openh264_ffmpeg", | 414 "//content/public/common:feature_h264_with_openh264_ffmpeg", |
| 414 "//content/public/common:features", | 415 "//content/public/common:features", |
| 415 "//crypto:platform", | 416 "//crypto:platform", |
| (...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 907 # For the defines in mojo_media_config. | 908 # For the defines in mojo_media_config. |
| 908 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 909 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 909 } | 910 } |
| 910 | 911 |
| 911 if (!is_component_build) { | 912 if (!is_component_build) { |
| 912 public_deps = [ | 913 public_deps = [ |
| 913 ":renderer", | 914 ":renderer", |
| 914 ] | 915 ] |
| 915 } | 916 } |
| 916 } | 917 } |
| OLD | NEW |