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

Unified Diff: chrome/common/BUILD.gn

Issue 949233003: Fix official build in GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@random
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 5c9c241d4eb15ddfd6f2bb8003c55382605bc50e..622ce47cd71561c0661898409a53b060599cfc35 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -240,12 +240,12 @@ static_library("common") {
import("//chrome/version.gni")
process_version("version") {
visibility = [ ":common" ]
- source = "chrome_version_info_values.h.version"
+ template_file = "chrome_version_info_values.h.version"
output = "$target_gen_dir/chrome_version_info_values.h"
}
process_version("make_chrome_version") {
- source = "chrome_version.cc.version"
+ template_file = "chrome_version.cc.version"
output = "$target_gen_dir/chrome_version.cc"
}

Powered by Google App Engine
This is Rietveld 408576698