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

Unified Diff: components/task_scheduler_util/BUILD.gn

Issue 2553953002: Split initialization_util into a Hermetic Library and a Variations Library (Closed)
Patch Set: Quick Adjustments 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/task_scheduler_util/BUILD.gn
diff --git a/components/task_scheduler_util/BUILD.gn b/components/task_scheduler_util/BUILD.gn
index 9f3dcd5ee69bb968b46cda8e1ae1762c5a88c884..b070cc8d31049d48bf96562c8118935b50ff58b6 100644
--- a/components/task_scheduler_util/BUILD.gn
+++ b/components/task_scheduler_util/BUILD.gn
@@ -10,6 +10,7 @@ static_library("task_scheduler_util") {
deps = [
"//base",
- "//components/variations",
+ "//components/task_scheduler_util/initialization",
+ "//components/task_scheduler_util/variations",
]
}

Powered by Google App Engine
This is Rietveld 408576698