| Index: extensions/common/BUILD.gn
|
| diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
|
| index 3cd81177ed1850385c7b260f5fb7315209010f08..1718727556168b1caeaae43d67465e7d0ae147df 100644
|
| --- a/extensions/common/BUILD.gn
|
| +++ b/extensions/common/BUILD.gn
|
| @@ -13,6 +13,7 @@ source_set("common_constants") {
|
| rebase_path(extensions_gypi_values.extensions_common_constants_sources,
|
| ".",
|
| "//extensions")
|
| +
|
| # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
| }
|
| @@ -29,6 +30,7 @@ if (enable_extensions) {
|
| sources = rebase_path(extensions_gypi_values.extensions_common_sources,
|
| ".",
|
| "//extensions")
|
| +
|
| # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
|
|
|
|