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

Unified Diff: win8/BUILD.gn

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 | « chrome/test/mini_installer/config/chrome_user_installed.prop ('k') | win8/metro_driver/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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}}",
+ ]
+}
« no previous file with comments | « chrome/test/mini_installer/config/chrome_user_installed.prop ('k') | win8/metro_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698