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

Unified Diff: content/test/BUILD.gn

Issue 1832673002: Add testRunner.runIdleTasks() to force idle tasks to run. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: nits and gn fixes Created 4 years, 8 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 f1c9595848a04fab639950966059391a782ceec3..b4953adaf104440b354c5b11a069b45b79fb5562 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -305,6 +305,7 @@ 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",

Powered by Google App Engine
This is Rietveld 408576698