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

Unified Diff: components/resources/BUILD.gn

Issue 694853003: Fix GN warnings about expected grit output files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/renderer/BUILD.gn ('k') | ui/resources/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/resources/BUILD.gn
diff --git a/components/resources/BUILD.gn b/components/resources/BUILD.gn
index 06448bf46f4fb883c6f818aa772042ef2a6d1d2e..91f096f620282d7bac772ecf61982b823aa9d1df 100644
--- a/components/resources/BUILD.gn
+++ b/components/resources/BUILD.gn
@@ -35,6 +35,7 @@ grit("components_scaled_resources") {
"grit/components_scaled_resources.h",
"components_resources_100_percent.pak",
"components_resources_200_percent.pak",
+ "components_resources_300_percent.pak",
]
output_dir = "$root_gen_dir/components"
}
« no previous file with comments | « chrome/renderer/BUILD.gn ('k') | ui/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698