| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index e991fa468632a95cea4eb750881fddc606df2c75..4752fa3048653467bea143a035983b38984bc888 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -146,6 +146,8 @@
|
| 'common/extensions/api/omnibox/omnibox_handler.h',
|
| 'common/extensions/api/speech/tts_engine_manifest_handler.cc',
|
| 'common/extensions/api/speech/tts_engine_manifest_handler.h',
|
| + 'common/extensions/api/themes/theme_handler.cc',
|
| + 'common/extensions/api/themes/theme_handler.h',
|
| 'common/extensions/command.cc',
|
| 'common/extensions/command.h',
|
| 'common/extensions/csp_validator.cc',
|
| @@ -478,6 +480,8 @@
|
| ['include', 'common/extensions/api/extension_action/action_info.h'],
|
| ['include', 'common/extensions/api/extension_action/browser_action_handler.cc'],
|
| ['include', 'common/extensions/api/extension_action/browser_action_handler.h'],
|
| + ['include', 'common/extensions/api/themes/theme_handler.cc'],
|
| + ['include', 'common/extensions/api/themes/theme_handler.h'],
|
| ],
|
| }],
|
| ['remoting==1', {
|
|
|