| Index: chrome/common/common.scons
|
| diff --git a/chrome/common/common.scons b/chrome/common/common.scons
|
| index 57f976e1277080d880c1a298aae3f1d8498d2e8a..34c5a05ac11fe6920ccf813c93e922c1e9810911 100644
|
| --- a/chrome/common/common.scons
|
| +++ b/chrome/common/common.scons
|
| @@ -70,6 +70,7 @@ input_files.extend([
|
| 'pref_service.cc',
|
| 'property_bag.cc',
|
| 'render_messages.cc',
|
| + 'resource_bundle.cc',
|
| 'resource_dispatcher.cc',
|
| 'sandbox_init_wrapper.cc',
|
| 'slide_animation.cc',
|
| @@ -104,7 +105,6 @@ if env.Bit('windows'):
|
| 'os_exchange_data.cc',
|
| 'plugin_messages.cc',
|
| 'process_watcher.cc',
|
| - 'resource_bundle.cc',
|
| 'security_filter_peer.cc',
|
| 'win_safe_util.cc',
|
| 'win_util.cc',
|
|
|