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

Unified Diff: components/scheduler/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 | « no previous file | components/scheduler/scheduler.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/BUILD.gn
diff --git a/components/scheduler/BUILD.gn b/components/scheduler/BUILD.gn
index f55b542fe95c14f14222b5dd450e6e02baf30740..587516f3ecb5ee4525f627a2bb0e538593fac3db 100644
--- a/components/scheduler/BUILD.gn
+++ b/components/scheduler/BUILD.gn
@@ -60,3 +60,14 @@ source_set("unit_tests") {
"//testing/gtest",
]
}
+
+# GYP version: components/scheduler.gypi:scheduler_test_support
+static_library("test_support") {
+ sources = rebase_path(scheduler_gypi_values.scheduler_test_support_sources,
+ ".",
+ "//components/scheduler")
+
+ deps = [
+ "//base",
+ ]
+}
« no previous file with comments | « no previous file | components/scheduler/scheduler.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698