Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2979)

Unified Diff: content/test/BUILD.gn

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Really fixed the test failure this time Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698