| 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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "//skia", | 448 "//skia", |
| 449 "//storage/common", | 449 "//storage/common", |
| 450 "//third_party/WebKit/public:blink", | 450 "//third_party/WebKit/public:blink", |
| 451 "//third_party/WebKit/public:features", |
| 451 "//third_party/WebKit/public:mojo_bindings", | 452 "//third_party/WebKit/public:mojo_bindings", |
| 452 "//third_party/boringssl", | 453 "//third_party/boringssl", |
| 453 "//third_party/icu", | 454 "//third_party/icu", |
| 454 "//third_party/libjingle", | 455 "//third_party/libjingle", |
| 455 "//third_party/libyuv", | 456 "//third_party/libyuv", |
| 456 "//third_party/widevine/cdm:headers", | 457 "//third_party/widevine/cdm:headers", |
| 457 "//ui/accessibility", | 458 "//ui/accessibility", |
| 458 "//ui/base", | 459 "//ui/base", |
| 459 "//ui/base/ime", | 460 "//ui/base/ime", |
| 460 "//ui/display", | 461 "//ui/display", |
| (...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 913 # For the defines in mojo_media_config. | 914 # For the defines in mojo_media_config. |
| 914 public_configs = [ "//media/mojo/services:mojo_media_config" ] | 915 public_configs = [ "//media/mojo/services:mojo_media_config" ] |
| 915 } | 916 } |
| 916 | 917 |
| 917 if (!is_component_build) { | 918 if (!is_component_build) { |
| 918 public_deps = [ | 919 public_deps = [ |
| 919 ":renderer", | 920 ":renderer", |
| 920 ] | 921 ] |
| 921 } | 922 } |
| 922 } | 923 } |
| OLD | NEW |