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

Unified Diff: chrome/common/chrome_version.cc.version

Issue 874413003: Add targets for generating version files in Windows GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mistake after rebase. Created 5 years, 11 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: chrome/common/chrome_version.cc.version
diff --git a/chrome/common/chrome_version.cc.version b/chrome/common/chrome_version.cc.version
new file mode 100644
index 0000000000000000000000000000000000000000..27017eedadd735682a36bee7b4b27ef0336dd6a4
--- /dev/null
+++ b/chrome/common/chrome_version.cc.version
@@ -0,0 +1,7 @@
+#include "chrome/common/chrome_constants.h"
brettw 2015/01/28 21:06:45 You should probably add the copyright here like no
Slava Chigrin 2015/01/29 13:13:22 Done.
+
+namespace chrome {
+
+const char kChromeVersion[] = "@MAJOR@.@MINOR@.@BUILD@.@PATCH@";
+
+} // namespace chrome
« chrome/common/BUILD.gn ('K') | « chrome/common/BUILD.gn ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698