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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
(Empty)
1 #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.
2
3 namespace chrome {
4
5 const char kChromeVersion[] = "@MAJOR@.@MINOR@.@BUILD@.@PATCH@";
6
7 } // namespace chrome
OLDNEW
« 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