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

Unified Diff: components/BUILD.gn

Issue 2565013002: Split browser-specific and generic code in components/task_scheduler_util/. (Closed)
Patch Set: self-review Created 4 years 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: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index e5cff85961b0b06f6ded2cba47df071885695a68..78f3e9d79b1d3842f39a6f03110282a571684e3f 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -133,8 +133,7 @@ test("components_unittests") {
"//components/sync_bookmarks:unit_tests",
"//components/sync_preferences:unit_tests",
"//components/sync_sessions:unit_tests",
- "//components/task_scheduler_util/initialization:unit_tests",
- "//components/task_scheduler_util/variations:unit_tests",
+ "//components/task_scheduler_util:unit_tests",
"//components/test:test_support",
"//components/translate/core/browser:unit_tests",
"//components/translate/core/common:unit_tests",

Powered by Google App Engine
This is Rietveld 408576698