| Index: remoting/protocol/BUILD.gn
|
| diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
|
| index 3ffcb08d02d5b84b291e0c4c97633d8a97855c6d..34b38af0224fae4dd5d4749f463501dae36b0c51 100644
|
| --- a/remoting/protocol/BUILD.gn
|
| +++ b/remoting/protocol/BUILD.gn
|
| @@ -11,7 +11,10 @@ static_library("protocol") {
|
| sources =
|
| rebase_path(gypi_values.remoting_protocol_sources, ".", "//remoting")
|
|
|
| - configs += [ "//build/config/compiler:wexit_time_destructors" ]
|
| + configs += [
|
| + "//build/config/compiler:no_size_t_to_int_warning",
|
| + "//build/config/compiler:wexit_time_destructors",
|
| + ]
|
|
|
| public_deps = [
|
| "//third_party/libjingle",
|
|
|