| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index a15ea8fd386e3d981c895dc20895de47e0717888..ace58806f4003af59773451cb4e2354bb39f4035 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -1610,10 +1610,14 @@
|
| 'default_plugin/default_plugin.gyp:default_plugin_resources',
|
| 'platform_locale_settings',
|
| 'theme_resources',
|
| + 'theme_resources_standard',
|
| + 'theme_resources_large',
|
| '<(DEPTH)/net/net.gyp:net_resources',
|
| '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings',
|
| '<(DEPTH)/ui/ui.gyp:gfx_resources',
|
| '<(DEPTH)/ui/ui.gyp:ui_resources',
|
| + '<(DEPTH)/ui/ui.gyp:ui_resources_large',
|
| + '<(DEPTH)/ui/ui.gyp:ui_resources_standard',
|
| '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources',
|
| '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_strings',
|
| ],
|
|
|