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

Unified Diff: third_party/yasm/CHROMIUM.diff

Issue 1641413002: Makes GetBuildTime behave identically on all build types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hook based approach 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
« build/write_build_date_header.py ('K') | « net/http/transport_security_state.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/yasm/CHROMIUM.diff
diff --git a/third_party/yasm/CHROMIUM.diff b/third_party/yasm/CHROMIUM.diff
index 764cbf738b85ce36f46f36d33aaf021feca7f0ee..9cdcd3250831c150fed822e5ebc4763df6e863e5 100644
--- a/third_party/yasm/CHROMIUM.diff
+++ b/third_party/yasm/CHROMIUM.diff
@@ -4,9 +4,7 @@
/* version message */
/*@observer@*/ static const char *version_msg[] = {
PACKAGE_STRING,
-+#if !defined(DONT_EMBED_BUILD_METADATA) || defined(OFFICIAL_BUILD)
- "Compiled on " __DATE__ ".",
-+#endif
+- "Compiled on " __DATE__ ".",
M-A Ruel 2016/02/06 02:24:37 We actually need to update the code. So skip the c
Zachary Forman 2016/02/09 00:02:04 Ack
"Copyright (c) 2001-2010 Peter Johnson and other Yasm developers.",
"Run yasm --license for licensing overview and summary."
};
@@ -16,9 +14,7 @@
/* version message */
/*@observer@*/ static const char *version_msg[] = {
PACKAGE_STRING,
-+#if !defined(DONT_EMBED_BUILD_METADATA) || defined(OFFICIAL_BUILD)
- "Compiled on " __DATE__ ".",
-+#endif
+- "Compiled on " __DATE__ ".",
"Copyright (c) 2001-2011 Peter Johnson and other Yasm developers.",
"Run yasm --license for licensing overview and summary."
};
« build/write_build_date_header.py ('K') | « net/http/transport_security_state.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698