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

Unified Diff: base/BUILD.gn

Issue 2829083002: Add constexpr TaskTraits constructor. (Closed)
Patch Set: unretained Created 3 years, 8 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/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 43897be86143286b7e256f12e099101477e74446..d7b94363bd3afa228d93c9346495cdadf6841cbf 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -855,6 +855,7 @@ component("base") {
"task_scheduler/task_tracker_posix.h",
"task_scheduler/task_traits.cc",
"task_scheduler/task_traits.h",
+ "task_scheduler/task_traits_details.h",
"template_util.h",
"test/malloc_wrapper.h",
"third_party/dmg_fp/dmg_fp.h",
@@ -2116,6 +2117,7 @@ test("base_unittests") {
"task_scheduler/task_scheduler_impl_unittest.cc",
"task_scheduler/task_tracker_posix_unittest.cc",
"task_scheduler/task_tracker_unittest.cc",
+ "task_scheduler/task_traits_unittest.cc",
"task_scheduler/task_unittest.cc",
"task_scheduler/test_task_factory.cc",
"task_scheduler/test_task_factory.h",
@@ -2394,6 +2396,7 @@ if (enable_nocompile_tests) {
"memory/ref_counted_unittest.nc",
"memory/weak_ptr_unittest.nc",
"metrics/histogram_unittest.nc",
+ "task_scheduler/task_traits_unittest.nc",
]
deps = [
« no previous file with comments | « no previous file | base/task_scheduler/task_scheduler_impl_unittest.cc » ('j') | base/task_scheduler/task_traits.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698