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

Unified Diff: chrome/BUILD.gn

Issue 466403002: Fix chrome/BUILD.gn. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
« no previous file with comments | « no previous file | chrome/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 982a16d461f536eeeed0ed1685d9034191edd41e..6a2bd2e19bce1699b3b072bcced002bfb99599b1 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:resources",
- "//chrome/renderer:resources",
+ "//chrome/common:common_resources",
+ "//chrome/renderer:renderer_resources",
]
if (enable_extensions) {
« no previous file with comments | « no previous file | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698