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

Side by Side Diff: base/base.gypi

Issue 345243007: Add ScopedObjCClassSwizzler in base/mac, absorbs objc_method_swizzle and ScopedClassSwizzler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Inlude in shiny new gn base_unittests target Created 6 years, 4 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 | « base/base.gyp ('k') | base/mac/scoped_objc_class_swizzler.h » ('j') | 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) 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 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 'mac/scoped_launch_data.h', 297 'mac/scoped_launch_data.h',
298 'mac/scoped_mach_port.cc', 298 'mac/scoped_mach_port.cc',
299 'mac/scoped_mach_port.h', 299 'mac/scoped_mach_port.h',
300 'mac/scoped_mach_vm.cc', 300 'mac/scoped_mach_vm.cc',
301 'mac/scoped_mach_vm.h', 301 'mac/scoped_mach_vm.h',
302 'mac/scoped_nsautorelease_pool.h', 302 'mac/scoped_nsautorelease_pool.h',
303 'mac/scoped_nsautorelease_pool.mm', 303 'mac/scoped_nsautorelease_pool.mm',
304 'mac/scoped_nsexception_enabler.h', 304 'mac/scoped_nsexception_enabler.h',
305 'mac/scoped_nsexception_enabler.mm', 305 'mac/scoped_nsexception_enabler.mm',
306 'mac/scoped_nsobject.h', 306 'mac/scoped_nsobject.h',
307 'mac/scoped_objc_class_swizzler.h',
308 'mac/scoped_objc_class_swizzler.mm',
307 'mac/scoped_sending_event.h', 309 'mac/scoped_sending_event.h',
308 'mac/scoped_sending_event.mm', 310 'mac/scoped_sending_event.mm',
309 'mac/scoped_typeref.h', 311 'mac/scoped_typeref.h',
310 'mac/sdk_forward_declarations.h', 312 'mac/sdk_forward_declarations.h',
311 'mac/sdk_forward_declarations.mm', 313 'mac/sdk_forward_declarations.mm',
312 'macros.h', 314 'macros.h',
313 'md5.cc', 315 'md5.cc',
314 'md5.h', 316 'md5.h',
315 'memory/aligned_memory.cc', 317 'memory/aligned_memory.cc',
316 'memory/aligned_memory.h', 318 'memory/aligned_memory.h',
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 'i18n/time_formatting.h', 993 'i18n/time_formatting.h',
992 'i18n/timezone.cc', 994 'i18n/timezone.cc',
993 'i18n/timezone.h', 995 'i18n/timezone.h',
994 'i18n/utf8_validator_tables.cc', 996 'i18n/utf8_validator_tables.cc',
995 'i18n/utf8_validator_tables.h', 997 'i18n/utf8_validator_tables.h',
996 ], 998 ],
997 }] 999 }]
998 ], 1000 ],
999 }, 1001 },
1000 } 1002 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/mac/scoped_objc_class_swizzler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698