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

Unified Diff: chrome/BUILD.gn

Issue 2802713002: Enable side-by-side beta and dev channels. (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | chrome/app/chrome_dll.rc » ('j') | chrome/app/chrome_exe.rc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index e739e609c94eeba1cb1f0398b0d2310e3837b89e..043283401726e49f5ed9e55a8c6c01f5594de1f3 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -1435,8 +1435,12 @@ copy("visual_elements_resources") {
if (is_chrome_branded) {
sources += [
+ "//chrome/app/theme/$branding_path_component/win/tiles/LogoBeta.png",
"//chrome/app/theme/$branding_path_component/win/tiles/LogoCanary.png",
+ "//chrome/app/theme/$branding_path_component/win/tiles/LogoDev.png",
+ "//chrome/app/theme/$branding_path_component/win/tiles/SmallLogoBeta.png",
"//chrome/app/theme/$branding_path_component/win/tiles/SmallLogoCanary.png",
+ "//chrome/app/theme/$branding_path_component/win/tiles/SmallLogoDev.png",
]
}
« no previous file with comments | « no previous file | chrome/app/chrome_dll.rc » ('j') | chrome/app/chrome_exe.rc » ('J')

Powered by Google App Engine
This is Rietveld 408576698