| Index: third_party/libaddressinput/BUILD.gn
|
| diff --git a/third_party/libaddressinput/BUILD.gn b/third_party/libaddressinput/BUILD.gn
|
| index cea22aeca067f524eeddb5e0f52f5fe2832afae9..e4e5381cb150297f335bd930291ec7fcb7e4e9be 100644
|
| --- a/third_party/libaddressinput/BUILD.gn
|
| +++ b/third_party/libaddressinput/BUILD.gn
|
| @@ -14,6 +14,10 @@ config("no-newline-eof-warning") {
|
|
|
| grit("strings") {
|
| source = "//chrome/app/address_input_strings.grd"
|
| +
|
| + # libaddressinput's tests just say `#include "messages.h"`.
|
| + use_qualified_include = false
|
| +
|
| outputs = [
|
| "messages.h",
|
| "en_messages.cc",
|
|
|