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

Unified Diff: build/config/BUILD.gn

Issue 1641413002: Makes GetBuildTime behave identically on all build types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Response to comments 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
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index b9208ac302ea8e4e7f764b120dbbb0a69476513f..35cb1e6d98575c11112bb4a2d839fb855ae29571 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -80,9 +80,6 @@ config("feature_flags") {
if (use_browser_spellchecker) {
defines += [ "USE_BROWSER_SPELLCHECKER=1" ]
}
- if (dont_embed_build_metadata) {
- defines += [ "DONT_EMBED_BUILD_METADATA" ]
- }
if (dcheck_always_on) {
defines += [ "DCHECK_ALWAYS_ON=1" ]
}

Powered by Google App Engine
This is Rietveld 408576698