Chromium Code Reviews| Index: compat/compat.gyp |
| diff --git a/crashpad.gyp b/compat/compat.gyp |
| similarity index 58% |
| copy from crashpad.gyp |
| copy to compat/compat.gyp |
| index aa5e53a4885eb4dce655ccd9dbff72f9a068b65b..d88e5511bbd73b8ed3dd6da672dc20b19da28dfb 100644 |
| --- a/crashpad.gyp |
| +++ b/compat/compat.gyp |
| @@ -15,13 +15,28 @@ |
| { |
| 'targets': [ |
| { |
| - 'target_name': 'All', |
| + 'target_name': 'compat', |
|
Robert Sesek
2014/07/31 16:55:41
May want to re-upload with --no-find-copies.
|
| 'type': 'none', |
| - 'suppress_wildcard': 1, |
| - 'dependencies': [ |
| + 'include_dirs': [ |
| + 'mac', |
| + 'non_win', |
| ], |
| + 'direct_dependent_settings': { |
| + 'include_dirs': [ |
| + 'mac', |
| + 'non_win', |
| + ], |
| + }, |
| 'sources': [ |
| - 'package.h', |
| + 'mac/AvailabilityMacros.h', |
| + 'mac/mach/mach.h', |
| + 'mac/mach-o/loader.h', |
| + 'mac/servers/bootstrap.h', |
| + 'non_win/dbghelp.h', |
| + 'non_win/minwinbase.h', |
| + 'non_win/timezoneapi.h', |
| + 'non_win/verrsrc.h', |
| + 'non_win/winnt.h', |
| ], |
| }, |
| ], |