Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(725)

Unified Diff: components/tracing/tools/proto_zero_plugin/BUILD.gn

Issue 2763233002: Disable incremental linking for proto_zero_plugin (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
+ }
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698