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

Side by Side Diff: ios/chrome/browser/ui/ntp/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 bundle_data("resources") { 5 bundle_data("resources") {
6 sources = [ 6 sources = [
7 "resources/bookmarks_bar_bg.png", 7 "resources/bookmarks_bar_bg.png",
8 "resources/bookmarks_bar_bg@2x.png", 8 "resources/bookmarks_bar_bg@2x.png",
9 "resources/bookmarks_bar_bg@2x~ipad.png", 9 "resources/bookmarks_bar_bg@2x~ipad.png",
10 "resources/bookmarks_bar_bg_pressed@2x~ipad.png", 10 "resources/bookmarks_bar_bg_pressed@2x~ipad.png",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "new_tab_page_toolbar_controller.mm", 135 "new_tab_page_toolbar_controller.mm",
136 "new_tab_page_view.h", 136 "new_tab_page_view.h",
137 "new_tab_page_view.mm", 137 "new_tab_page_view.mm",
138 "notification_promo_whats_new.h", 138 "notification_promo_whats_new.h",
139 "notification_promo_whats_new.mm", 139 "notification_promo_whats_new.mm",
140 "whats_new_header_view.h", 140 "whats_new_header_view.h",
141 "whats_new_header_view.mm", 141 "whats_new_header_view.mm",
142 ] 142 ]
143 deps = [ 143 deps = [
144 ":ntp", 144 ":ntp",
145 ":resources",
145 "//base", 146 "//base",
146 "//base:i18n", 147 "//base:i18n",
147 "//components/favicon/core", 148 "//components/favicon/core",
148 "//components/favicon_base", 149 "//components/favicon_base",
149 "//components/google/core/browser", 150 "//components/google/core/browser",
150 "//components/history/core/browser", 151 "//components/history/core/browser",
151 "//components/keyed_service/core", 152 "//components/keyed_service/core",
152 "//components/metrics", 153 "//components/metrics",
153 "//components/ntp_tiles", 154 "//components/ntp_tiles",
154 "//components/prefs", 155 "//components/prefs",
(...skipping 14 matching lines...) Expand all
169 "//ios/chrome/browser/ntp_tiles", 170 "//ios/chrome/browser/ntp_tiles",
170 "//ios/chrome/browser/reading_list", 171 "//ios/chrome/browser/reading_list",
171 "//ios/chrome/browser/search_engines", 172 "//ios/chrome/browser/search_engines",
172 "//ios/chrome/browser/suggestions", 173 "//ios/chrome/browser/suggestions",
173 "//ios/chrome/browser/sync", 174 "//ios/chrome/browser/sync",
174 "//ios/chrome/browser/tabs", 175 "//ios/chrome/browser/tabs",
175 "//ios/chrome/browser/ui", 176 "//ios/chrome/browser/ui",
176 "//ios/chrome/browser/ui/bookmarks", 177 "//ios/chrome/browser/ui/bookmarks",
177 "//ios/chrome/browser/ui/commands", 178 "//ios/chrome/browser/ui/commands",
178 "//ios/chrome/browser/ui/context_menu", 179 "//ios/chrome/browser/ui/context_menu",
179 "//ios/chrome/browser/ui/ntp:resources",
180 "//ios/chrome/browser/ui/ntp/recent_tabs", 180 "//ios/chrome/browser/ui/ntp/recent_tabs",
181 "//ios/chrome/browser/ui/overscroll_actions", 181 "//ios/chrome/browser/ui/overscroll_actions",
182 "//ios/chrome/browser/ui/toolbar", 182 "//ios/chrome/browser/ui/toolbar",
183 "//ios/chrome/browser/ui/toolbar:resource_macros", 183 "//ios/chrome/browser/ui/toolbar:resource_macros",
184 "//ios/chrome/common", 184 "//ios/chrome/common",
185 "//ios/public/provider/chrome/browser", 185 "//ios/public/provider/chrome/browser",
186 "//ios/public/provider/chrome/browser/images", 186 "//ios/public/provider/chrome/browser/images",
187 "//ios/public/provider/chrome/browser/ui", 187 "//ios/public/provider/chrome/browser/ui",
188 "//ios/public/provider/chrome/browser/voice", 188 "//ios/public/provider/chrome/browser/voice",
189 "//ios/third_party/material_components_ios", 189 "//ios/third_party/material_components_ios",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 "//url", 240 "//url",
241 ] 241 ]
242 } 242 }
243 243
244 source_set("eg_tests") { 244 source_set("eg_tests") {
245 testonly = true 245 testonly = true
246 sources = [ 246 sources = [
247 "new_tab_page_egtest.mm", 247 "new_tab_page_egtest.mm",
248 ] 248 ]
249 deps = [ 249 deps = [
250 ":ntp_internal",
250 "//components/strings", 251 "//components/strings",
251 "//ios/chrome/app/strings", 252 "//ios/chrome/app/strings",
252 "//ios/chrome/browser/ui", 253 "//ios/chrome/browser/ui",
253 "//ios/chrome/browser/ui/commands", 254 "//ios/chrome/browser/ui/commands",
254 "//ios/chrome/browser/ui/ntp:ntp_internal",
255 "//ios/chrome/test/app:test_support", 255 "//ios/chrome/test/app:test_support",
256 "//ios/chrome/test/earl_grey:test_support", 256 "//ios/chrome/test/earl_grey:test_support",
257 "//ios/testing:ios_test_support", 257 "//ios/testing:ios_test_support",
258 "//ios/testing/earl_grey:earl_grey_support", 258 "//ios/testing/earl_grey:earl_grey_support",
259 "//ios/third_party/earl_grey", 259 "//ios/third_party/earl_grey",
260 "//ui/base", 260 "//ui/base",
261 ] 261 ]
262 libs = [ "XCTest.framework" ] 262 libs = [ "XCTest.framework" ]
263 } 263 }
264 264
265 source_set("perf_tests") { 265 source_set("perf_tests") {
266 testonly = true 266 testonly = true
267 sources = [ 267 sources = [
268 "new_tab_page_perftest.mm", 268 "new_tab_page_perftest.mm",
269 ] 269 ]
270 deps = [ 270 deps = [
271 "//base/test:test_support", 271 "//base/test:test_support",
272 "//ios/chrome/browser/sessions", 272 "//ios/chrome/browser/sessions",
273 "//ios/chrome/browser/tabs", 273 "//ios/chrome/browser/tabs",
274 "//ios/chrome/browser/test:perf_test_support", 274 "//ios/chrome/browser/test:perf_test_support",
275 "//ios/chrome/browser/ui:ui_internal", 275 "//ios/chrome/browser/ui:ui_internal",
276 ] 276 ]
277 } 277 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698