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

Side by Side Diff: base/base.gypi

Issue 7849011: Refactor Mac crash key reporting - move to base/mac/crash_logging.{h,mm} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 | base/mac/crash_logging.h » ('j') | base/mac/crash_logging.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'json/string_escape.cc', 109 'json/string_escape.cc',
110 'json/string_escape.h', 110 'json/string_escape.h',
111 'lazy_instance.cc', 111 'lazy_instance.cc',
112 'lazy_instance.h', 112 'lazy_instance.h',
113 'linked_list.h', 113 'linked_list.h',
114 'logging.cc', 114 'logging.cc',
115 'logging.h', 115 'logging.h',
116 'logging_win.cc', 116 'logging_win.cc',
117 'logging_win.h', 117 'logging_win.h',
118 'mac/cocoa_protocols.h', 118 'mac/cocoa_protocols.h',
119 'mac/crash_logging.h',
120 'mac/crash_logging.mm',
119 'mac/foundation_util.h', 121 'mac/foundation_util.h',
120 'mac/foundation_util.mm', 122 'mac/foundation_util.mm',
121 'mac/mac_util.h', 123 'mac/mac_util.h',
122 'mac/mac_util.mm', 124 'mac/mac_util.mm',
123 'mac/objc_property_releaser.h', 125 'mac/objc_property_releaser.h',
124 'mac/objc_property_releaser.mm', 126 'mac/objc_property_releaser.mm',
125 'mac/os_crash_dumps.cc', 127 'mac/os_crash_dumps.cc',
126 'mac/os_crash_dumps.h', 128 'mac/os_crash_dumps.h',
127 'mac/scoped_aedesc.h', 129 'mac/scoped_aedesc.h',
128 'mac/scoped_cftyperef.h', 130 'mac/scoped_cftyperef.h',
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 'third_party/xdg_mime/xdgmimemagic.c', 713 'third_party/xdg_mime/xdgmimemagic.c',
712 'third_party/xdg_mime/xdgmimemagic.h', 714 'third_party/xdg_mime/xdgmimemagic.h',
713 'third_party/xdg_mime/xdgmimeparent.c', 715 'third_party/xdg_mime/xdgmimeparent.c',
714 'third_party/xdg_mime/xdgmimeparent.h', 716 'third_party/xdg_mime/xdgmimeparent.h',
715 ], 717 ],
716 }, 718 },
717 ], 719 ],
718 }], 720 }],
719 ], 721 ],
720 } 722 }
OLDNEW
« no previous file with comments | « no previous file | base/mac/crash_logging.h » ('j') | base/mac/crash_logging.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698