| 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("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//third_party/webrtc/build/webrtc.gni") | 10 import("//third_party/webrtc/build/webrtc.gni") |
| (...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "//printing/features", | 444 "//printing/features", |
| 445 "//sandbox", | 445 "//sandbox", |
| 446 "//services/service_manager/public/cpp", | 446 "//services/service_manager/public/cpp", |
| 447 "//services/service_manager/public/interfaces", | 447 "//services/service_manager/public/interfaces", |
| 448 "//services/ui/public/cpp/gpu", |
| 448 "//skia", | 449 "//skia", |
| 449 "//storage/common", | 450 "//storage/common", |
| 450 "//third_party/WebKit/public:blink", | 451 "//third_party/WebKit/public:blink", |
| 451 "//third_party/WebKit/public:features", | 452 "//third_party/WebKit/public:features", |
| 452 "//third_party/WebKit/public:mojo_bindings", | 453 "//third_party/WebKit/public:mojo_bindings", |
| 453 "//third_party/boringssl", | 454 "//third_party/boringssl", |
| 454 "//third_party/icu", | 455 "//third_party/icu", |
| 455 "//third_party/libjingle", | 456 "//third_party/libjingle", |
| 456 "//third_party/libyuv", | 457 "//third_party/libyuv", |
| 457 "//third_party/widevine/cdm:headers", | 458 "//third_party/widevine/cdm:headers", |
| (...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 916 # For the defines in mojo_media_config. | 917 # For the defines in mojo_media_config. |
| 917 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 918 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 918 } | 919 } |
| 919 | 920 |
| 920 if (!is_component_build) { | 921 if (!is_component_build) { |
| 921 public_deps = [ | 922 public_deps = [ |
| 922 ":renderer", | 923 ":renderer", |
| 923 ] | 924 ] |
| 924 } | 925 } |
| 925 } | 926 } |
| OLD | NEW |