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

Side by Side Diff: breakpad/breakpad.gyp

Issue 115510: The newer version seems to have moved where the nib lives. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 7 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 | « no previous file | 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 '../build/common.gypi', 7 '../build/common.gypi',
8 ], 8 ],
9 'conditions': [ 9 'conditions': [
10 [ 'OS=="mac"', { 10 [ 'OS=="mac"', {
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'type': 'executable', 64 'type': 'executable',
65 'mac_bundle': 1, 65 'mac_bundle': 1,
66 'sources': [ 66 'sources': [
67 'src/common/mac/HTTPMultipartUpload.m', 67 'src/common/mac/HTTPMultipartUpload.m',
68 'src/client/mac/sender/crash_report_sender.m', 68 'src/client/mac/sender/crash_report_sender.m',
69 'src/common/mac/GTMLogger.m', 69 'src/common/mac/GTMLogger.m',
70 ], 70 ],
71 'mac_bundle_resources': [ 71 'mac_bundle_resources': [
72 'src/client/mac/sender/English.lproj/Localizable.strings', 72 'src/client/mac/sender/English.lproj/Localizable.strings',
73 'src/client/mac/sender/crash_report_sender.icns', 73 'src/client/mac/sender/crash_report_sender.icns',
74 'src/client/mac/sender/English.lproj/Breakpad.nib', 74 'src/client/mac/sender/Breakpad.nib',
75 'src/client/mac/sender/crash_report_sender-Info.plist', 75 'src/client/mac/sender/crash_report_sender-Info.plist',
76 ], 76 ],
77 'mac_bundle_resources!': [ 77 'mac_bundle_resources!': [
78 'src/client/mac/sender/crash_report_sender-Info.plist', 78 'src/client/mac/sender/crash_report_sender-Info.plist',
79 ], 79 ],
80 'xcode_settings': { 80 'xcode_settings': {
81 'INFOPLIST_FILE': 'src/client/mac/sender/crash_report_sender-Info.p list', 81 'INFOPLIST_FILE': 'src/client/mac/sender/crash_report_sender-Info.p list',
82 }, 82 },
83 'link_settings': { 83 'link_settings': {
84 'libraries': [ 84 'libraries': [
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'direct_dependent_settings': { 200 'direct_dependent_settings': {
201 'include_dirs': [ 201 'include_dirs': [
202 'src', 202 'src',
203 ], 203 ],
204 }, 204 },
205 }, 205 },
206 ], 206 ],
207 }], 207 }],
208 ], 208 ],
209 } 209 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698