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

Side by Side Diff: ios/chrome/browser/autofill/BUILD.gn

Issue 2933093003: [ObjC ARC] Converts ios/chrome/browser/autofill:autofill to ARC. (Closed)
Patch Set: Fix nil assignment. Created 3 years, 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | ios/chrome/browser/autofill/form_input_accessory_view.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("autofill") { 5 source_set("autofill") {
6 configs += [ "//build/config/compiler:enable_arc" ]
6 sources = [ 7 sources = [
7 "form_input_accessory_view.h", 8 "form_input_accessory_view.h",
8 "form_input_accessory_view.mm", 9 "form_input_accessory_view.mm",
9 "form_input_accessory_view_controller.h", 10 "form_input_accessory_view_controller.h",
10 "form_input_accessory_view_controller.mm", 11 "form_input_accessory_view_controller.mm",
11 "form_input_accessory_view_delegate.h", 12 "form_input_accessory_view_delegate.h",
12 "form_suggestion_controller.h", 13 "form_suggestion_controller.h",
13 "form_suggestion_controller.mm", 14 "form_suggestion_controller.mm",
14 "form_suggestion_label.h", 15 "form_suggestion_label.h",
15 "form_suggestion_label.mm", 16 "form_suggestion_label.mm",
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "//ios/chrome/browser/ui", 128 "//ios/chrome/browser/ui",
128 "//ios/chrome/test/app:test_support", 129 "//ios/chrome/test/app:test_support",
129 "//ios/chrome/test/earl_grey:test_support", 130 "//ios/chrome/test/earl_grey:test_support",
130 "//ios/testing:ios_test_support", 131 "//ios/testing:ios_test_support",
131 "//ios/testing/earl_grey:earl_grey_support", 132 "//ios/testing/earl_grey:earl_grey_support",
132 "//ios/third_party/earl_grey", 133 "//ios/third_party/earl_grey",
133 "//ios/web:earl_grey_test_support", 134 "//ios/web:earl_grey_test_support",
134 "//ios/web/public/test/http_server", 135 "//ios/web/public/test/http_server",
135 ] 136 ]
136 } 137 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/autofill/form_input_accessory_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698