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

Unified Diff: compat/compat.gyp

Issue 432843002: Add compat to Crashpad (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years, 5 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 | « no previous file | compat/mac/AvailabilityMacros.h » ('j') | compat/mac/mach-o/loader.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
},
],
« no previous file with comments | « no previous file | compat/mac/AvailabilityMacros.h » ('j') | compat/mac/mach-o/loader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698