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

Side by Side 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: address reillyg@'s comments 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 unified diff | Download patch
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'browser/ui/autofill/password_generation_popup_controller_impl.h', 47 'browser/ui/autofill/password_generation_popup_controller_impl.h',
48 'browser/ui/autofill/password_generation_popup_observer.h', 48 'browser/ui/autofill/password_generation_popup_observer.h',
49 'browser/ui/autofill/password_generation_popup_view.cc', 49 'browser/ui/autofill/password_generation_popup_view.cc',
50 'browser/ui/autofill/password_generation_popup_view.h', 50 'browser/ui/autofill/password_generation_popup_view.h',
51 'browser/ui/autofill/popup_controller_common.cc', 51 'browser/ui/autofill/popup_controller_common.cc',
52 'browser/ui/autofill/popup_controller_common.h', 52 'browser/ui/autofill/popup_controller_common.h',
53 'browser/ui/blocked_content/blocked_window_params.cc', 53 'browser/ui/blocked_content/blocked_window_params.cc',
54 'browser/ui/blocked_content/blocked_window_params.h', 54 'browser/ui/blocked_content/blocked_window_params.h',
55 'browser/ui/blocked_content/popup_blocker_tab_helper.cc', 55 'browser/ui/blocked_content/popup_blocker_tab_helper.cc',
56 'browser/ui/blocked_content/popup_blocker_tab_helper.h', 56 'browser/ui/blocked_content/popup_blocker_tab_helper.h',
57 'browser/ui/bluetooth/bluetooth_chooser_context.cc',
58 'browser/ui/bluetooth/bluetooth_chooser_context.h',
59 'browser/ui/bluetooth/bluetooth_chooser_context_factory.cc',
60 'browser/ui/bluetooth/bluetooth_chooser_context_factory.h',
57 'browser/ui/bookmarks/bookmark_bar.h', 61 'browser/ui/bookmarks/bookmark_bar.h',
58 'browser/ui/bookmarks/bookmark_bar_constants.h', 62 'browser/ui/bookmarks/bookmark_bar_constants.h',
59 'browser/ui/bookmarks/bookmark_bar_instructions_delegate.h', 63 'browser/ui/bookmarks/bookmark_bar_instructions_delegate.h',
60 'browser/ui/bookmarks/bookmark_bubble_observer.h', 64 'browser/ui/bookmarks/bookmark_bubble_observer.h',
61 'browser/ui/bookmarks/bookmark_editor.cc', 65 'browser/ui/bookmarks/bookmark_editor.cc',
62 'browser/ui/bookmarks/bookmark_editor.h', 66 'browser/ui/bookmarks/bookmark_editor.h',
63 'browser/ui/bookmarks/bookmark_utils.cc', 67 'browser/ui/bookmarks/bookmark_utils.cc',
64 'browser/ui/bookmarks/bookmark_utils.h', 68 'browser/ui/bookmarks/bookmark_utils.h',
65 'browser/ui/bookmarks/recently_used_folders_combo_model.cc', 69 'browser/ui/bookmarks/recently_used_folders_combo_model.cc',
66 'browser/ui/bookmarks/recently_used_folders_combo_model.h', 70 'browser/ui/bookmarks/recently_used_folders_combo_model.h',
(...skipping 3264 matching lines...) Expand 10 before | Expand all | Expand 10 after
3331 ], 3335 ],
3332 'sources': [ 3336 'sources': [
3333 '<@(chrome_browser_ui_non_mobile_sources)', 3337 '<@(chrome_browser_ui_non_mobile_sources)',
3334 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3338 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3335 ], 3339 ],
3336 }], 3340 }],
3337 ], 3341 ],
3338 }, 3342 },
3339 ], 3343 ],
3340 } 3344 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698