summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authorrpaquay@chromium.org <rpaquay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-15 15:55:24 +0000
committerrpaquay@chromium.org <rpaquay@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-15 15:55:24 +0000
commite737c445ac38ebf9427f2590e8d29034c68793f6 (patch)
tree87eccc6072df7cfe3a0d38475732ec99d9a4e1c0 /chrome/chrome_common.gypi
parentd4605c119ecb054772ff1943dcba2f3f8e0af363 (diff)
downloadchromium_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.gypi8
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',