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

Unified Diff: components/scheduler/BUILD.gn

Issue 1156463004: Revert of scheduler: Always create a real scheduler in unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 587516f3ecb5ee4525f627a2bb0e538593fac3db..f55b542fe95c14f14222b5dd450e6e02baf30740 100644
--- a/components/scheduler/BUILD.gn
+++ b/components/scheduler/BUILD.gn
@@ -60,14 +60,3 @@
"//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