commit | b5d3c8f9e11b4a149345c1ead38132a0f6677cf0 | [log] [tgz] |
---|---|---|
author | stkhapugin <[email protected]> | Wed Feb 15 17:18:06 2017 |
committer | Commit bot <[email protected]> | Wed Feb 15 17:18:06 2017 |
tree | 5caccd08dacefd02ea63fdf5c794997eafebf996 | |
parent | eac25584b5d780af4fb248ad81bf97b4642e8911 [diff] [blame] |
[ObjC ARC] Converts ios/chrome/browser/ui/webui:eg_tests to ARC. Automatically generated ARCMigrate commit Notable issues:None BUG=624363 TEST=None Review-Url: https://codereview.chromium.org/2677193003 Cr-Commit-Position: refs/heads/master@{#450732}
diff --git a/ios/chrome/browser/ui/webui/BUILD.gn b/ios/chrome/browser/ui/webui/BUILD.gn index df43c20d..2838f39 100644 --- a/ios/chrome/browser/ui/webui/BUILD.gn +++ b/ios/chrome/browser/ui/webui/BUILD.gn
@@ -83,6 +83,7 @@ } source_set("eg_tests") { + configs += [ "//build/config/compiler:enable_arc" ] testonly = true sources = [ "web_ui_egtest.mm",