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

Unified Diff: base/BUILD.gn

Issue 2227343002: Add Browser Task Scheduler Flags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjust DCHECK message Created 4 years, 4 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 | base/task_scheduler/switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index b6889bb3d1f6b4f40124d489ce000377bd70ca4a..0ef32005ac560e244d653c4968ff8b14b815dc6f 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1483,6 +1483,8 @@ static_library("base_static") {
sources = [
"base_switches.cc",
"base_switches.h",
+ "task_scheduler/switches.cc",
+ "task_scheduler/switches.h",
"win/pe_image.cc",
"win/pe_image.h",
]
« no previous file with comments | « no previous file | base/task_scheduler/switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698