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

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: Another GYP fix Created 4 years, 5 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 bab905c772f44b5837eea8be41009c5ce43b8472..e9ba057927c22b33492b74eab8800a1e30cc8cb4 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -56,8 +56,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",
@@ -322,7 +320,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/public/common",
@@ -449,7 +446,6 @@ test("content_browsertests") {
":content_test_mojo_bindings",
":web_ui_test_mojo_bindings",
"//base/test:test_support",
- "//components/scheduler",
"//content:resources",
"//content/app:both_for_content_tests",
"//content/browser:for_content_tests",
@@ -649,7 +645,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