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

Unified Diff: util/util.gyp

Issue 597533002: Add, test, and use clock utilities (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: (no change) Created 6 years, 3 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 | « util/misc/clock_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/util.gyp
diff --git a/util/util.gyp b/util/util.gyp
index ed1777768b9590969c6928505249b68f5bb58dfc..f42d0ba6cb8741d8e9b8fe6d241dfc3ca9bf9d78 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -82,6 +82,9 @@
'mach/symbolic_constants_mach.h',
'mach/task_memory.cc',
'mach/task_memory.h',
+ 'misc/clock.cc',
+ 'misc/clock.h',
+ 'misc/clock_mac.cc',
'misc/initialization_state.h',
'misc/initialization_state_dcheck.cc',
'misc/initialization_state_dcheck.h',
@@ -214,6 +217,7 @@
'mach/mach_message_server_test.cc',
'mach/symbolic_constants_mach_test.cc',
'mach/task_memory_test.cc',
+ 'misc/clock_test.cc',
'misc/initialization_state_dcheck_test.cc',
'misc/initialization_state_test.cc',
'misc/scoped_forbid_return_test.cc',
« no previous file with comments | « util/misc/clock_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698