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

Unified Diff: ios/web/ios_web.gyp

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: ios/web/ios_web.gyp
diff --git a/ios/web/ios_web.gyp b/ios/web/ios_web.gyp
index 1bf0d947ff295b043e53d2d84cec440206ecc71a..f683a59cf782c66abd27aa8bb509bc9134ee498b 100644
--- a/ios/web/ios_web.gyp
+++ b/ios/web/ios_web.gyp
@@ -103,8 +103,8 @@
'net/cert_policy.cc',
'net/cert_store_impl.cc',
'net/cert_store_impl.h',
- 'net/cert_verifier_block_adapter.cc',
'net/cert_verifier_block_adapter.h',
+ 'net/cert_verifier_block_adapter.mm',
'net/certificate_policy_cache.cc',
'net/clients/crw_csp_network_client.h',
'net/clients/crw_csp_network_client.mm',

Powered by Google App Engine
This is Rietveld 408576698