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

Unified Diff: chrome/BUILD.gn

Issue 2253323002: Add a Canary-specific icon in VisualElementsManifest.xml (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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 | « no previous file | chrome/app/theme/chromium/win/tiles/Logo.png » ('j') | no next file with comments »
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 73f827c8c0e054912327d0adaff61f52d2d15aad..ba901d21c9a2568c18d27040b02c1fa8aa6dd30b 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -1251,12 +1251,18 @@ if (is_win) {
# GYP version: chrome/chrome_exe.gypi:visual_elements_resources
copy("visual_elements_resources") {
sources = [
- "app/visual_elements_resources/Logo.png",
- "app/visual_elements_resources/SecondaryTile.png",
- "app/visual_elements_resources/SmallLogo.png",
+ "//chrome/app/theme/$branding_path_component/win/tiles/Logo.png",
+ "//chrome/app/theme/$branding_path_component/win/tiles/SmallLogo.png",
"app/visual_elements_resources/chrome.VisualElementsManifest.xml",
]
+ if (is_chrome_branded) {
+ sources += [
+ "//chrome/app/theme/$branding_path_component/win/tiles/LogoCanary.png",
+ "//chrome/app/theme/$branding_path_component/win/tiles/SmallLogoCanary.png",
+ ]
+ }
+
outputs = [
"$root_out_dir/{{source_file_part}}",
]
« no previous file with comments | « no previous file | chrome/app/theme/chromium/win/tiles/Logo.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698