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

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: . 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
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 450930bba6f91465872c5b49cffa941da28d46b8..156faddb29ee58a00c07d340369332e0a13ce445 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -1268,12 +1268,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",
scottmg 2016/08/24 20:35:41 There's a separate internal CL that will have to l
+ "//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') | chrome/installer/mini_installer/chrome.release » ('J')

Powered by Google App Engine
This is Rietveld 408576698