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

Unified Diff: content/test/BUILD.gn

Issue 1152623008: scheduler: Always create a real scheduler in unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remember the message loop binding. Created 5 years, 6 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/content_tests.gypi ('k') | content/test/DEPS » ('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 7a4377a1a6010baaa5e8dc4cb847fd09d5da23c8..848dea1b87bd5c8df96313aa7325a3310af53a5d 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -56,6 +56,7 @@ source_set("test_support") {
public_deps += [ "//third_party/WebKit/public:blink" ]
deps += [
"//components/scheduler:scheduler",
+ "//components/scheduler:test_support",
"//content/browser/speech/proto",
"//content/public/child",
"//content/gpu",
« no previous file with comments | « content/content_tests.gypi ('k') | content/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698