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

Side by Side Diff: base/base.gypi

Issue 9235084: Add OSSTATUS_LOG API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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/logging.h » ('j') | chrome/service/chrome_service_application_mac.mm » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 'logging.h', 144 'logging.h',
145 'logging_win.cc', 145 'logging_win.cc',
146 'logging_win.h', 146 'logging_win.h',
147 'mac/bundle_locations.h', 147 'mac/bundle_locations.h',
148 'mac/bundle_locations.mm', 148 'mac/bundle_locations.mm',
149 'mac/cocoa_protocols.h', 149 'mac/cocoa_protocols.h',
150 'mac/crash_logging.h', 150 'mac/crash_logging.h',
151 'mac/crash_logging.mm', 151 'mac/crash_logging.mm',
152 'mac/foundation_util.h', 152 'mac/foundation_util.h',
153 'mac/foundation_util.mm', 153 'mac/foundation_util.mm',
154 'mac/mac_logging.h',
155 'mac/mac_logging.cc',
154 'mac/mac_util.h', 156 'mac/mac_util.h',
155 'mac/mac_util.mm', 157 'mac/mac_util.mm',
156 'mac/objc_property_releaser.h', 158 'mac/objc_property_releaser.h',
157 'mac/objc_property_releaser.mm', 159 'mac/objc_property_releaser.mm',
158 'mac/os_crash_dumps.cc', 160 'mac/os_crash_dumps.cc',
159 'mac/os_crash_dumps.h', 161 'mac/os_crash_dumps.h',
160 'mac/scoped_aedesc.h', 162 'mac/scoped_aedesc.h',
161 'mac/scoped_cftyperef.h', 163 'mac/scoped_cftyperef.h',
162 'mac/scoped_nsautorelease_pool.h', 164 'mac/scoped_nsautorelease_pool.h',
163 'mac/scoped_nsautorelease_pool.mm', 165 'mac/scoped_nsautorelease_pool.mm',
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
885 'third_party/xdg_mime/xdgmimemagic.c', 887 'third_party/xdg_mime/xdgmimemagic.c',
886 'third_party/xdg_mime/xdgmimemagic.h', 888 'third_party/xdg_mime/xdgmimemagic.h',
887 'third_party/xdg_mime/xdgmimeparent.c', 889 'third_party/xdg_mime/xdgmimeparent.c',
888 'third_party/xdg_mime/xdgmimeparent.h', 890 'third_party/xdg_mime/xdgmimeparent.h',
889 ], 891 ],
890 }, 892 },
891 ], 893 ],
892 }], 894 }],
893 ], 895 ],
894 } 896 }
OLDNEW
« no previous file with comments | « no previous file | base/logging.h » ('j') | chrome/service/chrome_service_application_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698