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

Unified Diff: build/config/chrome_build.gni

Issue 1311543003: Add Linux build packaging targets to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « BUILD.gn ('k') | chrome/BUILD.gn » ('j') | chrome/installer/linux/BUILD.gn » ('J')
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 c2132c4a1624c255ca9e6c23a33cd443372f45d9..de6c2c5ff468c1afad70d9289dd09ac1ef9005a7 100644
--- a/build/config/chrome_build.gni
+++ b/build/config/chrome_build.gni
@@ -17,3 +17,11 @@ declare_args() {
# on Windows.
is_multi_dll_chrome = is_win && !is_component_build
}
+
+# Refers to the subdirectory for branding in various places including
+# chrome/app/theme.
+if (is_chrome_branded) {
+ branding_path_component = "google_chrome"
+} else {
+ branding_path_component = "chromium"
+}
« no previous file with comments | « BUILD.gn ('k') | chrome/BUILD.gn » ('j') | chrome/installer/linux/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698