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

Unified Diff: ios/web/ios_web.gyp

Issue 1043263003: Implemented AddAllocWithZoneMethod to override allocWithZone: on demand. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolved Stuart's review comments Created 5 years, 8 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 | « ios/web/alloc_with_zone_interceptor_unittest.mm ('k') | ios/web/ios_web_unittests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/ios_web.gyp
diff --git a/ios/web/ios_web.gyp b/ios/web/ios_web.gyp
index 35ca42be3865251d816bfd8be4d2c01d4876b96e..dc71de0137721e8551794dd34fbe4122c8f93b8a 100644
--- a/ios/web/ios_web.gyp
+++ b/ios/web/ios_web.gyp
@@ -27,6 +27,8 @@
'../../url/url.gyp:url_lib',
],
'sources': [
+ 'alloc_with_zone_interceptor.h',
+ 'alloc_with_zone_interceptor.mm',
'browser_state.cc',
'load_committed_details.cc',
'navigation/navigation_item_impl.h',
« no previous file with comments | « ios/web/alloc_with_zone_interceptor_unittest.mm ('k') | ios/web/ios_web_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698