diff options
author | rpaquay@chromium.org <rpaquay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-15 15:55:24 +0000 |
---|---|---|
committer | rpaquay@chromium.org <rpaquay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-15 15:55:24 +0000 |
commit | e737c445ac38ebf9427f2590e8d29034c68793f6 (patch) | |
tree | 87eccc6072df7cfe3a0d38475732ec99d9a4e1c0 /chrome/chrome_common.gypi | |
parent | d4605c119ecb054772ff1943dcba2f3f8e0af363 (diff) | |
download | chromium_src-e737c445ac38ebf9427f2590e8d29034c68793f6.zip chromium_src-e737c445ac38ebf9427f2590e8d29034c68793f6.tar.gz chromium_src-e737c445ac38ebf9427f2590e8d29034c68793f6.tar.bz2 |
Enable permission warnings from ManifestHandlers.
BUG=293755,247857
Review URL: https://codereview.chromium.org/51433002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235332 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index dbd07b6..1f0f67f 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -145,8 +145,12 @@ 'common/extensions/api/omnibox/omnibox_handler.h', 'common/extensions/api/plugins/plugins_handler.cc', 'common/extensions/api/plugins/plugins_handler.h', - 'common/extensions/api/sockets/sockets_handler.cc', - 'common/extensions/api/sockets/sockets_handler.h', + 'common/extensions/api/sockets/sockets_manifest_handler.cc', + 'common/extensions/api/sockets/sockets_manifest_handler.h', + 'common/extensions/api/sockets/sockets_manifest_data.cc', + 'common/extensions/api/sockets/sockets_manifest_data.h', + 'common/extensions/api/sockets/sockets_manifest_permission.cc', + 'common/extensions/api/sockets/sockets_manifest_permission.h', 'common/extensions/api/speech/tts_engine_manifest_handler.cc', 'common/extensions/api/speech/tts_engine_manifest_handler.h', 'common/extensions/api/spellcheck/spellcheck_handler.cc', |