| 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 424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 435 "//media/gpu/ipc/common", | 435 "//media/gpu/ipc/common", |
| 436 "//media/midi", | 436 "//media/midi", |
| 437 "//media/mojo/interfaces:remoting", | 437 "//media/mojo/interfaces:remoting", |
| 438 "//mojo/common", | 438 "//mojo/common", |
| 439 "//mojo/edk/js", | 439 "//mojo/edk/js", |
| 440 "//mojo/public/cpp/bindings", | 440 "//mojo/public/cpp/bindings", |
| 441 "//mojo/public/js", | 441 "//mojo/public/js", |
| 442 "//net", | 442 "//net", |
| 443 "//ppapi/features", | 443 "//ppapi/features", |
| 444 "//sandbox", | 444 "//sandbox", |
| 445 "//services/shell/public/cpp", | 445 "//services/service_manager/public/cpp", |
| 446 "//services/shell/public/interfaces", | 446 "//services/service_manager/public/interfaces", |
| 447 "//skia", | 447 "//skia", |
| 448 "//storage/common", | 448 "//storage/common", |
| 449 "//third_party/WebKit/public:blink", | 449 "//third_party/WebKit/public:blink", |
| 450 "//third_party/WebKit/public:mojo_bindings", | 450 "//third_party/WebKit/public:mojo_bindings", |
| 451 "//third_party/boringssl", | 451 "//third_party/boringssl", |
| 452 "//third_party/icu", | 452 "//third_party/icu", |
| 453 "//third_party/libjingle", | 453 "//third_party/libjingle", |
| 454 "//third_party/libyuv", | 454 "//third_party/libyuv", |
| 455 "//third_party/widevine/cdm:headers", | 455 "//third_party/widevine/cdm:headers", |
| 456 "//ui/accessibility", | 456 "//ui/accessibility", |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 908 # For the defines in mojo_media_config. | 908 # For the defines in mojo_media_config. |
| 909 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 909 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 910 } | 910 } |
| 911 | 911 |
| 912 if (!is_component_build) { | 912 if (!is_component_build) { |
| 913 public_deps = [ | 913 public_deps = [ |
| 914 ":renderer", | 914 ":renderer", |
| 915 ] | 915 ] |
| 916 } | 916 } |
| 917 } | 917 } |
| OLD | NEW |