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

Unified Diff: base/base.gypi

Issue 1855483004: [iOS/OS X] Allow base::scoped_nsobject<> to be used when ARC is enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert changes to build/config/compiler/BUILD.gn 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 side-by-side diff with in-line comments
Download patch
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 2cc906f4ae3fe10ac488a8b7efa50298eedca35f..9a5c74664a878f0de52cbde5c3bc79a6c5d7668e 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -317,6 +317,7 @@
'mac/scoped_aedesc.h',
'mac/scoped_authorizationref.h',
'mac/scoped_block.h',
+ 'mac/scoped_block.mm',
'mac/scoped_cftyperef.h',
'mac/scoped_ioobject.h',
'mac/scoped_ioplugininterface.h',
@@ -328,6 +329,7 @@
'mac/scoped_nsautorelease_pool.h',
'mac/scoped_nsautorelease_pool.mm',
'mac/scoped_nsobject.h',
+ 'mac/scoped_nsobject.mm',
'mac/scoped_objc_class_swizzler.h',
'mac/scoped_objc_class_swizzler.mm',
'mac/scoped_sending_event.h',
« no previous file with comments | « base/base.gyp ('k') | base/mac/bind_objc_block.h » ('j') | base/mac/scoped_block.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698