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

Side by Side Diff: base/base.gypi

Issue 1753523002: Use a non-deprecated method to get a string from an OSStatus error . (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 'mac/dispatch_source_mach.cc', 293 'mac/dispatch_source_mach.cc',
294 'mac/dispatch_source_mach.h', 294 'mac/dispatch_source_mach.h',
295 'mac/foundation_util.h', 295 'mac/foundation_util.h',
296 'mac/foundation_util.mm', 296 'mac/foundation_util.mm',
297 'mac/launch_services_util.cc', 297 'mac/launch_services_util.cc',
298 'mac/launch_services_util.h', 298 'mac/launch_services_util.h',
299 'mac/launchd.cc', 299 'mac/launchd.cc',
300 'mac/launchd.h', 300 'mac/launchd.h',
301 'mac/libdispatch_task_runner.cc', 301 'mac/libdispatch_task_runner.cc',
302 'mac/libdispatch_task_runner.h', 302 'mac/libdispatch_task_runner.h',
303 'mac/mac_logging.cc',
304 'mac/mac_logging.h', 303 'mac/mac_logging.h',
304 'mac/mac_logging.mm',
305 'mac/mac_util.h', 305 'mac/mac_util.h',
306 'mac/mac_util.mm', 306 'mac/mac_util.mm',
307 'mac/mach_logging.cc', 307 'mac/mach_logging.cc',
308 'mac/mach_logging.h', 308 'mac/mach_logging.h',
309 'mac/objc_property_releaser.h', 309 'mac/objc_property_releaser.h',
310 'mac/objc_property_releaser.mm', 310 'mac/objc_property_releaser.mm',
311 'mac/os_crash_dumps.cc', 311 'mac/os_crash_dumps.cc',
312 'mac/os_crash_dumps.h', 312 'mac/os_crash_dumps.h',
313 'mac/scoped_aedesc.h', 313 'mac/scoped_aedesc.h',
314 'mac/scoped_authorizationref.h', 314 'mac/scoped_authorizationref.h',
(...skipping 745 matching lines...) Expand 10 before | Expand all | Expand 10 after
1060 'i18n/time_formatting.h', 1060 'i18n/time_formatting.h',
1061 'i18n/timezone.cc', 1061 'i18n/timezone.cc',
1062 'i18n/timezone.h', 1062 'i18n/timezone.h',
1063 'i18n/utf8_validator_tables.cc', 1063 'i18n/utf8_validator_tables.cc',
1064 'i18n/utf8_validator_tables.h', 1064 'i18n/utf8_validator_tables.h',
1065 ], 1065 ],
1066 }] 1066 }]
1067 ], 1067 ],
1068 }, 1068 },
1069 } 1069 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/mac/mac_logging.h » ('j') | base/mac/mac_logging.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698