| Index: components/tracing/tools/proto_zero_plugin/BUILD.gn
|
| diff --git a/components/tracing/tools/proto_zero_plugin/BUILD.gn b/components/tracing/tools/proto_zero_plugin/BUILD.gn
|
| index cdf0eb160731dc5c99211270f16cf85b025c3201..15a7140439181dae40964180686a929b3751d010 100644
|
| --- a/components/tracing/tools/proto_zero_plugin/BUILD.gn
|
| +++ b/components/tracing/tools/proto_zero_plugin/BUILD.gn
|
| @@ -12,5 +12,11 @@ if (current_toolchain == host_toolchain) {
|
| deps = [
|
| "//third_party/protobuf:protoc_lib",
|
| ]
|
| + if (is_win) {
|
| + # TODO(thomasanderson): remove when https://crbug.com/703251 is resolved
|
| + # by Microsoft.
|
| + configs -= [ "//build/config/win:default_incremental_linking" ]
|
| + configs += [ "//build/config/win:no_incremental_linking" ]
|
| + }
|
| }
|
| }
|
|
|