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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 1560263002: Store Bluetooth permissions in website settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: modified ChooserPermissionManager to take url::Origin as parameter Created 4 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_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 70ff6b340bd3193f7d4d5289b0ab4ae0dae79ce8..6589d1d35d47dea0888527dd3dacbf2815db2da7 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -54,6 +54,10 @@
'browser/ui/blocked_content/blocked_window_params.h',
'browser/ui/blocked_content/popup_blocker_tab_helper.cc',
'browser/ui/blocked_content/popup_blocker_tab_helper.h',
+ 'browser/ui/bluetooth/bluetooth_permission_context.cc',
+ 'browser/ui/bluetooth/bluetooth_permission_context.h',
+ 'browser/ui/bluetooth/bluetooth_permission_context_factory.cc',
+ 'browser/ui/bluetooth/bluetooth_permission_context_factory.h',
'browser/ui/bookmarks/bookmark_bar.h',
'browser/ui/bookmarks/bookmark_bar_constants.h',
'browser/ui/bookmarks/bookmark_bar_instructions_delegate.h',
@@ -2900,6 +2904,7 @@
'../components/components.gyp:translate_content_common',
'../components/components_resources.gyp:components_resources',
'../content/app/resources/content_resources.gyp:content_resources',
+ '../device/bluetooth/bluetooth.gyp:device_bluetooth',
'../media/media.gyp:media',
'../net/net.gyp:net_with_v8',
'../net/net.gyp:stale_while_revalidate_experiment_domains',

Powered by Google App Engine
This is Rietveld 408576698