Chromium Code Reviews| Index: components/sessions/BUILD.gn |
| diff --git a/components/sessions/BUILD.gn b/components/sessions/BUILD.gn |
| index fc20eacf6da1d29bb3db8388742bb3e395a58729..5ec556c3e16b343f3fc511bbb2d9e5c873e52fc9 100644 |
| --- a/components/sessions/BUILD.gn |
| +++ b/components/sessions/BUILD.gn |
| @@ -159,6 +159,9 @@ static_library("test_support") { |
| } |
| source_set("unit_tests") { |
| + if (is_ios) { |
| + configs += [ "//build/config/compiler:enable_arc" ] |
|
Mr4D (OOO till 08-26)
2017/06/12 21:13:32
I am confused now: Do we want to allow ARC for iOS
|
| + } |
| testonly = true |
| sources = [ |
| "core/serialized_navigation_entry_unittest.cc", |