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

Unified Diff: base/base.gypi

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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 4bd83bd3d9c3d2aabc3f3da82b5d70562afc35d0..70ce6b3238f45507059c95495a017f81bed3ef48 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -173,6 +173,8 @@
'logging_win.h',
'mac/authorization_util.h',
'mac/authorization_util.mm',
+ 'mac/bind_objc_block.h',
+ 'mac/bind_objc_block.mm',
'mac/bundle_locations.h',
'mac/bundle_locations.mm',
'mac/cocoa_protocols.h',
@@ -571,6 +573,7 @@
['include', '^base_paths_mac\\.'],
['include', '^file_util_mac\\.'],
['include', '^file_version_info_mac\\.'],
+ ['include', '^mac/bind_objc_block\\.'],
['include', '^mac/bundle_locations\\.'],
['include', '^mac/foundation_util\\.'],
['include', '^mac/mac_logging\\.'],
« no previous file with comments | « base/base.gyp ('k') | base/mac/bind_objc_block.h » ('j') | base/mac/bind_objc_block.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698