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

Unified Diff: chrome/BUILD.gn

Issue 469893002: Allow the grit GN targets to specify an output name. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 6a2bd2e19bce1699b3b072bcced002bfb99599b1..982a16d461f536eeeed0ed1685d9034191edd41e 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -11,8 +11,8 @@ group("resources") {
# these are just dependencies for the actions themselves, which our actions
# list individually when needed.
"//chrome/browser:resources",
- "//chrome/common:common_resources",
- "//chrome/renderer:renderer_resources",
+ "//chrome/common:resources",
+ "//chrome/renderer:resources",
]
if (enable_extensions) {

Powered by Google App Engine
This is Rietveld 408576698