| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index f1103ef47a280667ea88d367dbeeb62582f1e076..47f3572d2de01f06c25641012d42859fad5ba512 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -179,6 +179,8 @@
|
| 'common/extensions/api/page_launcher/page_launcher_handler.h',
|
| 'common/extensions/api/plugins/plugins_handler.cc',
|
| 'common/extensions/api/plugins/plugins_handler.h',
|
| + 'common/extensions/api/requirements/requirements_handler.cc',
|
| + 'common/extensions/api/requirements/requirements_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',
|
| @@ -413,6 +415,8 @@
|
| ['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/requirements/requirements_handler.cc'],
|
| + ['include', 'common/extensions/api/requirements/requirements_handler.h'],
|
| ['include', 'common/extensions/api/themes/theme_handler.cc'],
|
| ['include', 'common/extensions/api/themes/theme_handler.h'],
|
| ],
|
|
|