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

Unified Diff: win8/win8.gyp

Issue 1790723002: Fix missing VisualElementsManifest.xml (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « win8/resources/chrome.VisualElementsManifest.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ ],
+ },
+ ],
+ },
],
}
« no previous file with comments | « win8/resources/chrome.VisualElementsManifest.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698