During generation of the version.cc file, read the current Git hash.

R=rmacnak@google.com

Review URL: https://codereview.chromium.org/2206953004 .
This commit is contained in:
Florian Schneider 2016-08-03 14:16:39 -07:00
parent 36c9514f04
commit 9a68bad6fd

View file

@ -205,7 +205,6 @@ action("generate_version_cc_file") {
"--quiet",
"--output", rebase_path(output, root_build_dir),
"--input", rebase_path("vm/version_in.cc", root_build_dir),
"--ignore_svn_revision",
]
}