Chromium Code Reviews| Index: sync/BUILD.gn |
| diff --git a/sync/BUILD.gn b/sync/BUILD.gn |
| index 515f83094fdea73773009111adff24c7fce93126..e262686086c9be69f3a3c829de0fb7ef801f85c5 100644 |
| --- a/sync/BUILD.gn |
| +++ b/sync/BUILD.gn |
| @@ -664,6 +664,10 @@ test("sync_unit_tests") { |
| "//third_party/protobuf:protobuf_lite", |
| ] |
| + if (is_android) { |
| + isolate_file = "sync_unit_tests.isolate" |
| + } |
| + |
| if (is_chromeos) { |
| # Required by get_session_name_unittest.cc on Chrome OS. |
| deps += [ "//chromeos" ] |