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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1789543003: MD Settings: move AdvancedOptionsUtilities to a settings-accessible place (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 1871 matching lines...) Expand 10 before | Expand all | Expand 10 after
1882 'browser/ui/webui/ntp/core_app_launcher_handler.cc', 1882 'browser/ui/webui/ntp/core_app_launcher_handler.cc',
1883 'browser/ui/webui/ntp/core_app_launcher_handler.h', 1883 'browser/ui/webui/ntp/core_app_launcher_handler.h',
1884 'browser/ui/webui/ntp/favicon_webui_handler.cc', 1884 'browser/ui/webui/ntp/favicon_webui_handler.cc',
1885 'browser/ui/webui/ntp/favicon_webui_handler.h', 1885 'browser/ui/webui/ntp/favicon_webui_handler.h',
1886 'browser/ui/webui/ntp/new_tab_ui.cc', 1886 'browser/ui/webui/ntp/new_tab_ui.cc',
1887 'browser/ui/webui/ntp/new_tab_ui.h', 1887 'browser/ui/webui/ntp/new_tab_ui.h',
1888 'browser/ui/webui/ntp/ntp_resource_cache.cc', 1888 'browser/ui/webui/ntp/ntp_resource_cache.cc',
1889 'browser/ui/webui/ntp/ntp_resource_cache.h', 1889 'browser/ui/webui/ntp/ntp_resource_cache.h',
1890 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', 1890 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc',
1891 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', 1891 'browser/ui/webui/ntp/ntp_resource_cache_factory.h',
1892 'browser/ui/webui/options/advanced_options_utils.h',
1893 'browser/ui/webui/options/advanced_options_utils_linux.cc',
1894 'browser/ui/webui/options/advanced_options_utils_mac.mm',
1895 'browser/ui/webui/options/advanced_options_utils_win.cc',
1896 'browser/ui/webui/options/autofill_options_handler.cc', 1892 'browser/ui/webui/options/autofill_options_handler.cc',
1897 'browser/ui/webui/options/autofill_options_handler.h', 1893 'browser/ui/webui/options/autofill_options_handler.h',
1898 'browser/ui/webui/options/automatic_settings_reset_handler.cc', 1894 'browser/ui/webui/options/automatic_settings_reset_handler.cc',
1899 'browser/ui/webui/options/automatic_settings_reset_handler.h', 1895 'browser/ui/webui/options/automatic_settings_reset_handler.h',
1900 'browser/ui/webui/options/browser_options_handler.cc', 1896 'browser/ui/webui/options/browser_options_handler.cc',
1901 'browser/ui/webui/options/browser_options_handler.h', 1897 'browser/ui/webui/options/browser_options_handler.h',
1902 'browser/ui/webui/options/chromeos/accounts_options_handler.cc', 1898 'browser/ui/webui/options/chromeos/accounts_options_handler.cc',
1903 'browser/ui/webui/options/chromeos/accounts_options_handler.h', 1899 'browser/ui/webui/options/chromeos/accounts_options_handler.h',
1904 'browser/ui/webui/options/chromeos/bluetooth_options_handler.cc', 1900 'browser/ui/webui/options/chromeos/bluetooth_options_handler.cc',
1905 'browser/ui/webui/options/chromeos/bluetooth_options_handler.h', 1901 'browser/ui/webui/options/chromeos/bluetooth_options_handler.h',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
2032 'browser/ui/webui/settings/settings_manage_profile_handler.cc', 2028 'browser/ui/webui/settings/settings_manage_profile_handler.cc',
2033 'browser/ui/webui/settings/settings_manage_profile_handler.h', 2029 'browser/ui/webui/settings/settings_manage_profile_handler.h',
2034 'browser/ui/webui/settings/settings_page_ui_handler.cc', 2030 'browser/ui/webui/settings/settings_page_ui_handler.cc',
2035 'browser/ui/webui/settings/settings_page_ui_handler.h', 2031 'browser/ui/webui/settings/settings_page_ui_handler.h',
2036 'browser/ui/webui/settings/settings_startup_pages_handler.cc', 2032 'browser/ui/webui/settings/settings_startup_pages_handler.cc',
2037 'browser/ui/webui/settings/settings_startup_pages_handler.h', 2033 'browser/ui/webui/settings/settings_startup_pages_handler.h',
2038 'browser/ui/webui/settings/site_settings_handler.cc', 2034 'browser/ui/webui/settings/site_settings_handler.cc',
2039 'browser/ui/webui/settings/site_settings_handler.h', 2035 'browser/ui/webui/settings/site_settings_handler.h',
2040 'browser/ui/webui/settings/system_handler.cc', 2036 'browser/ui/webui/settings/system_handler.cc',
2041 'browser/ui/webui/settings/system_handler.h', 2037 'browser/ui/webui/settings/system_handler.h',
2038 'browser/ui/webui/settings_utils.h',
2039 'browser/ui/webui/settings_utils_linux.cc',
2040 'browser/ui/webui/settings_utils_mac.mm',
2041 'browser/ui/webui/settings_utils_win.cc',
2042 'browser/ui/webui/signin/get_auth_frame.cc', 2042 'browser/ui/webui/signin/get_auth_frame.cc',
2043 'browser/ui/webui/signin/get_auth_frame.h', 2043 'browser/ui/webui/signin/get_auth_frame.h',
2044 'browser/ui/webui/signin/login_ui_service.cc', 2044 'browser/ui/webui/signin/login_ui_service.cc',
2045 'browser/ui/webui/signin/login_ui_service.h', 2045 'browser/ui/webui/signin/login_ui_service.h',
2046 'browser/ui/webui/signin/login_ui_service_factory.cc', 2046 'browser/ui/webui/signin/login_ui_service_factory.cc',
2047 'browser/ui/webui/signin/login_ui_service_factory.h', 2047 'browser/ui/webui/signin/login_ui_service_factory.h',
2048 'browser/ui/webui/signin/profile_signin_confirmation_dialog.cc', 2048 'browser/ui/webui/signin/profile_signin_confirmation_dialog.cc',
2049 'browser/ui/webui/signin/profile_signin_confirmation_dialog.h', 2049 'browser/ui/webui/signin/profile_signin_confirmation_dialog.h',
2050 'browser/ui/webui/signin/profile_signin_confirmation_ui.cc', 2050 'browser/ui/webui/signin/profile_signin_confirmation_ui.cc',
2051 'browser/ui/webui/signin/profile_signin_confirmation_ui.h', 2051 'browser/ui/webui/signin/profile_signin_confirmation_ui.h',
(...skipping 1317 matching lines...) Expand 10 before | Expand all | Expand 10 after
3369 ], 3369 ],
3370 'sources': [ 3370 'sources': [
3371 '<@(chrome_browser_ui_non_mobile_sources)', 3371 '<@(chrome_browser_ui_non_mobile_sources)',
3372 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3372 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3373 ], 3373 ],
3374 }], 3374 }],
3375 ], 3375 ],
3376 }, 3376 },
3377 ], 3377 ],
3378 } 3378 }
OLDNEW
« chrome/browser/ui/webui/settings_utils.h ('K') | « chrome/browser/ui/webui/settings_utils_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698