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

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

Issue 2623533003: [ObjC ARC] Converts ios/chrome/browser/device_sharing:unit_tests to ARC. (Closed)
Patch Set: removed_scoped_nsobject Created 3 years, 11 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 | « no previous file | ios/chrome/browser/device_sharing/device_sharing_manager_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/device_sharing/BUILD.gn
diff --git a/ios/chrome/browser/device_sharing/BUILD.gn b/ios/chrome/browser/device_sharing/BUILD.gn
index b9a3a30ad141e00e45ec95fc239becf1c98c3d9c..31451ba7fd969131d567260587fee9643fda82c4 100644
--- a/ios/chrome/browser/device_sharing/BUILD.gn
+++ b/ios/chrome/browser/device_sharing/BUILD.gn
@@ -20,6 +20,7 @@ source_set("device_sharing") {
}
source_set("unit_tests") {
+ configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
sources = [
"device_sharing_manager_unittest.mm",
« no previous file with comments | « no previous file | ios/chrome/browser/device_sharing/device_sharing_manager_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698