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

Unified Diff: build/config/BUILD.gn

Issue 1710123002: Update yasm to the same version currently used by Chromium. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 10 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 | « DEPS ('k') | third_party/yasm/BUILD.gn » ('j') | 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 eed764957d898c1843923b5962e72c613b6fe469..0eff7b183acdb77a51e6e322889cfbf97833c9c1 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -43,9 +43,6 @@ config("feature_flags") {
# TODO(brettw) this probably needs to be parameterized.
defines = [ "V8_DEPRECATION_WARNINGS" ] # Don't use deprecated V8 APIs anywhere.
- if (dont_embed_build_metadata) {
- defines += [ "DONT_EMBED_BUILD_METADATA" ]
- }
if (dcheck_always_on) {
defines += [ "DCHECK_ALWAYS_ON=1" ]
}
« no previous file with comments | « DEPS ('k') | third_party/yasm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698