Chromium Code Reviews| 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}}", |
| ] |