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

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: roll 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
Index: compat/compat.gyp
diff --git a/compat/compat.gyp b/compat/compat.gyp
index f691c70575b05067eb45cad1dde024c877c8ff99..dfaee47e9b4d32029c6a62421c0b1f77c3ada083 100644
--- a/compat/compat.gyp
+++ b/compat/compat.gyp
@@ -36,6 +36,9 @@
'non_win/windows.h',
'non_win/winnt.h',
'win/sys/types.h',
+ 'win/getopt.h',
Mark Mentovai 2015/05/05 22:19:49 getopt < sys
scottmg 2015/05/05 23:03:37 Done.
+ 'win/time.cc',
+ 'win/time.h',
'win/winnt.h',
],
'conditions': [
@@ -59,8 +62,12 @@
'direct_dependent_settings': {
'include_dirs': [
'win',
+ '../third_party/getopt',
Mark Mentovai 2015/05/05 22:19:49 Better to put this in the crashpad_getopt target a
scottmg 2015/05/05 23:03:37 Done. (It's not needed at all)
],
},
+ 'dependencies': [
+ '../third_party/getopt/getopt.gyp:crashpad_getopt',
+ ],
}, {
'include_dirs': [
'non_win',
« no previous file with comments | « client/crash_report_database_win.cc ('k') | compat/win/getopt.h » ('j') | compat/win/getopt.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698