commit | 89b4755a48fff1aaf6fdcc1e5eeddc1833918732 | [log] [tgz] |
---|---|---|
author | stkhapugin <[email protected]> | Tue Dec 13 19:24:29 2016 |
committer | Commit bot <[email protected]> | Tue Dec 13 19:29:15 2016 |
tree | bfcd7b39971762e6b4805b83727d30bdcb147997 | |
parent | 8617703b123bda515544f1a68803e4911bf947d3 [diff] [blame] |
[ObjC ARC] Converts ios/chrome/browser/ui/commands:commands to ARC. Automatically generated ARCMigrate commit Notable issues:None BUG=624363 TEST=None Review-Url: https://codereview.chromium.org/2568853002 Cr-Commit-Position: refs/heads/master@{#438249}
diff --git a/ios/chrome/browser/ui/commands/BUILD.gn b/ios/chrome/browser/ui/commands/BUILD.gn index 41a9f8c..ce2d052 100644 --- a/ios/chrome/browser/ui/commands/BUILD.gn +++ b/ios/chrome/browser/ui/commands/BUILD.gn
@@ -3,6 +3,7 @@ # found in the LICENSE file. source_set("commands") { + configs += [ "//build/config/compiler:enable_arc" ] sources = [ "UIKit+ChromeExecuteCommand.h", "UIKit+ChromeExecuteCommand.mm",