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

Side by Side Diff: base/base.gypi

Issue 1233983004: Remove base/mac/scoped_nsexception_enabler.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 5 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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'mac/scoped_cftyperef.h', 310 'mac/scoped_cftyperef.h',
311 'mac/scoped_ioobject.h', 311 'mac/scoped_ioobject.h',
312 'mac/scoped_ioplugininterface.h', 312 'mac/scoped_ioplugininterface.h',
313 'mac/scoped_launch_data.h', 313 'mac/scoped_launch_data.h',
314 'mac/scoped_mach_port.cc', 314 'mac/scoped_mach_port.cc',
315 'mac/scoped_mach_port.h', 315 'mac/scoped_mach_port.h',
316 'mac/scoped_mach_vm.cc', 316 'mac/scoped_mach_vm.cc',
317 'mac/scoped_mach_vm.h', 317 'mac/scoped_mach_vm.h',
318 'mac/scoped_nsautorelease_pool.h', 318 'mac/scoped_nsautorelease_pool.h',
319 'mac/scoped_nsautorelease_pool.mm', 319 'mac/scoped_nsautorelease_pool.mm',
320 'mac/scoped_nsexception_enabler.h',
321 'mac/scoped_nsexception_enabler.mm',
322 'mac/scoped_nsobject.h', 320 'mac/scoped_nsobject.h',
323 'mac/scoped_objc_class_swizzler.h', 321 'mac/scoped_objc_class_swizzler.h',
324 'mac/scoped_objc_class_swizzler.mm', 322 'mac/scoped_objc_class_swizzler.mm',
325 'mac/scoped_sending_event.h', 323 'mac/scoped_sending_event.h',
326 'mac/scoped_sending_event.mm', 324 'mac/scoped_sending_event.mm',
327 'mac/scoped_typeref.h', 325 'mac/scoped_typeref.h',
328 'mac/sdk_forward_declarations.h', 326 'mac/sdk_forward_declarations.h',
329 'mac/sdk_forward_declarations.mm', 327 'mac/sdk_forward_declarations.mm',
330 'macros.h', 328 'macros.h',
331 'md5.cc', 329 'md5.cc',
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 'i18n/time_formatting.h', 1032 'i18n/time_formatting.h',
1035 'i18n/timezone.cc', 1033 'i18n/timezone.cc',
1036 'i18n/timezone.h', 1034 'i18n/timezone.h',
1037 'i18n/utf8_validator_tables.cc', 1035 'i18n/utf8_validator_tables.cc',
1038 'i18n/utf8_validator_tables.h', 1036 'i18n/utf8_validator_tables.h',
1039 ], 1037 ],
1040 }] 1038 }]
1041 ], 1039 ],
1042 }, 1040 },
1043 } 1041 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698