Chromium Code Reviews| Index: chrome/chrome_resources.gyp |
| diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp |
| index e8b90d77f4e3b86ed8e41b50fc84a8b02b9edd22..645731586d8599104a164cda3ff3e4037ee70ec3 100644 |
| --- a/chrome/chrome_resources.gyp |
| +++ b/chrome/chrome_resources.gyp |
| @@ -269,6 +269,8 @@ |
| 'chrome_strings', |
| 'platform_locale_settings', |
| 'theme_resources', |
| + # TODO(zork): Protect this with if use_aura==1 |
| + '<(DEPTH)/ash/ash.gyp:ash_strings', |
|
tony
2012/02/07 18:16:00
Should it be protected by use_ash==1? why not do
|
| '<(DEPTH)/content/content_resources.gyp:content_resources', |
| '<(DEPTH)/net/net.gyp:net_resources', |
| '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', |