Index: third_party/libphonenumber/BUILD.gn |
diff --git a/third_party/libphonenumber/BUILD.gn b/third_party/libphonenumber/BUILD.gn |
index c4d244babff5c39e1f79b1d6d0f9b6b59cf4773c..994eb3438ea688e72f04c54c4ff383b1847aad6c 100644 |
--- a/third_party/libphonenumber/BUILD.gn |
+++ b/third_party/libphonenumber/BUILD.gn |
@@ -9,14 +9,13 @@ proto_library("proto") { |
"src/resources/phonemetadata.proto", |
"src/resources/phonenumber.proto", |
] |
- proto_in_dir = "src/resources" |
proto_out_dir = "third_party/libphonenumber/phonenumbers" |
} |
config("libphonenumber_config") { |
include_dirs = [ |
"src", |
- "$root_gen_dir/protoc_out/third_party/libphonenumber", |
+ "$root_gen_dir/third_party/libphonenumber", |
] |
defines = [ "I18N_PHONENUMBERS_USE_ICU_REGEXP=1" ] |
if (!is_android) { |