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

Unified Diff: compat/compat.gyp

Issue 1119783005: win: get tools/crashpad_database_util mostly working (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: fixes Created 5 years, 7 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 | « client/crash_report_database_win.cc ('k') | compat/win/getopt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compat/compat.gyp
diff --git a/compat/compat.gyp b/compat/compat.gyp
index f691c70575b05067eb45cad1dde024c877c8ff99..75f404973bcac07f27df73b97911c350343dc423 100644
--- a/compat/compat.gyp
+++ b/compat/compat.gyp
@@ -35,7 +35,10 @@
'non_win/verrsrc.h',
'non_win/windows.h',
'non_win/winnt.h',
+ 'win/getopt.h',
'win/sys/types.h',
+ 'win/time.cc',
+ 'win/time.h',
'win/winnt.h',
],
'conditions': [
@@ -61,6 +64,9 @@
'win',
],
},
+ 'dependencies': [
+ '../third_party/getopt/getopt.gyp:getopt',
+ ],
}, {
'include_dirs': [
'non_win',
« no previous file with comments | « client/crash_report_database_win.cc ('k') | compat/win/getopt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698