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

Unified Diff: build/config/chrome_build.gni

Issue 2308313003: gn: Generalize process_version() and move it to build/util (Closed)
Patch Set: Move process_version_rc_template() to chrome// 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 | « blimp/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: build/config/chrome_build.gni
diff --git a/build/config/chrome_build.gni b/build/config/chrome_build.gni
index c649018a7a0aeb20caeb2bf37c60d57c48630f1b..165a3aea9819f17709b884ad4d0f58781bf569b7 100644
--- a/build/config/chrome_build.gni
+++ b/build/config/chrome_build.gni
@@ -20,3 +20,6 @@ if (is_chrome_branded) {
} else {
branding_path_component = "chromium"
}
+
+# The path to the BRANDING file in chrome/app/theme.
+branding_file_path = "//chrome/app/theme/$branding_path_component/BRANDING"
brettw 2016/09/13 17:59:15 Can you move this to the chrome process_versoin.gn
« no previous file with comments | « blimp/common/BUILD.gn ('k') | build/util/process_version.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698