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

Side by Side Diff: chrome/chrome.gyp

Issue 88043: More OS X Breakpad integration (Closed)
Patch Set: Fix jrg's comments. Created 11 years, 8 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
« chrome/app/breakpad_mac.mm ('K') | « chrome/app/chrome_dll_main.cc ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 'common/jstemplate_builder.h', 206 'common/jstemplate_builder.h',
207 'common/l10n_util.cc', 207 'common/l10n_util.cc',
208 'common/l10n_util.h', 208 'common/l10n_util.h',
209 'common/l10n_util_posix.cc', 209 'common/l10n_util_posix.cc',
210 'common/l10n_util_win.cc', 210 'common/l10n_util_win.cc',
211 'common/l10n_util_win.h', 211 'common/l10n_util_win.h',
212 'common/libxml_utils.cc', 212 'common/libxml_utils.cc',
213 'common/libxml_utils.h', 213 'common/libxml_utils.h',
214 'common/logging_chrome.cc', 214 'common/logging_chrome.cc',
215 'common/logging_chrome.h', 215 'common/logging_chrome.h',
216 'common/mach_ipc_mac.h',
217 'common/mach_ipc_mac.mm',
218 'common/mach_message_source_mac.cc',
219 'common/mach_message_source_mac.h',
220 'common/main_function_params.h', 216 'common/main_function_params.h',
221 'common/message_box_flags.h', 217 'common/message_box_flags.h',
222 'common/message_router.cc', 218 'common/message_router.cc',
223 'common/message_router.h', 219 'common/message_router.h',
224 'common/modal_dialog_event.h', 220 'common/modal_dialog_event.h',
225 'common/mru_cache.h', 221 'common/mru_cache.h',
226 'common/navigation_types.h', 222 'common/navigation_types.h',
227 'common/native_web_keyboard_event.h', 223 'common/native_web_keyboard_event.h',
228 'common/native_web_keyboard_event_linux.cc', 224 'common/native_web_keyboard_event_linux.cc',
229 'common/native_web_keyboard_event_mac.mm', 225 'common/native_web_keyboard_event_mac.mm',
(...skipping 1413 matching lines...) Expand 10 before | Expand all | Expand 10 after
1643 ['OS=="mac"', { 1639 ['OS=="mac"', {
1644 # 'branding' is a variable defined in common.gypi 1640 # 'branding' is a variable defined in common.gypi
1645 # (e.g. "Chromium", "Chrome") 1641 # (e.g. "Chromium", "Chrome")
1646 'product_name': '<(branding)', 1642 'product_name': '<(branding)',
1647 'conditions': [ 1643 'conditions': [
1648 ['branding=="Chrome"', { 1644 ['branding=="Chrome"', {
1649 'mac_bundle_resources': ['app/theme/google_chrome/app.icns'], 1645 'mac_bundle_resources': ['app/theme/google_chrome/app.icns'],
1650 # "bundle_id" is the name of the variable used to replace 1646 # "bundle_id" is the name of the variable used to replace
1651 # BUNDLE_ID in Info.plist. 1647 # BUNDLE_ID in Info.plist.
1652 'variables': {'bundle_id': 'com.google.Chrome'}, 1648 'variables': {'bundle_id': 'com.google.Chrome'},
1649 # Only include breakpad in official builds.
1650 'dependencies': [
1651 '../breakpad/breakpad.gyp:breakpad',
1652 ],
1653 # 'copies': [
1654 # {
1655 # 'destination': '<(PRODUCT_DIR)/<(branding).app/Contents/Resou rces/',
1656 # 'files': ['<(PRODUCT_DIR)/crash_inspector', '<(PRODUCT_DIR)/c rash_report_sender.app'],
1657 # },
1658 # ]
1653 }, { # else: branding!="Chrome" 1659 }, { # else: branding!="Chrome"
1654 'mac_bundle_resources': ['app/theme/chromium/app.icns'], 1660 'mac_bundle_resources': ['app/theme/chromium/app.icns'],
1655 'variables': {'bundle_id': 'org.chromium.Chromium'}, 1661 'variables': {'bundle_id': 'org.chromium.Chromium'},
1656 }], 1662 }],
1657 ], 1663 ],
1658 'xcode_settings': { 1664 'xcode_settings': {
1659 # chrome/app/app-Info.plist has a CFBundleIdentifier of BUNDLE_ID, 1665 # chrome/app/app-Info.plist has a CFBundleIdentifier of BUNDLE_ID,
1660 # to be replaced by a properly branded bundle ID in Xcode with 1666 # to be replaced by a properly branded bundle ID in Xcode with
1661 # these settings. 1667 # these settings.
1662 'INFOPLIST_PREPROCESS': 'YES', 1668 'INFOPLIST_PREPROCESS': 'YES',
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
2109 '../testing/gtest.gyp:gtest', 2115 '../testing/gtest.gyp:gtest',
2110 '../third_party/icu38/icu38.gyp:icui18n', 2116 '../third_party/icu38/icu38.gyp:icui18n',
2111 '../third_party/icu38/icu38.gyp:icuuc', 2117 '../third_party/icu38/icu38.gyp:icuuc',
2112 '../third_party/libxml/libxml.gyp:libxml', 2118 '../third_party/libxml/libxml.gyp:libxml',
2113 '../third_party/npapi/npapi.gyp:npapi', 2119 '../third_party/npapi/npapi.gyp:npapi',
2114 ], 2120 ],
2115 'include_dirs': [ 2121 'include_dirs': [
2116 '..', 2122 '..',
2117 ], 2123 ],
2118 'sources': [ 2124 'sources': [
2119 'app/breakpad_mac.mm', 2125 'app/breakpad_mac_stubs.mm',
2120 # All unittests in browser, common, and renderer. 2126 # All unittests in browser, common, and renderer.
2121 'browser/autocomplete/autocomplete_unittest.cc', 2127 'browser/autocomplete/autocomplete_unittest.cc',
2122 'browser/autocomplete/history_contents_provider_unittest.cc', 2128 'browser/autocomplete/history_contents_provider_unittest.cc',
2123 'browser/autocomplete/history_url_provider_unittest.cc', 2129 'browser/autocomplete/history_url_provider_unittest.cc',
2124 'browser/autocomplete/keyword_provider_unittest.cc', 2130 'browser/autocomplete/keyword_provider_unittest.cc',
2125 'browser/back_forward_menu_model_unittest.cc', 2131 'browser/back_forward_menu_model_unittest.cc',
2126 'browser/bookmarks/bookmark_context_menu_test.cc', 2132 'browser/bookmarks/bookmark_context_menu_test.cc',
2127 'browser/bookmarks/bookmark_drag_data_unittest.cc', 2133 'browser/bookmarks/bookmark_drag_data_unittest.cc',
2128 'browser/bookmarks/bookmark_folder_tree_model_unittest.cc', 2134 'browser/bookmarks/bookmark_folder_tree_model_unittest.cc',
2129 'browser/bookmarks/bookmark_html_writer_unittest.cc', 2135 'browser/bookmarks/bookmark_html_writer_unittest.cc',
(...skipping 800 matching lines...) Expand 10 before | Expand all | Expand 10 after
2930 '../tools/code_coverage/coverage_posix.py', 2936 '../tools/code_coverage/coverage_posix.py',
2931 '--directory', 2937 '--directory',
2932 '<(PRODUCT_DIR)' ], 2938 '<(PRODUCT_DIR)' ],
2933 }, 2939 },
2934 ], # 'actions' 2940 ], # 'actions'
2935 }, 2941 },
2936 ] 2942 ]
2937 }], 2943 }],
2938 ], # 'conditions' 2944 ], # 'conditions'
2939 } 2945 }
OLDNEW
« chrome/app/breakpad_mac.mm ('K') | « chrome/app/chrome_dll_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698