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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1418803004: MD Settings: Migrating C++ handlers for profile reset page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: renaming handler to to fix GN build Created 5 years, 1 month 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/reset_settings_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 1939 matching lines...) Expand 10 before | Expand all | Expand 10 after
1950 'browser/ui/webui/settings/downloads_handler.cc', 1950 'browser/ui/webui/settings/downloads_handler.cc',
1951 'browser/ui/webui/settings/downloads_handler.h', 1951 'browser/ui/webui/settings/downloads_handler.h',
1952 'browser/ui/webui/settings/font_handler.cc', 1952 'browser/ui/webui/settings/font_handler.cc',
1953 'browser/ui/webui/settings/font_handler.h', 1953 'browser/ui/webui/settings/font_handler.h',
1954 'browser/ui/webui/settings/languages_handler.cc', 1954 'browser/ui/webui/settings/languages_handler.cc',
1955 'browser/ui/webui/settings/languages_handler.h', 1955 'browser/ui/webui/settings/languages_handler.h',
1956 'browser/ui/webui/settings/md_settings_localized_strings_provider.cc', 1956 'browser/ui/webui/settings/md_settings_localized_strings_provider.cc',
1957 'browser/ui/webui/settings/md_settings_localized_strings_provider.h', 1957 'browser/ui/webui/settings/md_settings_localized_strings_provider.h',
1958 'browser/ui/webui/settings/md_settings_ui.cc', 1958 'browser/ui/webui/settings/md_settings_ui.cc',
1959 'browser/ui/webui/settings/md_settings_ui.h', 1959 'browser/ui/webui/settings/md_settings_ui.h',
1960 'browser/ui/webui/settings/reset_settings_handler.cc',
1961 'browser/ui/webui/settings/reset_settings_handler.h',
1960 'browser/ui/webui/settings/settings_clear_browsing_data_handler.cc', 1962 'browser/ui/webui/settings/settings_clear_browsing_data_handler.cc',
1961 'browser/ui/webui/settings/settings_clear_browsing_data_handler.h', 1963 'browser/ui/webui/settings/settings_clear_browsing_data_handler.h',
1962 'browser/ui/webui/settings/settings_default_browser_handler.cc', 1964 'browser/ui/webui/settings/settings_default_browser_handler.cc',
1963 'browser/ui/webui/settings/settings_default_browser_handler.h', 1965 'browser/ui/webui/settings/settings_default_browser_handler.h',
1964 'browser/ui/webui/settings/settings_startup_pages_handler.cc', 1966 'browser/ui/webui/settings/settings_startup_pages_handler.cc',
1965 'browser/ui/webui/settings/settings_startup_pages_handler.h', 1967 'browser/ui/webui/settings/settings_startup_pages_handler.h',
1966 'browser/ui/webui/settings/sync_handler.cc', 1968 'browser/ui/webui/settings/sync_handler.cc',
1967 'browser/ui/webui/settings/sync_handler.h', 1969 'browser/ui/webui/settings/sync_handler.h',
1968 'browser/ui/webui/signin/inline_login_handler.cc', 1970 'browser/ui/webui/signin/inline_login_handler.cc',
1969 'browser/ui/webui/signin/inline_login_handler.h', 1971 'browser/ui/webui/signin/inline_login_handler.h',
(...skipping 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after
3270 ], 3272 ],
3271 'sources': [ 3273 'sources': [
3272 '<@(chrome_browser_ui_non_mobile_sources)', 3274 '<@(chrome_browser_ui_non_mobile_sources)',
3273 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3275 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3274 ], 3276 ],
3275 }], 3277 }],
3276 ], 3278 ],
3277 }, 3279 },
3278 ], 3280 ],
3279 } 3281 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/settings/reset_settings_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698