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

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

Issue 2610863002: Fix deps in all BUILD.gn files in ios. (Closed)
Patch Set: Created 3 years, 11 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
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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 ] 147 ]
148 } 148 }
149 149
150 source_set("eg_tests") { 150 source_set("eg_tests") {
151 testonly = true 151 testonly = true
152 sources = [ 152 sources = [
153 "history_ui_egtest.mm", 153 "history_ui_egtest.mm",
154 "tab_history_popup_controller_egtest.mm", 154 "tab_history_popup_controller_egtest.mm",
155 ] 155 ]
156 deps = [ 156 deps = [
157 ":history",
157 "//base", 158 "//base",
158 "//components/browsing_data/core", 159 "//components/browsing_data/core",
159 "//components/prefs", 160 "//components/prefs",
160 "//components/strings", 161 "//components/strings",
161 "//ios/chrome/app/strings", 162 "//ios/chrome/app/strings",
162 "//ios/chrome/browser", 163 "//ios/chrome/browser",
163 "//ios/chrome/browser/browser_state", 164 "//ios/chrome/browser/browser_state",
164 "//ios/chrome/browser/ui/history",
165 "//ios/chrome/browser/ui/settings", 165 "//ios/chrome/browser/ui/settings",
166 "//ios/chrome/browser/ui/tools_menu", 166 "//ios/chrome/browser/ui/tools_menu",
167 "//ios/chrome/browser/ui/util", 167 "//ios/chrome/browser/ui/util",
168 "//ios/chrome/common", 168 "//ios/chrome/common",
169 "//ios/chrome/test/app:test_support", 169 "//ios/chrome/test/app:test_support",
170 "//ios/chrome/test/earl_grey:test_support", 170 "//ios/chrome/test/earl_grey:test_support",
171 "//ios/public/provider/chrome/browser/signin:signin", 171 "//ios/public/provider/chrome/browser/signin",
172 "//ios/public/provider/chrome/browser/signin:test_support", 172 "//ios/public/provider/chrome/browser/signin:test_support",
173 "//ios/testing:ios_test_support", 173 "//ios/testing:ios_test_support",
174 "//ios/third_party/earl_grey", 174 "//ios/third_party/earl_grey",
175 "//ios/web:test_support", 175 "//ios/web:test_support",
176 "//net", 176 "//net",
177 "//ui/base", 177 "//ui/base",
178 ] 178 ]
179 libs = [ 179 libs = [
180 "UIKit.framework", 180 "UIKit.framework",
181 "XCTest.framework", 181 "XCTest.framework",
182 ] 182 ]
183 } 183 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698