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

Unified Diff: compat/compat.gyp

Issue 793013002: win: Add compat header for sys/types.h (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: fix whitespace, no copy 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
« no previous file with comments | « no previous file | compat/win/sys/types.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 d0a4092bab16b6fe052753aa2dfdb4d41bec5ce5..74ae1b4537fbd6fedb8bdd3770de7940a659e428 100644
--- a/compat/compat.gyp
+++ b/compat/compat.gyp
@@ -29,6 +29,7 @@
'non_win/timezoneapi.h',
'non_win/verrsrc.h',
'non_win/winnt.h',
+ 'win/sys/types.h',
],
'conditions': [
['OS=="mac"', {
@@ -44,7 +45,16 @@
],
},
}],
- ['OS!="win"', {
+ ['OS=="win"', {
+ 'include_dirs': [
+ 'win',
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ 'win',
+ ],
+ },
+ }, {
'include_dirs': [
'non_win',
],
« no previous file with comments | « no previous file | compat/win/sys/types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698