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

Unified Diff: chrome/chrome_browser.gypi

Issue 365123003: Implement midi permissions on top of the new common permission classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 4c5ceabd6db001327b344225aec5d53b15ccec12..f91d7650526e4305d600985e7eb397c4b85454af 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -334,6 +334,12 @@
'browser/content_settings/host_content_settings_map.h',
'browser/content_settings/local_shared_objects_container.cc',
'browser/content_settings/local_shared_objects_container.h',
+ 'browser/content_settings/permission_bubble_request_impl.cc',
+ 'browser/content_settings/permission_bubble_request_impl.h',
+ 'browser/content_settings/permission_context_base.cc',
+ 'browser/content_settings/permission_context_base.h',
+ 'browser/content_settings/permission_infobar_delegate.cc',
+ 'browser/content_settings/permission_infobar_delegate.h',
'browser/content_settings/permission_queue_controller.cc',
'browser/content_settings/permission_queue_controller.h',
'browser/content_settings/permission_request_id.cc',
@@ -1186,10 +1192,6 @@
'browser/services/gcm/gcm_profile_service.h',
'browser/services/gcm/gcm_profile_service_factory.cc',
'browser/services/gcm/gcm_profile_service_factory.h',
- 'browser/services/gcm/permission_bubble_request_impl.cc',
- 'browser/services/gcm/permission_bubble_request_impl.h',
- 'browser/services/gcm/permission_context_base.cc',
- 'browser/services/gcm/permission_context_base.h',
'browser/services/gcm/push_messaging_infobar_delegate.cc',
'browser/services/gcm/push_messaging_infobar_delegate.h',
'browser/services/gcm/push_messaging_permission_context.cc',
@@ -1198,8 +1200,6 @@
'browser/services/gcm/push_messaging_permission_context_factory.h',
'browser/services/gcm/push_messaging_service_impl.cc',
'browser/services/gcm/push_messaging_service_impl.h',
- 'browser/services/gcm/permission_infobar_delegate.cc',
- 'browser/services/gcm/permission_infobar_delegate.h',
'browser/sessions/base_session_service.cc',
'browser/sessions/base_session_service.h',
'browser/sessions/session_data_deleter.cc',
« no previous file with comments | « chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm ('k') | content/renderer/media/midi_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698