| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |