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

Unified Diff: components/task_scheduler_util/common/BUILD.gn

Issue 2568793003: Control TaskScheduler initialization params in renderers via field trial. (Closed)
Patch Set: fix ios build error Created 3 years, 11 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 | « chrome/renderer/chrome_content_renderer_client.cc ('k') | components/task_scheduler_util/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/task_scheduler_util/common/BUILD.gn
diff --git a/components/task_scheduler_util/common/BUILD.gn b/components/task_scheduler_util/common/BUILD.gn
index d0e0566f16c8857b815139686e7a85adf6e20b8f..94bbb32322bc1e2e58ca328a4f655517653d615e 100644
--- a/components/task_scheduler_util/common/BUILD.gn
+++ b/components/task_scheduler_util/common/BUILD.gn
@@ -10,6 +10,7 @@ static_library("common") {
deps = [
"//base",
+ "//components/variations",
]
}
@@ -21,6 +22,7 @@ source_set("unit_tests") {
deps = [
":common",
"//base",
+ "//components/variations",
"//testing/gtest",
]
}
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.cc ('k') | components/task_scheduler_util/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698