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

Unified Diff: build/gyp_crashpad.py

Issue 986033002: Allow Crashpad to build in the Chromium tree (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Rewrap Created 5 years, 9 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
Index: build/gyp_crashpad.py
diff --git a/build/gyp_crashpad.py b/build/gyp_crashpad.py
index 93ad2c0c245826a82cc762afb42d076336579beb..8e342ffd7154b2868687dac89cef3b3bc5107b56 100755
--- a/build/gyp_crashpad.py
+++ b/build/gyp_crashpad.py
@@ -30,6 +30,7 @@ def main(args):
crashpad_dir_or_dot = crashpad_dir if crashpad_dir is not '' else '.'
+ args.extend(['-D', 'crashpad_standalone=1'])
args.extend(['--include', os.path.join(crashpad_dir,
'third_party',
'mini_chromium',
« no previous file with comments | « build/crashpad_in_chromium.gypi ('k') | client/client.gyp » ('j') | third_party/gmock/gmock.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698