| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 236089f6965136e23a15de64357ff6b15cc6f5a2..e13c40f7478106c7abe7efe42ffe3273a52461cc 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -194,8 +194,6 @@
|
| 'common/extensions/api/speech/tts_engine_manifest_handler.h',
|
| 'common/extensions/api/system_indicator/system_indicator_handler.cc',
|
| 'common/extensions/api/system_indicator/system_indicator_handler.h',
|
| - 'common/extensions/api/themes/theme_handler.cc',
|
| - 'common/extensions/api/themes/theme_handler.h',
|
| 'common/extensions/background_info.cc',
|
| 'common/extensions/background_info.h',
|
| 'common/extensions/command.cc',
|
| @@ -263,6 +261,8 @@
|
| 'common/extensions/manifest_handlers/requirements_handler.h',
|
| 'common/extensions/manifest_handlers/sandboxed_page_info.cc',
|
| 'common/extensions/manifest_handlers/sandboxed_page_info.h',
|
| + 'common/extensions/manifest_handlers/theme_handler.cc',
|
| + 'common/extensions/manifest_handlers/theme_handler.h',
|
| 'common/extensions/manifest_url_handler.cc',
|
| 'common/extensions/manifest_url_handler.h',
|
| 'common/extensions/message_bundle.cc',
|
| @@ -434,8 +434,6 @@
|
| ['include', 'common/extensions/api/identity/oauth2_manifest_handler.h'],
|
| ['include', 'common/extensions/api/plugins/plugins_handler.cc'],
|
| ['include', 'common/extensions/api/plugins/plugins_handler.h'],
|
| - ['include', 'common/extensions/api/themes/theme_handler.cc'],
|
| - ['include', 'common/extensions/api/themes/theme_handler.h'],
|
| ['include', 'common/extensions/api/managed_mode_private/managed_mode_handler.cc'],
|
| ['include', 'common/extensions/api/managed_mode_private/managed_mode_handler.h'],
|
| ],
|
|
|