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

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

Issue 2681773002: [ObjC ARC] Converts ios/chrome/browser/ui/reader_mode:reader_mode to ARC. (Closed)
Patch Set: Created 3 years, 10 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/reader_mode/reader_mode_checker.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("reader_mode") { 5 source_set("reader_mode") {
6 configs += [ "//build/config/compiler:enable_arc" ]
6 sources = [ 7 sources = [
7 "reader_mode_checker.h", 8 "reader_mode_checker.h",
8 "reader_mode_checker.mm", 9 "reader_mode_checker.mm",
9 "reader_mode_controller.h", 10 "reader_mode_controller.h",
10 "reader_mode_controller.mm", 11 "reader_mode_controller.mm",
11 "reader_mode_infobar_delegate.h", 12 "reader_mode_infobar_delegate.h",
12 "reader_mode_infobar_delegate.mm", 13 "reader_mode_infobar_delegate.mm",
13 "reader_mode_view.h", 14 "reader_mode_view.h",
14 "reader_mode_view.mm", 15 "reader_mode_view.mm",
15 ] 16 ]
16 deps = [ 17 deps = [
17 "//base", 18 "//base",
18 "//components/dom_distiller/core", 19 "//components/dom_distiller/core",
19 "//components/infobars/core", 20 "//components/infobars/core",
20 "//components/resources", 21 "//components/resources",
21 "//ios/chrome/browser/browser_state", 22 "//ios/chrome/browser/browser_state",
22 "//ios/chrome/browser/dom_distiller", 23 "//ios/chrome/browser/dom_distiller",
23 "//ios/chrome/browser/infobars", 24 "//ios/chrome/browser/infobars",
24 "//ios/chrome/browser/ui/material_components", 25 "//ios/chrome/browser/ui/material_components",
25 "//ios/third_party/material_components_ios", 26 "//ios/third_party/material_components_ios",
26 "//ios/web", 27 "//ios/web",
27 "//ui/base", 28 "//ui/base",
28 "//url", 29 "//url",
29 ] 30 ]
30 libs = [ "UIKit.framework" ] 31 libs = [ "UIKit.framework" ]
31 } 32 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/reader_mode/reader_mode_checker.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698