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

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

Issue 2693013005: Updated tab history classes to use NavigationItemLists. (Closed)
Patch Set: update DEPS, include url_formatter in BUILD.gn Created 3 years, 10 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/browser_view_controller.mm ('k') | ios/chrome/browser/ui/history/DEPS » ('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 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
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",
211 "//ios/chrome/app/strings", 212 "//ios/chrome/app/strings",
212 "//ios/chrome/browser", 213 "//ios/chrome/browser",
213 "//ios/chrome/browser/browser_state", 214 "//ios/chrome/browser/browser_state",
214 "//ios/chrome/browser/ui/settings", 215 "//ios/chrome/browser/ui/settings",
215 "//ios/chrome/browser/ui/tools_menu", 216 "//ios/chrome/browser/ui/tools_menu",
216 "//ios/chrome/browser/ui/util", 217 "//ios/chrome/browser/ui/util",
217 "//ios/chrome/common", 218 "//ios/chrome/common",
218 "//ios/chrome/test/app:test_support", 219 "//ios/chrome/test/app:test_support",
219 "//ios/chrome/test/earl_grey:test_support", 220 "//ios/chrome/test/earl_grey:test_support",
220 "//ios/public/provider/chrome/browser/signin", 221 "//ios/public/provider/chrome/browser/signin",
221 "//ios/public/provider/chrome/browser/signin:test_support", 222 "//ios/public/provider/chrome/browser/signin:test_support",
222 "//ios/testing:ios_test_support", 223 "//ios/testing:ios_test_support",
223 "//ios/third_party/earl_grey", 224 "//ios/third_party/earl_grey",
224 "//ios/web:test_support", 225 "//ios/web:test_support",
225 "//net", 226 "//net",
226 "//ui/base", 227 "//ui/base",
227 ] 228 ]
228 libs = [ 229 libs = [
229 "UIKit.framework", 230 "UIKit.framework",
230 "XCTest.framework", 231 "XCTest.framework",
231 ] 232 ]
232 } 233 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/browser_view_controller.mm ('k') | ios/chrome/browser/ui/history/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698