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

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

Issue 2884723002: [ObjC ARC] Converts ios/chrome/browser/autofill:eg_tests to ARC. (Closed)
Patch Set: Created 3 years, 7 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_egtest.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 sources = [ 6 sources = [
7 "form_input_accessory_view.h", 7 "form_input_accessory_view.h",
8 "form_input_accessory_view.mm", 8 "form_input_accessory_view.mm",
9 "form_input_accessory_view_controller.h", 9 "form_input_accessory_view_controller.h",
10 "form_input_accessory_view_controller.mm", 10 "form_input_accessory_view_controller.mm",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "//ios/chrome/test/base", 103 "//ios/chrome/test/base",
104 "//ios/web", 104 "//ios/web",
105 "//ios/web:test_support", 105 "//ios/web:test_support",
106 "//testing/gtest", 106 "//testing/gtest",
107 "//third_party/ocmock", 107 "//third_party/ocmock",
108 "//ui/base:test_support", 108 "//ui/base:test_support",
109 ] 109 ]
110 } 110 }
111 111
112 source_set("eg_tests") { 112 source_set("eg_tests") {
113 configs += [ "//build/config/compiler:enable_arc" ]
113 testonly = true 114 testonly = true
114 sources = [ 115 sources = [
115 "form_input_egtest.mm", 116 "form_input_egtest.mm",
116 ] 117 ]
117 deps = [ 118 deps = [
118 ":autofill", 119 ":autofill",
119 "//base", 120 "//base",
120 "//base/test:test_support", 121 "//base/test:test_support",
121 "//ios/chrome/app/strings", 122 "//ios/chrome/app/strings",
122 "//ios/chrome/browser/ui", 123 "//ios/chrome/browser/ui",
123 "//ios/chrome/test/app:test_support", 124 "//ios/chrome/test/app:test_support",
124 "//ios/chrome/test/earl_grey:test_support", 125 "//ios/chrome/test/earl_grey:test_support",
125 "//ios/testing:ios_test_support", 126 "//ios/testing:ios_test_support",
126 "//ios/testing/earl_grey:earl_grey_support", 127 "//ios/testing/earl_grey:earl_grey_support",
127 "//ios/third_party/earl_grey", 128 "//ios/third_party/earl_grey",
128 "//ios/web:earl_grey_test_support", 129 "//ios/web:earl_grey_test_support",
129 "//ios/web:test_support", 130 "//ios/web:test_support",
130 ] 131 ]
131 } 132 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/autofill/form_input_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698