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

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: Rebased 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
« no previous file with comments | « content/renderer/scheduler/resource_dispatch_throttler_unittest.cc ('k') | content/test/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index e190bee09bb74fac3b965be79ffaa3571c5ac932..2e0f4f50df97e0566167ccad72ff2b924bd442ac 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",
@@ -632,7 +628,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",
« no previous file with comments | « content/renderer/scheduler/resource_dispatch_throttler_unittest.cc ('k') | content/test/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698