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

Unified Diff: util/util.gyp

Issue 940793002: win: add equivalent of gettimeofday (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: . Created 5 years, 10 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 | util/win/time.h » ('j') | 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 adea50661218ded08ef0129d1cd0d1415c3c82cc..2d737e5bb1dcbd0aadab630ee4c9082a4f116230 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -127,6 +127,8 @@
'synchronization/semaphore.h',
'win/scoped_handle.cc',
'win/scoped_handle.h',
+ 'win/time.cc',
+ 'win/time.h',
],
'conditions': [
['OS=="mac"', {
@@ -302,6 +304,7 @@
'test/multiprocess_exec_test.cc',
'test/multiprocess_posix_test.cc',
'test/scoped_temp_dir_test.cc',
+ 'win/time_test.cc',
],
'conditions': [
['OS=="mac"', {
« no previous file with comments | « no previous file | util/win/time.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698