| Index: chrome/chrome_common.gypi
|
| ===================================================================
|
| --- chrome/chrome_common.gypi (revision 82052)
|
| +++ chrome/chrome_common.gypi (working copy)
|
| @@ -110,6 +110,7 @@
|
| '../app/app.gyp:app_resources',
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:base_i18n',
|
| + '../base/base.gyp:base_static',
|
| '../build/temp_gyp/googleurl.gyp:googleurl',
|
| '../content/content.gyp:content_common',
|
| '../ipc/ipc.gyp:ipc',
|
| @@ -134,6 +135,7 @@
|
| 'common/automation_messages_internal.h',
|
| 'common/badge_util.cc',
|
| 'common/badge_util.h',
|
| + 'common/bzip2_error_handler.cc',
|
| 'common/chrome_content_client.cc',
|
| 'common/chrome_content_client.h',
|
| 'common/chrome_content_plugin_client.cc',
|
| @@ -336,6 +338,7 @@
|
| ],
|
| 'export_dependent_settings': [
|
| '../app/app.gyp:app_base',
|
| + '../base/base.gyp:base',
|
| ],
|
| },
|
| {
|
|
|