Chromium Code Reviews| 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', |