OLD | NEW |
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 Loading... |
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 Loading... |
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: |
OLD | NEW |