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

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

Issue 2818573002: Add Toolbar test utility classes. (Closed)
Patch Set: Created 3 years, 8 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/ui/toolbar/toolbar_model_impl_ios_unittest.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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 "//components/bookmarks/test", 164 "//components/bookmarks/test",
165 "//components/toolbar:test_support", 165 "//components/toolbar:test_support",
166 "//ios/chrome/browser", 166 "//ios/chrome/browser",
167 "//ios/chrome/browser/bookmarks", 167 "//ios/chrome/browser/bookmarks",
168 "//ios/chrome/browser/browser_state:test_support", 168 "//ios/chrome/browser/browser_state:test_support",
169 "//ios/chrome/browser/tabs", 169 "//ios/chrome/browser/tabs",
170 "//ios/chrome/browser/ui", 170 "//ios/chrome/browser/ui",
171 "//ios/chrome/browser/web_state_list", 171 "//ios/chrome/browser/web_state_list",
172 "//ios/chrome/browser/web_state_list:test_support", 172 "//ios/chrome/browser/web_state_list:test_support",
173 "//ios/chrome/test:test_support", 173 "//ios/chrome/test:test_support",
174 "//ios/shared/chrome/browser/ui/toolbar:test_support",
174 "//ios/testing:ocmock_support", 175 "//ios/testing:ocmock_support",
175 "//ios/web:test_support", 176 "//ios/web:test_support",
176 "//testing/gtest", 177 "//testing/gtest",
177 "//third_party/ocmock", 178 "//third_party/ocmock",
178 ] 179 ]
179 } 180 }
180 181
181 source_set("eg_tests") { 182 source_set("eg_tests") {
182 configs += [ "//build/config/compiler:enable_arc" ] 183 configs += [ "//build/config/compiler:enable_arc" ]
183 testonly = true 184 testonly = true
(...skipping 13 matching lines...) Expand all
197 "//ios/chrome/browser/ui/tools_menu", 198 "//ios/chrome/browser/ui/tools_menu",
198 "//ios/chrome/test/app:test_support", 199 "//ios/chrome/test/app:test_support",
199 "//ios/chrome/test/earl_grey:test_support", 200 "//ios/chrome/test/earl_grey:test_support",
200 "//ios/testing/earl_grey:earl_grey_support", 201 "//ios/testing/earl_grey:earl_grey_support",
201 "//ios/third_party/earl_grey", 202 "//ios/third_party/earl_grey",
202 "//ios/web:test_support", 203 "//ios/web:test_support",
203 "//ui/base", 204 "//ui/base",
204 ] 205 ]
205 libs = [ "XCTest.framework" ] 206 libs = [ "XCTest.framework" ]
206 } 207 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/toolbar/toolbar_model_impl_ios_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698