| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 54c640319b36afaf9005399e0f82cb726dec9f34..95ba214005c4a04149f9f8b243616bb972469bc3 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -432,7 +432,6 @@ test("content_browsertests") {
|
| "//content/browser:for_content_tests",
|
| "//content/browser/background_sync:background_sync_proto",
|
| "//content/child:for_content_tests",
|
| - "//content/common:mojo_bindings",
|
| "//content/gpu",
|
| "//content/public/browser",
|
| "//content/public/child",
|
| @@ -642,7 +641,6 @@ test("content_unittests") {
|
| "//content/browser/service_worker:service_worker_proto",
|
| "//content/browser/speech/proto",
|
| "//content/child:for_content_tests",
|
| - "//content/common:mojo_bindings",
|
| "//content/gpu",
|
| "//content/public/browser",
|
| "//content/public/child",
|
| @@ -656,6 +654,7 @@ test("content_unittests") {
|
| "//device/bluetooth:mocks",
|
| "//device/gamepad",
|
| "//device/gamepad:test_helpers",
|
| + "//device/sensors/public/interfaces",
|
| "//gin",
|
| "//gpu",
|
| "//gpu:test_support",
|
| @@ -680,7 +679,6 @@ test("content_unittests") {
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| "//third_party/WebKit/public:blink",
|
| - "//third_party/WebKit/public:mojo_bindings",
|
| "//third_party/icu",
|
| "//third_party/leveldatabase",
|
| "//third_party/libjingle",
|
|
|