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

Unified Diff: base/base.gyp

Issue 10818034: Adding the possibility to build a closure from an ObjectiveC block. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Adding whitespace. Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/mac/bind_objc_block.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 5d054f76035de6c950242d6feadb1a5ba1f36feb..7bba1b5e7bf3dff73db2403cf72d2903fab8dfb4 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -413,6 +413,7 @@
'lazy_instance_unittest.cc',
'linked_list_unittest.cc',
'logging_unittest.cc',
+ 'mac/bind_objc_block_unittest.mm',
'mac/foundation_util_unittest.mm',
'mac/mac_util_unittest.mm',
'mac/objc_property_releaser_unittest.mm',
@@ -644,6 +645,7 @@
# Pull in specific Mac files for iOS (which have been filtered out
# by file name rules).
['include', '^mac/objc_property_releaser_unittest\\.mm$'],
+ ['include', '^mac/bind_objc_block_unittest\\.mm$'],
['include', '^sys_string_conversions_mac_unittest\\.mm$'],
],
}],
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/mac/bind_objc_block.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698