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

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: Created 5 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: ios/web/ios_web.gyp
diff --git a/ios/web/ios_web.gyp b/ios/web/ios_web.gyp
index 478fd7fe7641603ee1775e18211c8488993583f6..abf30b31ecde555e8a44b9287e47f383b9305539 100644
--- a/ios/web/ios_web.gyp
+++ b/ios/web/ios_web.gyp
@@ -24,6 +24,8 @@
'../../ui/gfx/gfx.gyp:gfx',
],
'sources': [
+ 'alloc_with_zone_interceptor.h',
+ 'alloc_with_zone_interceptor.mm',
'browser_state.cc',
'load_committed_details.cc',
'navigation/navigation_item_impl.h',

Powered by Google App Engine
This is Rietveld 408576698