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

Unified Diff: blimp/common/BUILD.gn

Issue 2308313003: gn: Generalize process_version() and move it to build/util (Closed)
Patch Set: Move branding_file_path to chrome/process_version_rc_template.gni Created 4 years, 3 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
« no previous file with comments | « android_webview/common/BUILD.gn ('k') | build/util/process_version.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/BUILD.gn
diff --git a/blimp/common/BUILD.gn b/blimp/common/BUILD.gn
index c94ad0c67056d4ea4317e7ed56fbe23e90a51bd7..1f31f022b4a971213d6f1f53dc6c8abb9f40dcd1 100644
--- a/blimp/common/BUILD.gn
+++ b/blimp/common/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//chrome/version.gni")
+import("//build/util/process_version.gni")
import("//testing/test.gni")
component("common") {
@@ -82,6 +82,9 @@ source_set("unit_tests") {
}
process_version("protocol_version") {
+ sources = [
+ "//chrome/VERSION",
+ ]
template_file = "protocol_version.h.version"
output = "$target_gen_dir/protocol_version.h"
}
« no previous file with comments | « android_webview/common/BUILD.gn ('k') | build/util/process_version.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698