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) { |