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

Unified Diff: third_party/yasm/CHROMIUM.diff

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « third_party/yasm/BUILD.gn ('k') | third_party/yasm/README.chromium » ('j') | 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
new file mode 100644
index 0000000000000000000000000000000000000000..764cbf738b85ce36f46f36d33aaf021feca7f0ee
--- /dev/null
+++ b/third_party/yasm/CHROMIUM.diff
@@ -0,0 +1,24 @@
+--- frontends/tasm/tasm.c
++++ frontends/tasm/tasm.c
+@@ -224,7 +224,9 @@
+ /* version message */
+ /*@observer@*/ static const char *version_msg[] = {
+ PACKAGE_STRING,
++#if !defined(DONT_EMBED_BUILD_METADATA) || defined(OFFICIAL_BUILD)
+ "Compiled on " __DATE__ ".",
++#endif
+ "Copyright (c) 2001-2010 Peter Johnson and other Yasm developers.",
+ "Run yasm --license for licensing overview and summary."
+ };
+--- frontends/yasm/yasm.c
++++ frontends/yasm/yasm.c
+@@ -213,7 +213,9 @@
+ /* version message */
+ /*@observer@*/ static const char *version_msg[] = {
+ PACKAGE_STRING,
++#if !defined(DONT_EMBED_BUILD_METADATA) || defined(OFFICIAL_BUILD)
+ "Compiled on " __DATE__ ".",
++#endif
+ "Copyright (c) 2001-2011 Peter Johnson and other Yasm developers.",
+ "Run yasm --license for licensing overview and summary."
+ };
« no previous file with comments | « third_party/yasm/BUILD.gn ('k') | third_party/yasm/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698