Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8410)

Unified Diff: chrome/chrome_common.gypi

Issue 51433002: Enable permission warnings from ManifestHandlers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address code review feedback. Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index a29a0f320aa2227299c49adbfed2d42b6185cdc4..5f3be835d198d9c25ba67910bc7d1e02762a7225 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -146,8 +146,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',

Powered by Google App Engine
This is Rietveld 408576698