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

Unified Diff: ios/chrome/browser/ui/keyboard/BUILD.gn

Issue 2514863002: [ObjC ARC] Converts ios/chrome/browser/ui/keyboard:unit_tests to ARC.Automatically generated ARCM… (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/ui/keyboard/UIKeyCommand+ChromeTest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/keyboard/BUILD.gn
diff --git a/ios/chrome/browser/ui/keyboard/BUILD.gn b/ios/chrome/browser/ui/keyboard/BUILD.gn
index ee2525f159fde6358e59ee29d824381e4bc00a26..9bca19ede0bc39ed96cd713ab9cc70525cbf50f5 100644
--- a/ios/chrome/browser/ui/keyboard/BUILD.gn
+++ b/ios/chrome/browser/ui/keyboard/BUILD.gn
@@ -16,6 +16,7 @@ source_set("keyboard") {
}
source_set("unit_tests") {
+ configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
sources = [
"UIKeyCommand+ChromeTest.mm",
« no previous file with comments | « no previous file | ios/chrome/browser/ui/keyboard/UIKeyCommand+ChromeTest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698