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

Unified Diff: ios/chrome/test/base/BUILD.gn

Issue 2882113004: [ObjC ARC] Converts ios/chrome/test/base:base to ARC. (Closed)
Patch Set: Created 3 years, 7 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/test/base/scoped_block_swizzler.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/test/base/BUILD.gn
diff --git a/ios/chrome/test/base/BUILD.gn b/ios/chrome/test/base/BUILD.gn
index 811cbbb4a3055e446d8d0c0c50cf9f0c33b52dc1..7f5add3c53a534c0faf83531d484de4684c9a908 100644
--- a/ios/chrome/test/base/BUILD.gn
+++ b/ios/chrome/test/base/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
source_set("base") {
+ configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
sources = [
"scoped_block_swizzler.h",
« no previous file with comments | « no previous file | ios/chrome/test/base/scoped_block_swizzler.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698