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

Side by Side Diff: breakpad/breakpad.gyp

Issue 1567973002: Roll breakpad to c051af689cdb08d9cecaa127f3d69eba006d0bc9. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update roll to c051af689cdb08d9cecaa127f3d69eba006d0bc9 to get Linux compilation fix. Created 4 years, 11 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 unified diff | Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 'breakpad_sender.gypi', 7 'breakpad_sender.gypi',
8 'breakpad_handler.gypi', 8 'breakpad_handler.gypi',
9 ], 9 ],
10 'conditions': [ 10 'conditions': [
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 'src/common/mac/file_id.cc', 299 'src/common/mac/file_id.cc',
300 'src/common/mac/launch_reporter.cc', 300 'src/common/mac/launch_reporter.cc',
301 'src/common/mac/macho_id.cc', 301 'src/common/mac/macho_id.cc',
302 'src/common/mac/macho_utilities.cc', 302 'src/common/mac/macho_utilities.cc',
303 'src/common/mac/macho_walker.cc', 303 'src/common/mac/macho_walker.cc',
304 'src/common/mac/string_utilities.cc', 304 'src/common/mac/string_utilities.cc',
305 'src/common/md5.cc', 305 'src/common/md5.cc',
306 'src/common/simple_string_dictionary.cc', 306 'src/common/simple_string_dictionary.cc',
307 'src/common/string_conversion.cc', 307 'src/common/string_conversion.cc',
308 ], 308 ],
309 'conditions': [
310 ['OS=="ios"', {
311 'xcode_settings' : {
312 'WARNING_CFLAGS': [
313 # See https://bugs.chromium.org/p/google-breakpad/issues/detai l?id=675.
314 '-Wno-deprecated-declarations',
315 ],
316 },
317 }],
318 ],
319 }, 309 },
320 { 310 {
321 # GN version: //breakpad:crash_inspector 311 # GN version: //breakpad:crash_inspector
322 'target_name': 'crash_inspector', 312 'target_name': 'crash_inspector',
323 'type': 'executable', 313 'type': 'executable',
324 'variables': { 314 'variables': {
325 'mac_real_dsym': 1, 315 'mac_real_dsym': 1,
326 }, 316 },
327 'dependencies': [ 317 'dependencies': [
328 'breakpad_utilities', 318 'breakpad_utilities',
(...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after
1015 'breakpad_unittests_apk.isolate', 1005 'breakpad_unittests_apk.isolate',
1016 ], 1006 ],
1017 }, 1007 },
1018 ] 1008 ]
1019 } 1009 }
1020 ], 1010 ],
1021 ], 1011 ],
1022 }], 1012 }],
1023 ], 1013 ],
1024 } 1014 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698