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

Unified Diff: base/BUILD.gn

Issue 1846713002: Improve the error message in BuildTime.InThePast to help figure out the problem. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Improved comment Created 4 years, 8 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 | base/build_time.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 441ba102c521c3f69b9a8c5ba3c58abf03908d02..cc1d2e8b239bc7678d798b0965cb591043609a5a 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -28,7 +28,8 @@ import("//testing/test.gni")
declare_args() {
# Override this value to give a specific build date.
- # See //base/build_time.cc for more details.
+ # See //base/build_time.cc and //build/write_build_date_header.py for more
+ # details and the expected format.
override_build_date = "N/A"
}
« no previous file with comments | « no previous file | base/build_time.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698