Chromium Code Reviews| 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", |
|
Joao da Silva
2014/08/13 13:23:47
I think these 3 duplicated names are the problem b
|
| + "//chrome/common:common_resources", |
| + "//chrome/renderer:renderer_resources", |
| ] |
| if (enable_extensions) { |