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

Side by Side Diff: breakpad/breakpad.gyp

Issue 2854020: Update Breakpad to r609 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 6 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 | Annotate | Revision Log
« 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'type': 'executable', 65 'type': 'executable',
66 'mac_bundle': 1, 66 'mac_bundle': 1,
67 'sources': [ 67 'sources': [
68 'src/common/mac/HTTPMultipartUpload.m', 68 'src/common/mac/HTTPMultipartUpload.m',
69 'src/client/mac/sender/crash_report_sender.m', 69 'src/client/mac/sender/crash_report_sender.m',
70 'src/common/mac/GTMLogger.m', 70 'src/common/mac/GTMLogger.m',
71 ], 71 ],
72 'mac_bundle_resources': [ 72 'mac_bundle_resources': [
73 'src/client/mac/sender/English.lproj/Localizable.strings', 73 'src/client/mac/sender/English.lproj/Localizable.strings',
74 'src/client/mac/sender/crash_report_sender.icns', 74 'src/client/mac/sender/crash_report_sender.icns',
75 'src/client/mac/sender/Breakpad.nib', 75 'src/client/mac/sender/Breakpad.xib',
76 'src/client/mac/sender/crash_report_sender-Info.plist', 76 'src/client/mac/sender/crash_report_sender-Info.plist',
77 ], 77 ],
78 'mac_bundle_resources!': [ 78 'mac_bundle_resources!': [
79 'src/client/mac/sender/crash_report_sender-Info.plist', 79 'src/client/mac/sender/crash_report_sender-Info.plist',
80 ], 80 ],
81 'xcode_settings': { 81 'xcode_settings': {
82 'INFOPLIST_FILE': 'src/client/mac/sender/crash_report_sender-Info.p list', 82 'INFOPLIST_FILE': 'src/client/mac/sender/crash_report_sender-Info.p list',
83 }, 83 },
84 'link_settings': { 84 'link_settings': {
85 'libraries': [ 85 'libraries': [
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 ], 349 ],
350 }], 350 }],
351 ], 351 ],
352 } 352 }
353 353
354 # Local Variables: 354 # Local Variables:
355 # tab-width:2 355 # tab-width:2
356 # indent-tabs-mode:nil 356 # indent-tabs-mode:nil
357 # End: 357 # End:
358 # vim: set expandtab tabstop=2 shiftwidth=2: 358 # vim: set expandtab tabstop=2 shiftwidth=2:
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