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

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, 6 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 2d286251988bfcf561da4a0502833f88cf0f675a..c38acfcc20e4c5c1a6aaa30e1b74615c590011bd 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',
@@ -1193,10 +1199,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',
@@ -1205,8 +1207,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',

Powered by Google App Engine
This is Rietveld 408576698