| Index: third_party/libaddressinput/BUILD.gn
|
| diff --git a/third_party/libaddressinput/BUILD.gn b/third_party/libaddressinput/BUILD.gn
|
| index 1307c7163699f581d7f275f0c205ab18df73e0ce..019188624a9404ea97151dfbb31cd9e6b06425ca 100644
|
| --- a/third_party/libaddressinput/BUILD.gn
|
| +++ b/third_party/libaddressinput/BUILD.gn
|
| @@ -135,7 +135,7 @@ static_library("util") {
|
| ]
|
| }
|
|
|
| -if (!is_android) {
|
| +if (!is_android || use_aura) {
|
| # The list of files in libaddressinput.gypi.
|
| gypi_values = exec_script("//build/gypi_to_gn.py",
|
| [ rebase_path("src/cpp/libaddressinput.gypi") ],
|
|
|