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

Side by Side Diff: chrome/chrome.gyp

Issue 269039: [Mac] Add breakpad info for crashes in the target/action dispatcher. (Closed)
Patch Set: Fix build problem with all.xcodeproj chromium_builder_dbg Created 11 years, 2 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
« no previous file with comments | « chrome/browser/chrome_application_mac.mm ('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 'variables': { 9 'variables': {
10 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 4012 matching lines...) Expand 10 before | Expand all | Expand 10 after
4023 }], 4023 }],
4024 ['OS=="linux" and toolkit_views==1', { 4024 ['OS=="linux" and toolkit_views==1', {
4025 'dependencies': [ 4025 'dependencies': [
4026 '../views/views.gyp:views', 4026 '../views/views.gyp:views',
4027 ], 4027 ],
4028 }], 4028 }],
4029 ['OS=="mac"', { 4029 ['OS=="mac"', {
4030 'sources': [ 4030 'sources': [
4031 'app/keystone_glue.h', 4031 'app/keystone_glue.h',
4032 'app/keystone_glue.m', 4032 'app/keystone_glue.m',
4033 'app/breakpad_mac_stubs.mm',
4033 ], 4034 ],
4034 'sources!': [ 4035 'sources!': [
4035 # TODO(port) 4036 # TODO(port)
4036 'app/chrome_main_uitest.cc', 4037 'app/chrome_main_uitest.cc',
4037 'browser/login_prompt_uitest.cc', 4038 'browser/login_prompt_uitest.cc',
4038 'browser/metrics/metrics_service_uitest.cc', 4039 'browser/metrics/metrics_service_uitest.cc',
4039 # leaves an extra window on screen after test completes. 4040 # leaves an extra window on screen after test completes.
4040 'browser/sessions/session_restore_uitest.cc', 4041 'browser/sessions/session_restore_uitest.cc',
4041 # puts up modal dialogs. 4042 # puts up modal dialogs.
4042 'browser/unload_uitest.cc', 4043 'browser/unload_uitest.cc',
(...skipping 2866 matching lines...) Expand 10 before | Expand all | Expand 10 after
6909 ], # targets when chrome_personalization==1 6910 ], # targets when chrome_personalization==1
6910 }], 6911 }],
6911 ], # 'conditions' 6912 ], # 'conditions'
6912 } 6913 }
6913 6914
6914 # Local Variables: 6915 # Local Variables:
6915 # tab-width:2 6916 # tab-width:2
6916 # indent-tabs-mode:nil 6917 # indent-tabs-mode:nil
6917 # End: 6918 # End:
6918 # vim: set expandtab tabstop=2 shiftwidth=2: 6919 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/chrome_application_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698