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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/base.gyp ('k') | base/mac/scoped_objc_class_swizzler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 7560e8fa2dbe3da52b11ea818676ea5cff0e2ebc..fd64aefd007647b5d4a89fcf8c3ddb961178a722 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -304,6 +304,8 @@
'mac/scoped_nsexception_enabler.h',
'mac/scoped_nsexception_enabler.mm',
'mac/scoped_nsobject.h',
+ 'mac/scoped_objc_class_swizzler.h',
+ 'mac/scoped_objc_class_swizzler.mm',
'mac/scoped_sending_event.h',
'mac/scoped_sending_event.mm',
'mac/scoped_typeref.h',
« 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