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

Unified Diff: content/BUILD.gn

Issue 411543005: Encode all grit outputs in .gn files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « components/strings/BUILD.gn ('k') | device/bluetooth/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/BUILD.gn
diff --git a/content/BUILD.gn b/content/BUILD.gn
index 20a553e70a81811a5acd56f97b9627a75f282742..6c6427074c9824c3b498a8c5110dd0e31913e123 100644
--- a/content/BUILD.gn
+++ b/content/BUILD.gn
@@ -38,6 +38,11 @@ if (is_component_build) {
grit("resources") {
source = "content_resources.grd"
+ outputs = [
+ "grit/content_resources.h",
+ "content_resources.pak",
+ "content_resources.rc",
+ ]
}
# This target exists to "hold" the content_export header so we can do proper
« no previous file with comments | « components/strings/BUILD.gn ('k') | device/bluetooth/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698