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

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

Issue 2569213002: [ObjC ARC] Reland of Converts ios/chrome/browser/ui:ui to ARC. (Closed)
Patch Set: 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/ui/UIView+SizeClassSupport.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 configs += [ "//build/config/compiler:enable_arc" ]
8 sources = [ 9 sources = [
9 "UIView+SizeClassSupport.h", 10 "UIView+SizeClassSupport.h",
10 "UIView+SizeClassSupport.mm", 11 "UIView+SizeClassSupport.mm",
11 "animation_util.h", 12 "animation_util.h",
12 "animation_util.mm", 13 "animation_util.mm",
13 "background_generator.h", 14 "background_generator.h",
14 "background_generator.mm", 15 "background_generator.mm",
15 "browser_otr_state.h", 16 "browser_otr_state.h",
16 "browser_otr_state.mm", 17 "browser_otr_state.mm",
17 "favicon_view.h", 18 "favicon_view.h",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 "//components/resources/terms/terms_tr.html", 149 "//components/resources/terms/terms_tr.html",
149 "//components/resources/terms/terms_uk.html", 150 "//components/resources/terms/terms_uk.html",
150 "//components/resources/terms/terms_vi.html", 151 "//components/resources/terms/terms_vi.html",
151 "//components/resources/terms/terms_zh-CN.html", 152 "//components/resources/terms/terms_zh-CN.html",
152 "//components/resources/terms/terms_zh-TW.html", 153 "//components/resources/terms/terms_zh-TW.html",
153 ] 154 ]
154 outputs = [ 155 outputs = [
155 "{{bundle_resources_dir}}/{{source_file_part}}", 156 "{{bundle_resources_dir}}/{{source_file_part}}",
156 ] 157 ]
157 } 158 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/UIView+SizeClassSupport.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698