Index: third_party/libaddressinput/BUILD.gn |
diff --git a/third_party/libaddressinput/BUILD.gn b/third_party/libaddressinput/BUILD.gn |
index 4132f149cc39b9f70e54e1edad4c912d6125e527..b77afda96d9e2ffae55e4eae3cf3e54fad627952 100644 |
--- a/third_party/libaddressinput/BUILD.gn |
+++ b/third_party/libaddressinput/BUILD.gn |
@@ -200,6 +200,12 @@ if (!is_android || use_aura) { |
"chromium/trie_unittest.cc", |
] |
+ if (is_ios) { |
+ # TODO(rouslan): This tests uses ASSERT_DEATH which is not supported on |
+ # iOS. Re-enable once http://crbug.com/595645 is fixed. |
+ sources -= [ "src/cpp/test/address_data_test.cc" ] |
+ } |
+ |
configs -= [ "//build/config/compiler:chromium_code" ] |
configs += [ "//build/config/compiler:no_chromium_code" ] |