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

Unified Diff: chrome/renderer/BUILD.gn

Issue 335053002: Add GN build for some chrome common, chrome net, and resources targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix sorting Created 6 years, 6 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/common/safe_browsing/BUILD.gn ('k') | tools/gn/secondary/tools/grit/grit_rule.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/BUILD.gn
diff --git a/ui/webui/resources/BUILD.gn b/chrome/renderer/BUILD.gn
similarity index 60%
copy from ui/webui/resources/BUILD.gn
copy to chrome/renderer/BUILD.gn
index 7b0001bb374c020fd3db267ce4ff5624a4ea43cd..72e4c15aa970fac7ea464d2f847bb9cd0f219df5 100644
--- a/ui/webui/resources/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -4,7 +4,8 @@
import("//tools/grit/grit_rule.gni")
+# GYP version: chrome/chrome_resources.gyp:chrome_resources
+# (generate_renderer_resources action)
grit("resources") {
- output_name = "webui_resources"
- source = "webui_resources.grd"
+ source = "resources/renderer_resources.grd"
}
« no previous file with comments | « chrome/common/safe_browsing/BUILD.gn ('k') | tools/gn/secondary/tools/grit/grit_rule.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698