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 source_set("history") { | 5 source_set("history") { |
6 configs += [ "//build/config/compiler:enable_arc" ] | 6 configs += [ "//build/config/compiler:enable_arc" ] |
7 sources = [ | 7 sources = [ |
8 "clear_browsing_bar.h", | 8 "clear_browsing_bar.h", |
9 "clear_browsing_bar.mm", | 9 "clear_browsing_bar.mm", |
10 "favicon_view.h", | 10 "favicon_view.h", |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 sources = [ | 201 sources = [ |
202 "history_ui_egtest.mm", | 202 "history_ui_egtest.mm", |
203 "tab_history_popup_controller_egtest.mm", | 203 "tab_history_popup_controller_egtest.mm", |
204 ] | 204 ] |
205 deps = [ | 205 deps = [ |
206 ":history", | 206 ":history", |
207 "//base", | 207 "//base", |
208 "//components/browsing_data/core", | 208 "//components/browsing_data/core", |
209 "//components/prefs", | 209 "//components/prefs", |
210 "//components/strings", | 210 "//components/strings", |
211 "//components/url_formatter:url_formatter", | |
212 "//ios/chrome/app/strings", | 211 "//ios/chrome/app/strings", |
213 "//ios/chrome/browser", | 212 "//ios/chrome/browser", |
214 "//ios/chrome/browser/browser_state", | 213 "//ios/chrome/browser/browser_state", |
215 "//ios/chrome/browser/ui/settings", | 214 "//ios/chrome/browser/ui/settings", |
216 "//ios/chrome/browser/ui/tools_menu", | 215 "//ios/chrome/browser/ui/tools_menu", |
217 "//ios/chrome/browser/ui/util", | 216 "//ios/chrome/browser/ui/util", |
218 "//ios/chrome/common", | 217 "//ios/chrome/common", |
219 "//ios/chrome/test/app:test_support", | 218 "//ios/chrome/test/app:test_support", |
220 "//ios/chrome/test/earl_grey:test_support", | 219 "//ios/chrome/test/earl_grey:test_support", |
221 "//ios/public/provider/chrome/browser/signin", | 220 "//ios/public/provider/chrome/browser/signin", |
222 "//ios/public/provider/chrome/browser/signin:test_support", | 221 "//ios/public/provider/chrome/browser/signin:test_support", |
223 "//ios/testing:ios_test_support", | 222 "//ios/testing:ios_test_support", |
224 "//ios/third_party/earl_grey", | 223 "//ios/third_party/earl_grey", |
225 "//ios/web:test_support", | 224 "//ios/web:test_support", |
226 "//net", | 225 "//net", |
227 "//ui/base", | 226 "//ui/base", |
228 ] | 227 ] |
229 libs = [ | 228 libs = [ |
230 "UIKit.framework", | 229 "UIKit.framework", |
231 "XCTest.framework", | 230 "XCTest.framework", |
232 ] | 231 ] |
233 } | 232 } |
OLD | NEW |