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

Unified Diff: win8/metro_driver/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 | « win8/BUILD.gn ('k') | win8/metro_driver/metro_driver.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/metro_driver/BUILD.gn
diff --git a/win8/metro_driver/BUILD.gn b/win8/metro_driver/BUILD.gn
index fc66690123428c7e6f7d4b1a44c903f56137479f..346b631a4ff5ae2406650cec3dcd4af08c28e4ca 100644
--- a/win8/metro_driver/BUILD.gn
+++ b/win8/metro_driver/BUILD.gn
@@ -16,7 +16,6 @@ shared_library("metro_driver") {
]
deps = [
- ":copy_resources",
":version_resources",
"//base",
"//chrome/common:constants",
@@ -86,21 +85,6 @@ process_version("version_resources") {
template_file = chrome_version_rc_template
}
-copy("copy_resources") {
- visibility = [ ":*" ]
-
- sources = [
- "resources/Logo.png",
- "resources/SecondaryTile.png",
- "resources/SmallLogo.png",
- "resources/chrome.VisualElementsManifest.xml",
- ]
-
- outputs = [
- "$root_out_dir/{{source_file_part}}",
- ]
-}
-
test("metro_driver_unittests") {
sources = [
"run_all_unittests.cc",
« no previous file with comments | « win8/BUILD.gn ('k') | win8/metro_driver/metro_driver.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698