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

Unified Diff: base/base.gypi

Issue 2146223002: Refactor WorkerPoolCreationArgs to a Read-Only WorkerPoolParams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 750a081743f4b6f9b9174e5d5b2a71d4ffc5d988..9bdec4f202e7309b9fd615b6901ba6b7584844ae 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -670,6 +670,8 @@
'task_scheduler/task_tracker.h',
'task_scheduler/task_traits.cc',
'task_scheduler/task_traits.h',
+ 'task_scheduler/worker_pool_params.cc',
+ 'task_scheduler/worker_pool_params.h',
'template_util.h',
'third_party/dmg_fp/dmg_fp.h',
'third_party/dmg_fp/dtoa_wrapper.cc',

Powered by Google App Engine
This is Rietveld 408576698