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

Unified Diff: build/config/chrome_build.gni

Issue 2308313003: gn: Generalize process_version() and move it to build/util (Closed)
Patch Set: Fix chromecast 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
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"

Powered by Google App Engine
This is Rietveld 408576698