| Index: third_party/libphonenumber/BUILD.gn
|
| diff --git a/third_party/libphonenumber/BUILD.gn b/third_party/libphonenumber/BUILD.gn
|
| index 994eb3438ea688e72f04c54c4ff383b1847aad6c..26386a64bac43d21758c8778577920d146621ed8 100644
|
| --- a/third_party/libphonenumber/BUILD.gn
|
| +++ b/third_party/libphonenumber/BUILD.gn
|
| @@ -44,6 +44,11 @@ static_library("libphonenumber_without_metadata") {
|
| "src/phonenumbers/utf/unilib.cc",
|
| ]
|
|
|
| + # TODO(scottmg): Temporary until https://codereview.appspot.com/134650043/
|
| + # lands and rolls. http://crbug.com/335824
|
| + configs -= [ "//build/config/compiler:chromium_code" ]
|
| + configs += [ "//build/config/compiler:no_chromium_code" ]
|
| +
|
| direct_dependent_configs = [ ":libphonenumber_config" ]
|
|
|
| deps = [
|
|
|