Skip to content

Commit 1a1d9e6

Browse files
committed
Updated patch for crashpad.
1 parent 01779db commit 1a1d9e6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

crashpad.diff

+13
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,16 @@ index 3cd573a8..c7a07392 100644
118118
scoped_ptr<FileReaderInterface> file_reader;
119119

120120
bool is_stdin = false;
121+
diff --git a/build/gyp_crashpad.py b/build/gyp_crashpad.py
122+
index 741c8126..c9814149 100755
123+
--- a/build/gyp_crashpad.py
124+
+++ b/build/gyp_crashpad.py
125+
@@ -57,7 +57,7 @@ def main(args):
126+
if 'GYP_GENERATORS' not in os.environ:
127+
os.environ['GYP_GENERATORS'] = 'ninja'
128+
129+
- crashpad_dir_or_dot = crashpad_dir if crashpad_dir is not '' else os.curdir
130+
+ crashpad_dir_or_dot = crashpad_dir if crashpad_dir != '' else os.curdir
131+
132+
(dependencies, mini_chromium_dir) = (ChooseDependencyPath(
133+
os.path.join(crashpad_dir, 'third_party', 'mini_chromium',

0 commit comments

Comments
 (0)