| 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',
|
|
|