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

Unified Diff: chrome/chrome_common.gypi

Issue 145663004: Replace "bluetooth" permission with manifest property. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 months 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 27ece1434fdbd2f0a5148bc777c4a6739699772c..78c81ef446dd996efd6436a51b71f8a0d8e556d6 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -114,6 +114,12 @@
'common/custom_handlers/protocol_handler.h',
'common/descriptors_android.h',
'common/encrypted_media_messages_android.h',
+ 'common/extensions/api/bluetooth/bluetooth_manifest_data.cc',
+ 'common/extensions/api/bluetooth/bluetooth_manifest_data.h',
+ 'common/extensions/api/bluetooth/bluetooth_manifest_handler.cc',
+ 'common/extensions/api/bluetooth/bluetooth_manifest_handler.h',
+ 'common/extensions/api/bluetooth/bluetooth_manifest_permission.cc',
+ 'common/extensions/api/bluetooth/bluetooth_manifest_permission.h',
'common/extensions/api/commands/commands_handler.cc',
'common/extensions/api/commands/commands_handler.h',
'common/extensions/api/extension_action/action_info.cc',
@@ -218,10 +224,6 @@
'common/extensions/message_bundle.h',
'common/extensions/mime_types_handler.cc',
'common/extensions/mime_types_handler.h',
- 'common/extensions/permissions/bluetooth_permission.cc',
- 'common/extensions/permissions/bluetooth_permission.h',
- 'common/extensions/permissions/bluetooth_permission_data.cc',
- 'common/extensions/permissions/bluetooth_permission_data.h',
'common/extensions/permissions/chrome_api_permissions.cc',
'common/extensions/permissions/chrome_api_permissions.h',
'common/extensions/permissions/chrome_permission_message_provider.cc',

Powered by Google App Engine
This is Rietveld 408576698