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

Unified Diff: base/BUILD.gn

Issue 665023002: Post-commit fixes for "stale-while-revalidate..." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make DCHECK_EQ work for TimeDelta objects. Created 6 years, 2 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/base.gyp » ('j') | base/time/time_logging.h » ('J')
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 d783ee0bf7ba6ec441d517093e1cebf1c0890ce0..279e0b50bb000045a867f1f2e00b11ac45e8026f 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -657,6 +657,8 @@ component("base") {
"time/tick_clock.h",
"time/time.cc",
"time/time.h",
+ "time/time_logging.cc",
+ "time/time_logging.h",
"time/time_mac.cc",
"time/time_posix.cc",
"time/time_win.cc",
@@ -1285,6 +1287,7 @@ test("base_unittests") {
"threading/worker_pool_posix_unittest.cc",
"threading/worker_pool_unittest.cc",
"time/pr_time_unittest.cc",
+ "time/time_logging_unittest.cc",
"time/time_unittest.cc",
"time/time_win_unittest.cc",
"timer/hi_res_timer_manager_unittest.cc",
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/time/time_logging.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698