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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2039833004: Site Settings Desktop: Implement media picker for camera/mic categories. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 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 2024 matching lines...) Expand 10 before | Expand all | Expand 10 after
2035 'browser/ui/webui/settings/downloads_handler.cc', 2035 'browser/ui/webui/settings/downloads_handler.cc',
2036 'browser/ui/webui/settings/downloads_handler.h', 2036 'browser/ui/webui/settings/downloads_handler.h',
2037 'browser/ui/webui/settings/font_handler.cc', 2037 'browser/ui/webui/settings/font_handler.cc',
2038 'browser/ui/webui/settings/font_handler.h', 2038 'browser/ui/webui/settings/font_handler.h',
2039 'browser/ui/webui/settings/languages_handler.cc', 2039 'browser/ui/webui/settings/languages_handler.cc',
2040 'browser/ui/webui/settings/languages_handler.h', 2040 'browser/ui/webui/settings/languages_handler.h',
2041 'browser/ui/webui/settings/md_settings_localized_strings_provider.cc', 2041 'browser/ui/webui/settings/md_settings_localized_strings_provider.cc',
2042 'browser/ui/webui/settings/md_settings_localized_strings_provider.h', 2042 'browser/ui/webui/settings/md_settings_localized_strings_provider.h',
2043 'browser/ui/webui/settings/md_settings_ui.cc', 2043 'browser/ui/webui/settings/md_settings_ui.cc',
2044 'browser/ui/webui/settings/md_settings_ui.h', 2044 'browser/ui/webui/settings/md_settings_ui.h',
2045 'browser/ui/webui/settings/settings_media_devices_selection_handler.cc',
michaelpg 2016/06/07 16:03:30 alpha. or removing the settings_ prefix ;-)
Finnur 2016/06/07 16:48:24 Leftovers from when the settings_ prefix wasn't ap
2046 'browser/ui/webui/settings/settings_media_devices_selection_handler.h',
2045 'browser/ui/webui/settings/people_handler.cc', 2047 'browser/ui/webui/settings/people_handler.cc',
2046 'browser/ui/webui/settings/people_handler.h', 2048 'browser/ui/webui/settings/people_handler.h',
2047 'browser/ui/webui/settings/profile_info_handler.cc', 2049 'browser/ui/webui/settings/profile_info_handler.cc',
2048 'browser/ui/webui/settings/profile_info_handler.h', 2050 'browser/ui/webui/settings/profile_info_handler.h',
2049 'browser/ui/webui/settings/reset_settings_handler.cc', 2051 'browser/ui/webui/settings/reset_settings_handler.cc',
2050 'browser/ui/webui/settings/reset_settings_handler.h', 2052 'browser/ui/webui/settings/reset_settings_handler.h',
2051 'browser/ui/webui/settings/search_engines_handler.cc', 2053 'browser/ui/webui/settings/search_engines_handler.cc',
2052 'browser/ui/webui/settings/search_engines_handler.h', 2054 'browser/ui/webui/settings/search_engines_handler.h',
2053 'browser/ui/webui/settings/settings_clear_browsing_data_handler.cc', 2055 'browser/ui/webui/settings/settings_clear_browsing_data_handler.cc',
2054 'browser/ui/webui/settings/settings_clear_browsing_data_handler.h', 2056 'browser/ui/webui/settings/settings_clear_browsing_data_handler.h',
(...skipping 1290 matching lines...) Expand 10 before | Expand all | Expand 10 after
3345 ], 3347 ],
3346 'sources': [ 3348 'sources': [
3347 '<@(chrome_browser_ui_non_mobile_sources)', 3349 '<@(chrome_browser_ui_non_mobile_sources)',
3348 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3350 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3349 ], 3351 ],
3350 }], 3352 }],
3351 ], 3353 ],
3352 }, 3354 },
3353 ], 3355 ],
3354 } 3356 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698