summaryrefslogtreecommitdiffstats
path: root/win8/win8.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'win8/win8.gyp')
-rw-r--r--win8/win8.gyp16
1 files changed, 16 insertions, 0 deletions
diff --git a/win8/win8.gyp b/win8/win8.gyp
index 8131fa3..3a59e77 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',
+ ],
+ },
+ ],
+ },
],
}