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

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 bfe31f2d2790ea7f2a1b2ef0a15b2915d5ef8bf3..1c1eecf3d6c761e41dcfaf30bc09cd27476ef98a 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -138,7 +138,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/common:unit_tests",
"//components/task_scheduler_util/variations:unit_tests",
"//components/test:test_support",
"//components/translate/core/browser:unit_tests",

Powered by Google App Engine
This is Rietveld 408576698