Chromium Code Reviews| Index: base/BUILD.gn |
| diff --git a/base/BUILD.gn b/base/BUILD.gn |
| index c5e5e75e89955f117d174ae84994e802082fdac8..76bb3a65bd094f8433b28fbd490e723f7b994740 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") { |