| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 'mac_bundle': 1, | 73 'mac_bundle': 1, |
| 74 'variables': { | 74 'variables': { |
| 75 'mac_real_dsym': 1, | 75 'mac_real_dsym': 1, |
| 76 }, | 76 }, |
| 77 'include_dirs': [ | 77 'include_dirs': [ |
| 78 'src/common/mac', | 78 'src/common/mac', |
| 79 ], | 79 ], |
| 80 'sources': [ | 80 'sources': [ |
| 81 'src/common/mac/HTTPMultipartUpload.m', | 81 'src/common/mac/HTTPMultipartUpload.m', |
| 82 'src/client/mac/sender/crash_report_sender.m', | 82 'src/client/mac/sender/crash_report_sender.m', |
| 83 'src/client/mac/sender/uploader.m', | 83 'src/client/mac/sender/uploader.mm', |
| 84 'src/common/mac/GTMLogger.m', | 84 'src/common/mac/GTMLogger.m', |
| 85 ], | 85 ], |
| 86 'mac_bundle_resources': [ | 86 'mac_bundle_resources': [ |
| 87 'src/client/mac/sender/English.lproj/Localizable.strings', | 87 'src/client/mac/sender/English.lproj/Localizable.strings', |
| 88 'src/client/mac/sender/crash_report_sender.icns', | 88 'src/client/mac/sender/crash_report_sender.icns', |
| 89 'src/client/mac/sender/Breakpad.xib', | 89 'src/client/mac/sender/Breakpad.xib', |
| 90 'src/client/mac/sender/crash_report_sender-Info.plist', | 90 'src/client/mac/sender/crash_report_sender-Info.plist', |
| 91 ], | 91 ], |
| 92 'mac_bundle_resources!': [ | 92 'mac_bundle_resources!': [ |
| 93 'src/client/mac/sender/crash_report_sender-Info.plist', | 93 'src/client/mac/sender/crash_report_sender-Info.plist', |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 434 | 434 |
| 435 'include_dirs': [ | 435 'include_dirs': [ |
| 436 '..', | 436 '..', |
| 437 'src', | 437 'src', |
| 438 ], | 438 ], |
| 439 }, | 439 }, |
| 440 ], | 440 ], |
| 441 }], | 441 }], |
| 442 ], | 442 ], |
| 443 } | 443 } |
| OLD | NEW |