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

Unified Diff: ios/chrome/browser/webp_transcode/BUILD.gn

Issue 2515733002: [ObjC ARC] Converts ios/chrome/browser/webp_transcode:unit_tests to ARC.Automatically generated A… (Closed)
Patch Set: Created 4 years, 1 month 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 | ios/chrome/browser/webp_transcode/webp_decoder_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/webp_transcode/BUILD.gn
diff --git a/ios/chrome/browser/webp_transcode/BUILD.gn b/ios/chrome/browser/webp_transcode/BUILD.gn
index 499ec31ccb2f4cc48494ccfe2055a541b5505f8f..4db4e111694162ed60bb6dad204b3ef15dd194f0 100644
--- a/ios/chrome/browser/webp_transcode/BUILD.gn
+++ b/ios/chrome/browser/webp_transcode/BUILD.gn
@@ -14,6 +14,7 @@ source_set("webp_transcode") {
}
source_set("unit_tests") {
+ configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
sources = [
"webp_decoder_unittest.mm",
« no previous file with comments | « no previous file | ios/chrome/browser/webp_transcode/webp_decoder_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698