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

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

Issue 2819283004: [ObjC ARC] Converts ios/chrome/browser/ui/util:util to ARC. (Closed)
Patch Set: Fix copy for block 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
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("util") { 5 source_set("util") {
6 configs += [ "//build/config/compiler:enable_arc" ]
6 sources = [ 7 sources = [
7 "CRUILabel+AttributeUtils.h", 8 "CRUILabel+AttributeUtils.h",
8 "CRUILabel+AttributeUtils.mm", 9 "CRUILabel+AttributeUtils.mm",
9 "core_text_util.h", 10 "core_text_util.h",
10 "core_text_util.mm", 11 "core_text_util.mm",
11 "i18n_string.h", 12 "i18n_string.h",
12 "i18n_string.mm", 13 "i18n_string.mm",
13 "label_link_controller.h", 14 "label_link_controller.h",
14 "label_link_controller.mm", 15 "label_link_controller.mm",
15 "label_observer.h", 16 "label_observer.h",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 ] 55 ]
55 deps = [ 56 deps = [
56 ":util", 57 ":util",
57 "//base", 58 "//base",
58 "//ios/third_party/material_components_ios", 59 "//ios/third_party/material_components_ios",
59 "//ios/third_party/material_roboto_font_loader_ios", 60 "//ios/third_party/material_roboto_font_loader_ios",
60 "//testing/gtest", 61 "//testing/gtest",
61 "//url", 62 "//url",
62 ] 63 ]
63 } 64 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/util/CRUILabel+AttributeUtils.mm » ('j') | ios/chrome/browser/ui/util/core_text_util.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698