| Index: win8/BUILD.gn
|
| diff --git a/win8/BUILD.gn b/win8/BUILD.gn
|
| index 7b36f33dc4498e04803c87011ff1538a147ade7a..0fab11e5896adc7e3add4473b5854d3ebf491d9b 100644
|
| --- a/win8/BUILD.gn
|
| +++ b/win8/BUILD.gn
|
| @@ -50,3 +50,16 @@ executable("test_registrar") {
|
| "//chrome",
|
| ]
|
| }
|
| +
|
| +copy("visual_elements_resources") {
|
| + sources = [
|
| + "resources/Logo.png",
|
| + "resources/SecondaryTile.png",
|
| + "resources/SmallLogo.png",
|
| + "resources/chrome.VisualElementsManifest.xml",
|
| + ]
|
| +
|
| + outputs = [
|
| + "$root_out_dir/{{source_file_part}}",
|
| + ]
|
| +}
|
|
|