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

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

Issue 2615003002: Use ChromeBrowserStateManager instead of BrowserListIOS. (Closed)
Patch Set: Fix ios_chrome_perftests. 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
« no previous file with comments | « ios/chrome/browser/test/perf_test_with_bvc_ios.mm ('k') | ios/chrome/browser/ui/browser_ios.h » ('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 import("//build/config/ios/rules.gni") 5 import("//build/config/ios/rules.gni")
6 6
7 source_set("ui") { 7 source_set("ui") {
8 sources = [ 8 sources = [
9 "UIView+SizeClassSupport.h", 9 "UIView+SizeClassSupport.h",
10 "UIView+SizeClassSupport.mm", 10 "UIView+SizeClassSupport.mm",
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 "open_in_toolbar.h", 226 "open_in_toolbar.h",
227 "open_in_toolbar.mm", 227 "open_in_toolbar.mm",
228 "page_not_available_controller.h", 228 "page_not_available_controller.h",
229 "page_not_available_controller.mm", 229 "page_not_available_controller.mm",
230 "preload_controller.h", 230 "preload_controller.h",
231 "preload_controller.mm", 231 "preload_controller.mm",
232 "preload_controller_delegate.h", 232 "preload_controller_delegate.h",
233 "prerender_delegate.h", 233 "prerender_delegate.h",
234 ] 234 ]
235 deps = [ 235 deps = [
236 ":browser_list",
237 ":resources", 236 ":resources",
238 ":ui", 237 ":ui",
239 "//base", 238 "//base",
240 "//base:i18n", 239 "//base:i18n",
241 "//components/bookmarks/browser", 240 "//components/bookmarks/browser",
242 "//components/infobars/core", 241 "//components/infobars/core",
243 "//components/prefs", 242 "//components/prefs",
244 "//components/reading_list/core", 243 "//components/reading_list/core",
245 "//components/reading_list/ios", 244 "//components/reading_list/ios",
246 "//components/search_engines", 245 "//components/search_engines",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 "MobileCoreServices.framework", 335 "MobileCoreServices.framework",
337 "PassKit.framework", 336 "PassKit.framework",
338 "Photos.framework", 337 "Photos.framework",
339 "QuartzCore.framework", 338 "QuartzCore.framework",
340 "StoreKit.framework", 339 "StoreKit.framework",
341 "UIKit.framework", 340 "UIKit.framework",
342 "WebKit.framework", 341 "WebKit.framework",
343 ] 342 ]
344 } 343 }
345 344
346 source_set("browser_list") {
347 sources = [
348 "browser_ios.h",
349 "browser_list_ios.h",
350 "browser_list_ios.mm",
351 ]
352 deps = [
353 "//ios/chrome/browser/browser_state",
354 "//ios/chrome/browser/tabs",
355 ]
356 }
357
358 source_set("test_support") { 345 source_set("test_support") {
359 testonly = true 346 testonly = true
360 sources = [ 347 sources = [
361 "browser_view_controller_testing.h", 348 "browser_view_controller_testing.h",
362 "browser_view_controller_testing.mm", 349 "browser_view_controller_testing.mm",
363 ] 350 ]
364 deps = [ 351 deps = [
365 ":ui_internal", 352 ":ui_internal",
366 "//ios/chrome/browser/ui/toolbar", 353 "//ios/chrome/browser/ui/toolbar",
367 "//ios/chrome/browser/ui/toolbar:test_support", 354 "//ios/chrome/browser/ui/toolbar:test_support",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 "//ios/chrome/browser/tabs:tabs_internal", 417 "//ios/chrome/browser/tabs:tabs_internal",
431 "//ios/chrome/browser/ui/omnibox:omnibox_internal", 418 "//ios/chrome/browser/ui/omnibox:omnibox_internal",
432 "//ios/chrome/browser/ui/toolbar", 419 "//ios/chrome/browser/ui/toolbar",
433 "//ios/chrome/test/base:perf_test_support", 420 "//ios/chrome/test/base:perf_test_support",
434 "//testing/gtest", 421 "//testing/gtest",
435 "//third_party/ocmock", 422 "//third_party/ocmock",
436 "//ui/base:test_support", 423 "//ui/base:test_support",
437 ] 424 ]
438 libs = [ "UIKit.framework" ] 425 libs = [ "UIKit.framework" ]
439 } 426 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/test/perf_test_with_bvc_ios.mm ('k') | ios/chrome/browser/ui/browser_ios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698