Index: chrome/common/BUILD.gn |
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
index d6a03e0fc327ee420e593cd2d16d697999e63115..4df0efbb17f52c1fdb68fc22e55fdecee6a39d67 100644 |
--- a/chrome/common/BUILD.gn |
+++ b/chrome/common/BUILD.gn |
@@ -240,6 +240,11 @@ process_version("version") { |
output = "$target_gen_dir/chrome_version_info_values.h" |
} |
+process_version("make_chrome_version") { |
+ source = "chrome_version.cc.version" |
+ output = "$target_gen_dir/chrome_version.cc" |
+} |
+ |
# GN version: chrome/common_constants.gyp:common_constants |
static_library("constants") { |
sources = [ |
@@ -267,8 +272,10 @@ static_library("constants") { |
"widevine_cdm_constants.cc", |
"widevine_cdm_constants.h", |
] |
+ sources += get_target_outputs(":make_chrome_version") |
deps = [ |
+ ":make_chrome_version", |
"//base", |
"//base/third_party/dynamic_annotations", |
"//components/bookmarks/common", |