diff options
-rw-r--r-- | breakpad/breakpad.gyp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 198ecb2..2774135 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -53,6 +53,7 @@ 'breakpad_utilities', ], 'include_dirs': [ + 'src/client/apple/Framework', 'src/common/mac', ], 'sources': [ @@ -193,6 +194,14 @@ 'crash_inspector', 'crash_report_sender', ], + 'include_dirs': [ + 'src/client/apple/Framework', + ], + 'direct_dependent_settings': { + 'include_dirs': [ + 'src/client/apple/Framework', + ], + }, 'defines': [ 'USE_PROTECTED_ALLOCATIONS=1', ], |