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

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

Issue 2798903003: [ObjC ARC] Converts ios/chrome/browser/ui:ui_internal to ARC. (Closed)
Patch Set: missing weaks from another patch Created 3 years, 8 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 | « no previous file | ios/chrome/browser/ui/browser_container_view.mm » ('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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 "PassKit.framework", 337 "PassKit.framework",
338 "Photos.framework", 338 "Photos.framework",
339 "QuartzCore.framework", 339 "QuartzCore.framework",
340 "StoreKit.framework", 340 "StoreKit.framework",
341 "UIKit.framework", 341 "UIKit.framework",
342 "WebKit.framework", 342 "WebKit.framework",
343 ] 343 ]
344 } 344 }
345 345
346 source_set("ui_internal") { 346 source_set("ui_internal") {
347 configs += [ "//build/config/compiler:enable_arc" ]
347 sources = [ 348 sources = [
348 "browser_container_view.h", 349 "browser_container_view.h",
349 "browser_container_view.mm", 350 "browser_container_view.mm",
350 "browser_view_controller.h", 351 "browser_view_controller.h",
351 "browser_view_controller.mm", 352 "browser_view_controller.mm",
352 "browser_view_controller_dependency_factory.h", 353 "browser_view_controller_dependency_factory.h",
353 "browser_view_controller_dependency_factory.mm", 354 "browser_view_controller_dependency_factory.mm",
354 ] 355 ]
355 deps = [ 356 deps = [
356 ":resources", 357 ":resources",
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 "//ios/chrome/test/base:perf_test_support", 551 "//ios/chrome/test/base:perf_test_support",
551 "//ios/shared/chrome/browser/tabs", 552 "//ios/shared/chrome/browser/tabs",
552 "//ios/shared/chrome/browser/tabs:test_support", 553 "//ios/shared/chrome/browser/tabs:test_support",
553 "//ios/web:test_support", 554 "//ios/web:test_support",
554 "//testing/gtest", 555 "//testing/gtest",
555 "//third_party/ocmock", 556 "//third_party/ocmock",
556 "//ui/base:test_support", 557 "//ui/base:test_support",
557 ] 558 ]
558 libs = [ "UIKit.framework" ] 559 libs = [ "UIKit.framework" ]
559 } 560 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/browser_container_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698