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

Side by Side Diff: ios/chrome/browser/ui/toolbar/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
« no previous file with comments | « ios/chrome/browser/ui/tabs/BUILD.gn ('k') | ios/chrome/browser/ui/toolbar/toolbar_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 bundle_data("resources") { 5 bundle_data("resources") {
6 sources = [ 6 sources = [
7 "resources/collapse.png", 7 "resources/collapse.png",
8 "resources/collapse@2x.png", 8 "resources/collapse@2x.png",
9 "resources/collapse@3x.png", 9 "resources/collapse@3x.png",
10 "resources/collapse_incognito.png", 10 "resources/collapse_incognito.png",
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 "//ios/chrome/browser", 171 "//ios/chrome/browser",
172 "//ios/chrome/browser/bookmarks", 172 "//ios/chrome/browser/bookmarks",
173 "//ios/chrome/browser/browser_state:test_support", 173 "//ios/chrome/browser/browser_state:test_support",
174 "//ios/chrome/browser/tabs", 174 "//ios/chrome/browser/tabs",
175 "//ios/chrome/browser/ui", 175 "//ios/chrome/browser/ui",
176 "//ios/chrome/browser/web_state_list", 176 "//ios/chrome/browser/web_state_list",
177 "//ios/chrome/browser/web_state_list:test_support", 177 "//ios/chrome/browser/web_state_list:test_support",
178 "//ios/chrome/test:test_support", 178 "//ios/chrome/test:test_support",
179 "//ios/shared/chrome/browser/ui/toolbar:test_support", 179 "//ios/shared/chrome/browser/ui/toolbar:test_support",
180 "//ios/testing:ocmock_support", 180 "//ios/testing:ocmock_support",
181 "//ios/web:test_support", 181 "//ios/web/public/test",
182 "//ios/web/public/test/fakes",
182 "//testing/gtest", 183 "//testing/gtest",
183 "//third_party/ocmock", 184 "//third_party/ocmock",
184 ] 185 ]
185 } 186 }
186 187
187 source_set("eg_tests") { 188 source_set("eg_tests") {
188 configs += [ "//build/config/compiler:enable_arc" ] 189 configs += [ "//build/config/compiler:enable_arc" ]
189 testonly = true 190 testonly = true
190 sources = [ 191 sources = [
191 "toolbar_egtest.mm", 192 "toolbar_egtest.mm",
192 ] 193 ]
193 194
194 deps = [ 195 deps = [
195 ":toolbar", 196 ":toolbar",
196 "//base", 197 "//base",
197 "//components/strings", 198 "//components/strings",
198 "//ios/chrome/app/strings", 199 "//ios/chrome/app/strings",
199 "//ios/chrome/browser/ui", 200 "//ios/chrome/browser/ui",
200 "//ios/chrome/browser/ui/commands", 201 "//ios/chrome/browser/ui/commands",
201 "//ios/chrome/browser/ui/ntp:ntp_internal", 202 "//ios/chrome/browser/ui/ntp:ntp_internal",
202 "//ios/chrome/browser/ui/omnibox:omnibox_internal", 203 "//ios/chrome/browser/ui/omnibox:omnibox_internal",
203 "//ios/chrome/browser/ui/tools_menu", 204 "//ios/chrome/browser/ui/tools_menu",
204 "//ios/chrome/test/app:test_support", 205 "//ios/chrome/test/app:test_support",
205 "//ios/chrome/test/earl_grey:test_support", 206 "//ios/chrome/test/earl_grey:test_support",
206 "//ios/testing/earl_grey:earl_grey_support", 207 "//ios/testing/earl_grey:earl_grey_support",
207 "//ios/third_party/earl_grey", 208 "//ios/third_party/earl_grey",
208 "//ios/web:test_support", 209 "//ios/web/public/test/http_server",
209 "//ui/base", 210 "//ui/base",
210 ] 211 ]
211 libs = [ "XCTest.framework" ] 212 libs = [ "XCTest.framework" ]
212 } 213 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/tabs/BUILD.gn ('k') | ios/chrome/browser/ui/toolbar/toolbar_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698