| Index: third_party/libphonenumber/BUILD.gn
|
| diff --git a/third_party/libphonenumber/BUILD.gn b/third_party/libphonenumber/BUILD.gn
|
| index 4c32084ef42b63d77a567ab6036f0a0ba22f24a6..19214073ec5cf7007754c030383377bcb2bcd1ba 100644
|
| --- a/third_party/libphonenumber/BUILD.gn
|
| +++ b/third_party/libphonenumber/BUILD.gn
|
| @@ -45,11 +45,6 @@ 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" ]
|
| -
|
| public_configs = [ ":libphonenumber_config" ]
|
|
|
| public_deps = [
|
| @@ -91,6 +86,9 @@ test("libphonenumber_unittests") {
|
| "src/test/phonenumbers/unicodestring_test.cc",
|
| ]
|
|
|
| + # libphonenumber needs to fix their ODR violations. http://crbug.com/456021
|
| + configs += [ "//build/config/compiler:compiler_allow_odr_violations" ]
|
| +
|
| include_dirs = [ "src/test" ]
|
|
|
| deps = [
|
|
|