| Index: win8/win8.gyp
|
| diff --git a/win8/win8.gyp b/win8/win8.gyp
|
| index 8131fa37da12eae9801a511e8d6f6f7bfd99b121..3a59e777560ed0a9835cfecac2c0eb10b8e581c0 100644
|
| --- a/win8/win8.gyp
|
| +++ b/win8/win8.gyp
|
| @@ -38,5 +38,21 @@
|
| 'test/test_registrar_constants.h',
|
| ],
|
| },
|
| + {
|
| + 'target_name': 'visual_elements_resources',
|
| + 'type': 'none',
|
| + 'copies': [
|
| + {
|
| + # GN version: //win8/visual_elements_resources
|
| + 'destination': '<(PRODUCT_DIR)',
|
| + 'files': [
|
| + 'resources/Logo.png',
|
| + 'resources/SecondaryTile.png',
|
| + 'resources/SmallLogo.png',
|
| + 'resources/chrome.VisualElementsManifest.xml',
|
| + ],
|
| + },
|
| + ],
|
| + },
|
| ],
|
| }
|
|
|