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

Unified Diff: build/config/BUILD.gn

Issue 1137443003: Fix the build metadata definition in the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 1bd666bd24cf4ba09239420e5c109aee50126089..2427b72afd920cf6b85a48d83f42a19fe5184bd4 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -24,7 +24,7 @@ declare_args() {
# TODO(maruel): This decision should be revisited because having an
# official deterministic build has high value too but MSVC toolset can't
# generate anything deterministic with WPO enabled AFAIK.
- dont_embed_build_metadata = is_official_build
+ dont_embed_build_metadata = !is_official_build
# Set to true to enable dcheck in Release builds.
dcheck_always_on = false
« 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