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

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

Issue 2598763002: [ios] Open links in history status message in new tab and add test (Closed)
Patch Set: Created 4 years 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
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 sources = [ 6 sources = [
7 "clear_browsing_bar.h", 7 "clear_browsing_bar.h",
8 "clear_browsing_bar.mm", 8 "clear_browsing_bar.mm",
9 "favicon_view.h", 9 "favicon_view.h",
10 "favicon_view.mm", 10 "favicon_view.mm",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 ] 154 ]
155 deps = [ 155 deps = [
156 "//base", 156 "//base",
157 "//components/browsing_data/core", 157 "//components/browsing_data/core",
158 "//components/prefs", 158 "//components/prefs",
159 "//components/strings", 159 "//components/strings",
160 "//ios/chrome/app/strings", 160 "//ios/chrome/app/strings",
161 "//ios/chrome/browser/browser_state", 161 "//ios/chrome/browser/browser_state",
162 "//ios/chrome/browser/ui/history", 162 "//ios/chrome/browser/ui/history",
163 "//ios/chrome/browser/ui/settings", 163 "//ios/chrome/browser/ui/settings",
164 "//ios/chrome/browser/ui/tools_menu",
164 "//ios/chrome/test/app:test_support", 165 "//ios/chrome/test/app:test_support",
165 "//ios/chrome/test/earl_grey:test_support", 166 "//ios/chrome/test/earl_grey:test_support",
167 "//ios/public/provider/chrome/browser/signin:signin",
168 "//ios/public/provider/chrome/browser/signin:test_support",
166 "//ios/testing:ios_test_support", 169 "//ios/testing:ios_test_support",
167 "//ios/third_party/earl_grey", 170 "//ios/third_party/earl_grey",
168 "//ios/web:test_support", 171 "//ios/web:test_support",
169 "//net", 172 "//net",
170 "//ui/base", 173 "//ui/base",
171 ] 174 ]
172 libs = [ 175 libs = [
173 "UIKit.framework", 176 "UIKit.framework",
174 "XCTest.framework", 177 "XCTest.framework",
175 ] 178 ]
176 } 179 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698