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

Side by Side Diff: ios/chrome/browser/ui/payments/BUILD.gn

Issue 2898733003: Split up ios/web:test_support. (Closed)
Patch Set: don't break downstream clients 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
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 import("//ios/web/js_compile.gni") 5 import("//ios/web/js_compile.gni")
6 6
7 source_set("payments") { 7 source_set("payments") {
8 configs += [ "//build/config/compiler:enable_arc" ] 8 configs += [ "//build/config/compiler:enable_arc" ]
9 sources = [ 9 sources = [
10 "address_edit_coordinator.h", 10 "address_edit_coordinator.h",
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "//ios/chrome/browser/ui/autofill:autofill_ui", 175 "//ios/chrome/browser/ui/autofill:autofill_ui",
176 "//ios/chrome/browser/ui/autofill/cells", 176 "//ios/chrome/browser/ui/autofill/cells",
177 "//ios/chrome/browser/ui/collection_view:test_support", 177 "//ios/chrome/browser/ui/collection_view:test_support",
178 "//ios/chrome/browser/ui/collection_view/cells", 178 "//ios/chrome/browser/ui/collection_view/cells",
179 "//ios/chrome/browser/ui/collection_view/cells:test_support", 179 "//ios/chrome/browser/ui/collection_view/cells:test_support",
180 "//ios/chrome/browser/ui/payments/cells", 180 "//ios/chrome/browser/ui/payments/cells",
181 "//ios/chrome/test:test_support", 181 "//ios/chrome/test:test_support",
182 "//ios/testing:ocmock_support", 182 "//ios/testing:ocmock_support",
183 "//ios/third_party/material_components_ios", 183 "//ios/third_party/material_components_ios",
184 "//ios/web", 184 "//ios/web",
185 "//ios/web:test_support", 185 "//ios/web/public/test",
186 "//testing/gmock", 186 "//testing/gmock",
187 "//testing/gtest", 187 "//testing/gtest",
188 "//third_party/ocmock", 188 "//third_party/ocmock",
189 "//ui/base", 189 "//ui/base",
190 ] 190 ]
191 } 191 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/ntp/recent_tabs/recent_tabs_panel_controller_egtest.mm ('k') | ios/chrome/browser/ui/print/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698