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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2131953002: Site Settings Desktop: Implement protocol handler section. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 4 years, 5 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
« no previous file with comments | « chrome/browser/ui/webui/settings/protocol_handlers_handler.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2042 matching lines...) Expand 10 before | Expand all | Expand 10 after
2053 'browser/ui/webui/settings/languages_handler.cc', 2053 'browser/ui/webui/settings/languages_handler.cc',
2054 'browser/ui/webui/settings/languages_handler.h', 2054 'browser/ui/webui/settings/languages_handler.h',
2055 'browser/ui/webui/settings/md_settings_localized_strings_provider.cc', 2055 'browser/ui/webui/settings/md_settings_localized_strings_provider.cc',
2056 'browser/ui/webui/settings/md_settings_localized_strings_provider.h', 2056 'browser/ui/webui/settings/md_settings_localized_strings_provider.h',
2057 'browser/ui/webui/settings/md_settings_ui.cc', 2057 'browser/ui/webui/settings/md_settings_ui.cc',
2058 'browser/ui/webui/settings/md_settings_ui.h', 2058 'browser/ui/webui/settings/md_settings_ui.h',
2059 'browser/ui/webui/settings/people_handler.cc', 2059 'browser/ui/webui/settings/people_handler.cc',
2060 'browser/ui/webui/settings/people_handler.h', 2060 'browser/ui/webui/settings/people_handler.h',
2061 'browser/ui/webui/settings/profile_info_handler.cc', 2061 'browser/ui/webui/settings/profile_info_handler.cc',
2062 'browser/ui/webui/settings/profile_info_handler.h', 2062 'browser/ui/webui/settings/profile_info_handler.h',
2063 'browser/ui/webui/settings/protocol_handlers_handler.cc',
2064 'browser/ui/webui/settings/protocol_handlers_handler.h',
2063 'browser/ui/webui/settings/reset_settings_handler.cc', 2065 'browser/ui/webui/settings/reset_settings_handler.cc',
2064 'browser/ui/webui/settings/reset_settings_handler.h', 2066 'browser/ui/webui/settings/reset_settings_handler.h',
2065 'browser/ui/webui/settings/search_engines_handler.cc', 2067 'browser/ui/webui/settings/search_engines_handler.cc',
2066 'browser/ui/webui/settings/search_engines_handler.h', 2068 'browser/ui/webui/settings/search_engines_handler.h',
2067 'browser/ui/webui/settings/settings_clear_browsing_data_handler.cc', 2069 'browser/ui/webui/settings/settings_clear_browsing_data_handler.cc',
2068 'browser/ui/webui/settings/settings_clear_browsing_data_handler.h', 2070 'browser/ui/webui/settings/settings_clear_browsing_data_handler.h',
2069 'browser/ui/webui/settings/settings_manage_profile_handler.cc', 2071 'browser/ui/webui/settings/settings_manage_profile_handler.cc',
2070 'browser/ui/webui/settings/settings_manage_profile_handler.h', 2072 'browser/ui/webui/settings/settings_manage_profile_handler.h',
2071 'browser/ui/webui/settings/settings_media_devices_selection_handler.cc', 2073 'browser/ui/webui/settings/settings_media_devices_selection_handler.cc',
2072 'browser/ui/webui/settings/settings_media_devices_selection_handler.h', 2074 'browser/ui/webui/settings/settings_media_devices_selection_handler.h',
(...skipping 1296 matching lines...) Expand 10 before | Expand all | Expand 10 after
3369 ], 3371 ],
3370 'sources': [ 3372 'sources': [
3371 '<@(chrome_browser_ui_non_mobile_sources)', 3373 '<@(chrome_browser_ui_non_mobile_sources)',
3372 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3374 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3373 ], 3375 ],
3374 }], 3376 }],
3375 ], 3377 ],
3376 }, 3378 },
3377 ], 3379 ],
3378 } 3380 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/settings/protocol_handlers_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698