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

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

Issue 2574463002: [ObjC ARC] Converts ios/chrome/browser/infobars:infobars to ARC.\n\nAutomatically generated ARCMigr… (Closed)
Patch Set: retain-autorelease Created 4 years 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/infobars/confirm_infobar_controller.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 source_set("infobars") { 5 source_set("infobars") {
6 configs += [ "//build/config/compiler:enable_arc" ]
6 sources = [ 7 sources = [
7 "confirm_infobar_controller+protected.h", 8 "confirm_infobar_controller+protected.h",
8 "confirm_infobar_controller.h", 9 "confirm_infobar_controller.h",
9 "confirm_infobar_controller.mm", 10 "confirm_infobar_controller.mm",
10 "infobar.h", 11 "infobar.h",
11 "infobar.mm", 12 "infobar.mm",
12 "infobar_container_ios.h", 13 "infobar_container_ios.h",
13 "infobar_container_ios.mm", 14 "infobar_container_ios.mm",
14 "infobar_container_view.h", 15 "infobar_container_view.h",
15 "infobar_container_view.mm", 16 "infobar_container_view.mm",
(...skipping 10 matching lines...) Expand all
26 "//ios/public/provider/chrome/browser", 27 "//ios/public/provider/chrome/browser",
27 "//ios/public/provider/chrome/browser/ui", 28 "//ios/public/provider/chrome/browser/ui",
28 "//ios/web", 29 "//ios/web",
29 "//ui/base", 30 "//ui/base",
30 "//ui/gfx", 31 "//ui/gfx",
31 ] 32 ]
32 public_deps = [ 33 public_deps = [
33 "//components/infobars/core", 34 "//components/infobars/core",
34 ] 35 ]
35 } 36 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/infobars/confirm_infobar_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698