Chromium Code Reviews| Index: base/BUILD.gn |
| diff --git a/base/BUILD.gn b/base/BUILD.gn |
| index c92066c71f4d23bfa9225d78248116d98246a366..d5ab031ef9cf9284261222058bacef273a9d5e07 100644 |
| --- a/base/BUILD.gn |
| +++ b/base/BUILD.gn |
| @@ -1528,6 +1528,10 @@ component("i18n") { |
| # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
| + |
| + if (is_mac) { |
| + libs = [ "CoreFoundation.framework" ] |
| + } |
| } |
| test("base_perftests") { |