| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 54c640319b36afaf9005399e0f82cb726dec9f34..f3c230e884fc2a8c5ec97c72eda1ee813e562002 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -64,8 +64,6 @@ static_library("test_support") {
|
| "//cc/ipc",
|
| "//cc/surfaces",
|
| "//components/display_compositor",
|
| - "//components/scheduler:scheduler",
|
| - "//components/scheduler:test_support",
|
| "//content/app:both_for_content_tests",
|
| "//content/browser:for_content_tests",
|
| "//content/browser/speech/proto",
|
| @@ -297,7 +295,6 @@ static_library("layouttest_support") {
|
| ":test_support",
|
| "//cc",
|
| "//cc/blink",
|
| - "//components/scheduler:test_support",
|
| "//components/test_runner:test_runner",
|
| "//content/browser:for_content_tests",
|
| "//content/child:for_content_tests",
|
| @@ -426,7 +423,6 @@ test("content_browsertests") {
|
| ":web_ui_test_mojo_bindings",
|
| "//base/test:test_support",
|
| "//components/memory_coordinator/browser",
|
| - "//components/scheduler",
|
| "//content:resources",
|
| "//content/app:both_for_content_tests",
|
| "//content/browser:for_content_tests",
|
| @@ -633,7 +629,6 @@ test("content_unittests") {
|
| "//cc/ipc",
|
| "//cc/surfaces",
|
| "//components/display_compositor",
|
| - "//components/scheduler",
|
| "//content:resources",
|
| "//content/app:both_for_content_tests",
|
| "//content/browser:for_content_tests",
|
|
|