| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |