| Index: content/renderer/BUILD.gn
|
| diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
|
| index cf164b7ca8625dc551f3071bfe8f65155dcf027b..aa203aa23d93ec146d6f3bab0040a1ca89f7a746 100644
|
| --- a/content/renderer/BUILD.gn
|
| +++ b/content/renderer/BUILD.gn
|
| @@ -24,7 +24,6 @@ source_set("renderer") {
|
| deps = [
|
| # TODO(GYP) bug 376846 remove this. This should be inherited from //net but
|
| # those don't cross component boundaries.
|
| - "//crypto:platform",
|
| "//base/allocator",
|
| "//cc",
|
| "//cc/blink",
|
| @@ -38,6 +37,7 @@ source_set("renderer") {
|
| "//content/public/child:child_sources",
|
| "//content/public/common:common_sources",
|
| "//content/public/common:mojo_bindings",
|
| + "//crypto:platform",
|
| "//device/battery:mojo_bindings",
|
| "//device/vibration:mojo_bindings",
|
| "//gin",
|
| @@ -47,26 +47,26 @@ source_set("renderer") {
|
| "//media",
|
| "//media/blink",
|
| "//mojo/application/public/interfaces",
|
| - "//mojo/environment:chromium",
|
| "//mojo/common:url_type_converters",
|
| "//mojo/converters/geometry",
|
| + "//mojo/environment:chromium",
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/js",
|
| "//net",
|
| "//skia",
|
| "//skia/public",
|
| "//storage/common",
|
| + "//third_party/WebKit/public:blink",
|
| "//third_party/icu",
|
| "//third_party/libjingle",
|
| "//third_party/libyuv",
|
| "//third_party/mojo/src/mojo/edk/js",
|
| "//third_party/npapi",
|
| - "//third_party/WebKit/public:blink",
|
| "//third_party/widevine/cdm:version_h",
|
| "//ui/accessibility",
|
| "//ui/base",
|
| - "//ui/events:events_base",
|
| "//ui/events:dom_keycode_converter",
|
| + "//ui/events:events_base",
|
| "//ui/gl",
|
| "//ui/native_theme",
|
| "//ui/surface",
|
|
|