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

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

Issue 2898733003: Split up ios/web:test_support. (Closed)
Patch Set: remove public_deps 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
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("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 6
7 bundle_data("resources") { 7 bundle_data("resources") {
8 sources = [ 8 sources = [
9 "resources/signin_confirmation_more.png", 9 "resources/signin_confirmation_more.png",
10 "resources/signin_confirmation_more@2x.png", 10 "resources/signin_confirmation_more@2x.png",
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 "//ios/chrome/browser/browser_state:test_support", 173 "//ios/chrome/browser/browser_state:test_support",
174 "//ios/chrome/browser/infobars", 174 "//ios/chrome/browser/infobars",
175 "//ios/chrome/browser/prefs:browser_prefs", 175 "//ios/chrome/browser/prefs:browser_prefs",
176 "//ios/chrome/browser/signin", 176 "//ios/chrome/browser/signin",
177 "//ios/chrome/browser/signin:test_support", 177 "//ios/chrome/browser/signin:test_support",
178 "//ios/chrome/browser/ui/colors", 178 "//ios/chrome/browser/ui/colors",
179 "//ios/chrome/browser/ui/commands", 179 "//ios/chrome/browser/ui/commands",
180 "//ios/chrome/test:test_support", 180 "//ios/chrome/test:test_support",
181 "//ios/public/provider/chrome/browser/signin:test_support", 181 "//ios/public/provider/chrome/browser/signin:test_support",
182 "//ios/third_party/material_components_ios", 182 "//ios/third_party/material_components_ios",
183 "//ios/web:test_support", 183 "//ios/web/public/test:test_support",
184 "//testing/gtest", 184 "//testing/gtest",
185 "//third_party/ocmock", 185 "//third_party/ocmock",
186 "//ui/base", 186 "//ui/base",
187 ] 187 ]
188 } 188 }
189 189
190 source_set("eg_tests") { 190 source_set("eg_tests") {
191 configs += [ "//build/config/compiler:enable_arc" ] 191 configs += [ "//build/config/compiler:enable_arc" ]
192 testonly = true 192 testonly = true
193 sources = [ 193 sources = [
(...skipping 12 matching lines...) Expand all
206 "//ios/chrome/browser/ui/tools_menu", 206 "//ios/chrome/browser/ui/tools_menu",
207 "//ios/chrome/test/app:test_support", 207 "//ios/chrome/test/app:test_support",
208 "//ios/chrome/test/earl_grey:test_support", 208 "//ios/chrome/test/earl_grey:test_support",
209 "//ios/public/provider/chrome/browser/signin:test_support", 209 "//ios/public/provider/chrome/browser/signin:test_support",
210 "//ios/testing:ios_test_support", 210 "//ios/testing:ios_test_support",
211 "//ios/testing/earl_grey:earl_grey_support", 211 "//ios/testing/earl_grey:earl_grey_support",
212 "//ios/third_party/earl_grey", 212 "//ios/third_party/earl_grey",
213 ] 213 ]
214 libs = [ "XCTest.framework" ] 214 libs = [ "XCTest.framework" ]
215 } 215 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698