| Index: third_party/libaddressinput/BUILD.gn
|
| diff --git a/third_party/libaddressinput/BUILD.gn b/third_party/libaddressinput/BUILD.gn
|
| index 2ef85fbfd657ef65452732fe364023da7c30826e..80005ffffe306e35420d16b2c3d7d54ff981b223 100644
|
| --- a/third_party/libaddressinput/BUILD.gn
|
| +++ b/third_party/libaddressinput/BUILD.gn
|
| @@ -216,12 +216,6 @@ test("libaddressinput_unittests") {
|
| "src/cpp/test/validation_task_test.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 += [
|
| ":internal_config",
|
|
|