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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1753653002: MD Settings: First half of Device > Keyboard sub-page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missed one 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 1987 matching lines...) Expand 10 before | Expand all | Expand 10 after
1998 'browser/ui/webui/quota_internals/quota_internals_proxy.cc', 1998 'browser/ui/webui/quota_internals/quota_internals_proxy.cc',
1999 'browser/ui/webui/quota_internals/quota_internals_proxy.h', 1999 'browser/ui/webui/quota_internals/quota_internals_proxy.h',
2000 'browser/ui/webui/quota_internals/quota_internals_types.cc', 2000 'browser/ui/webui/quota_internals/quota_internals_types.cc',
2001 'browser/ui/webui/quota_internals/quota_internals_types.h', 2001 'browser/ui/webui/quota_internals/quota_internals_types.h',
2002 'browser/ui/webui/quota_internals/quota_internals_ui.cc', 2002 'browser/ui/webui/quota_internals/quota_internals_ui.cc',
2003 'browser/ui/webui/quota_internals/quota_internals_ui.h', 2003 'browser/ui/webui/quota_internals/quota_internals_ui.h',
2004 'browser/ui/webui/settings/appearance_handler.cc', 2004 'browser/ui/webui/settings/appearance_handler.cc',
2005 'browser/ui/webui/settings/appearance_handler.h', 2005 'browser/ui/webui/settings/appearance_handler.h',
2006 'browser/ui/webui/settings/chromeos/change_picture_handler.cc', 2006 'browser/ui/webui/settings/chromeos/change_picture_handler.cc',
2007 'browser/ui/webui/settings/chromeos/change_picture_handler.h', 2007 'browser/ui/webui/settings/chromeos/change_picture_handler.h',
2008 'browser/ui/webui/settings/chromeos/device_keyboard_handler.cc',
2009 'browser/ui/webui/settings/chromeos/device_keyboard_handler.h',
2008 'browser/ui/webui/settings/chromeos/easy_unlock_settings_handler.cc', 2010 'browser/ui/webui/settings/chromeos/easy_unlock_settings_handler.cc',
2009 'browser/ui/webui/settings/chromeos/easy_unlock_settings_handler.h', 2011 'browser/ui/webui/settings/chromeos/easy_unlock_settings_handler.h',
2010 'browser/ui/webui/settings/downloads_handler.cc', 2012 'browser/ui/webui/settings/downloads_handler.cc',
2011 'browser/ui/webui/settings/downloads_handler.h', 2013 'browser/ui/webui/settings/downloads_handler.h',
2012 'browser/ui/webui/settings/font_handler.cc', 2014 'browser/ui/webui/settings/font_handler.cc',
2013 'browser/ui/webui/settings/font_handler.h', 2015 'browser/ui/webui/settings/font_handler.h',
2014 'browser/ui/webui/settings/languages_handler.cc', 2016 'browser/ui/webui/settings/languages_handler.cc',
2015 'browser/ui/webui/settings/languages_handler.h', 2017 'browser/ui/webui/settings/languages_handler.h',
2016 'browser/ui/webui/settings/md_settings_localized_strings_provider.cc', 2018 'browser/ui/webui/settings/md_settings_localized_strings_provider.cc',
2017 'browser/ui/webui/settings/md_settings_localized_strings_provider.h', 2019 'browser/ui/webui/settings/md_settings_localized_strings_provider.h',
(...skipping 1340 matching lines...) Expand 10 before | Expand all | Expand 10 after
3358 ], 3360 ],
3359 'sources': [ 3361 'sources': [
3360 '<@(chrome_browser_ui_non_mobile_sources)', 3362 '<@(chrome_browser_ui_non_mobile_sources)',
3361 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3363 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3362 ], 3364 ],
3363 }], 3365 }],
3364 ], 3366 ],
3365 }, 3367 },
3366 ], 3368 ],
3367 } 3369 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/settings/md_settings_ui.cc ('k') | chrome/test/data/webui/settings/cr_settings_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698