OLD | NEW |
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/border_frame_bottom.png", | 7 "resources/border_frame_bottom.png", |
8 "resources/border_frame_bottom@2x.png", | 8 "resources/border_frame_bottom@2x.png", |
9 "resources/border_frame_bottom@3x.png", | 9 "resources/border_frame_bottom@3x.png", |
10 "resources/border_frame_incognito_bottom.png", | 10 "resources/border_frame_incognito_bottom.png", |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 "//base", | 137 "//base", |
138 "//base/test:test_support", | 138 "//base/test:test_support", |
139 "//ios/chrome/browser", | 139 "//ios/chrome/browser", |
140 "//ios/chrome/browser/browser_state", | 140 "//ios/chrome/browser/browser_state", |
141 "//ios/chrome/browser/tabs", | 141 "//ios/chrome/browser/tabs", |
142 "//ios/chrome/browser/ui:ui_internal", | 142 "//ios/chrome/browser/ui:ui_internal", |
143 "//ios/chrome/browser/ui/toolbar", | 143 "//ios/chrome/browser/ui/toolbar", |
144 "//ios/chrome/browser/ui/tools_menu", | 144 "//ios/chrome/browser/ui/tools_menu", |
145 "//ios/chrome/test/app:test_support", | 145 "//ios/chrome/test/app:test_support", |
146 "//ios/chrome/test/earl_grey:test_support", | 146 "//ios/chrome/test/earl_grey:test_support", |
| 147 "//ios/testing:ios_test_support", |
147 "//ios/testing/earl_grey:earl_grey_support", | 148 "//ios/testing/earl_grey:earl_grey_support", |
148 ] | 149 ] |
149 libs = [ "XCTest.framework" ] | 150 libs = [ "XCTest.framework" ] |
150 } | 151 } |
151 | 152 |
152 source_set("perf_tests") { | 153 source_set("perf_tests") { |
153 testonly = true | 154 testonly = true |
154 sources = [ | 155 sources = [ |
155 "stack_view_controller_perftest.mm", | 156 "stack_view_controller_perftest.mm", |
156 ] | 157 ] |
157 deps = [ | 158 deps = [ |
158 ":stack_view", | 159 ":stack_view", |
159 "//base", | 160 "//base", |
160 "//base/test:test_support", | 161 "//base/test:test_support", |
161 "//ios/chrome/browser/snapshots", | 162 "//ios/chrome/browser/snapshots", |
162 "//ios/chrome/browser/tabs", | 163 "//ios/chrome/browser/tabs", |
163 "//ios/chrome/browser/test:perf_test_support", | 164 "//ios/chrome/browser/test:perf_test_support", |
164 "//ios/chrome/browser/ui", | 165 "//ios/chrome/browser/ui", |
165 "//ios/chrome/browser/ui:ui_internal", | 166 "//ios/chrome/browser/ui:ui_internal", |
166 "//ios/web", | 167 "//ios/web", |
167 "//net", | 168 "//net", |
168 ] | 169 ] |
169 libs = [ "UIKit.framework" ] | 170 libs = [ "UIKit.framework" ] |
170 } | 171 } |
OLD | NEW |