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

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

Issue 2628273004: Revert of Use ChromeBrowserStateManager instead of BrowserListIOS. (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
« no previous file with comments | « ios/chrome/browser/tabs/tab_unittest.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",
236 ":resources", 237 ":resources",
237 ":ui", 238 ":ui",
238 "//base", 239 "//base",
239 "//base:i18n", 240 "//base:i18n",
240 "//components/bookmarks/browser", 241 "//components/bookmarks/browser",
241 "//components/infobars/core", 242 "//components/infobars/core",
242 "//components/prefs", 243 "//components/prefs",
243 "//components/reading_list/core", 244 "//components/reading_list/core",
244 "//components/reading_list/ios", 245 "//components/reading_list/ios",
245 "//components/search_engines", 246 "//components/search_engines",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 "MobileCoreServices.framework", 336 "MobileCoreServices.framework",
336 "PassKit.framework", 337 "PassKit.framework",
337 "Photos.framework", 338 "Photos.framework",
338 "QuartzCore.framework", 339 "QuartzCore.framework",
339 "StoreKit.framework", 340 "StoreKit.framework",
340 "UIKit.framework", 341 "UIKit.framework",
341 "WebKit.framework", 342 "WebKit.framework",
342 ] 343 ]
343 } 344 }
344 345
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
345 source_set("test_support") { 358 source_set("test_support") {
346 testonly = true 359 testonly = true
347 sources = [ 360 sources = [
348 "browser_view_controller_testing.h", 361 "browser_view_controller_testing.h",
349 "browser_view_controller_testing.mm", 362 "browser_view_controller_testing.mm",
350 ] 363 ]
351 deps = [ 364 deps = [
352 ":ui_internal", 365 ":ui_internal",
353 "//ios/chrome/browser/ui/toolbar", 366 "//ios/chrome/browser/ui/toolbar",
354 "//ios/chrome/browser/ui/toolbar:test_support", 367 "//ios/chrome/browser/ui/toolbar:test_support",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 "//ios/chrome/browser/tabs:tabs_internal", 430 "//ios/chrome/browser/tabs:tabs_internal",
418 "//ios/chrome/browser/ui/omnibox:omnibox_internal", 431 "//ios/chrome/browser/ui/omnibox:omnibox_internal",
419 "//ios/chrome/browser/ui/toolbar", 432 "//ios/chrome/browser/ui/toolbar",
420 "//ios/chrome/test/base:perf_test_support", 433 "//ios/chrome/test/base:perf_test_support",
421 "//testing/gtest", 434 "//testing/gtest",
422 "//third_party/ocmock", 435 "//third_party/ocmock",
423 "//ui/base:test_support", 436 "//ui/base:test_support",
424 ] 437 ]
425 libs = [ "UIKit.framework" ] 438 libs = [ "UIKit.framework" ]
426 } 439 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/tabs/tab_unittest.mm ('k') | ios/chrome/browser/ui/browser_ios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698