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

Unified Diff: util/util.gyp

Issue 807973002: win: clock implementation (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: . Created 6 years 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
« util/misc/clock_win.cc ('K') | « util/misc/clock_win.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 0264f63f72b77c0c00e8b49821e9f5978a9a4284..8d54a9058a9cdc1f1d2e2e36189ce7615e1d7431 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -70,9 +70,10 @@
'mach/task_for_pid.h',
'mach/task_memory.cc',
'mach/task_memory.h',
- 'misc/clock.cc',
'misc/clock.h',
'misc/clock_mac.cc',
+ 'misc/clock_posix.cc',
+ 'misc/clock_win.cc',
'misc/initialization_state.h',
'misc/initialization_state_dcheck.cc',
'misc/initialization_state_dcheck.h',
« util/misc/clock_win.cc ('K') | « util/misc/clock_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698