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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1785833002: Add 5 experimental accessibility features on Chrome OS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ported to md-settings too 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_handler.cc', 1998 'browser/ui/webui/quota_internals/quota_internals_handler.cc',
1999 'browser/ui/webui/quota_internals/quota_internals_handler.h', 1999 'browser/ui/webui/quota_internals/quota_internals_handler.h',
2000 'browser/ui/webui/quota_internals/quota_internals_proxy.cc', 2000 'browser/ui/webui/quota_internals/quota_internals_proxy.cc',
2001 'browser/ui/webui/quota_internals/quota_internals_proxy.h', 2001 'browser/ui/webui/quota_internals/quota_internals_proxy.h',
2002 'browser/ui/webui/quota_internals/quota_internals_types.cc', 2002 'browser/ui/webui/quota_internals/quota_internals_types.cc',
2003 'browser/ui/webui/quota_internals/quota_internals_types.h', 2003 'browser/ui/webui/quota_internals/quota_internals_types.h',
2004 'browser/ui/webui/quota_internals/quota_internals_ui.cc', 2004 'browser/ui/webui/quota_internals/quota_internals_ui.cc',
2005 'browser/ui/webui/quota_internals/quota_internals_ui.h', 2005 'browser/ui/webui/quota_internals/quota_internals_ui.h',
2006 'browser/ui/webui/settings/appearance_handler.cc', 2006 'browser/ui/webui/settings/appearance_handler.cc',
2007 'browser/ui/webui/settings/appearance_handler.h', 2007 'browser/ui/webui/settings/appearance_handler.h',
2008 'browser/ui/webui/settings/chromeos/a11y_handler.cc',
2009 'browser/ui/webui/settings/chromeos/a11y_handler.h',
2008 'browser/ui/webui/settings/chromeos/change_picture_handler.cc', 2010 'browser/ui/webui/settings/chromeos/change_picture_handler.cc',
2009 'browser/ui/webui/settings/chromeos/change_picture_handler.h', 2011 'browser/ui/webui/settings/chromeos/change_picture_handler.h',
2010 'browser/ui/webui/settings/chromeos/device_keyboard_handler.cc', 2012 'browser/ui/webui/settings/chromeos/device_keyboard_handler.cc',
2011 'browser/ui/webui/settings/chromeos/device_keyboard_handler.h', 2013 'browser/ui/webui/settings/chromeos/device_keyboard_handler.h',
2012 'browser/ui/webui/settings/chromeos/easy_unlock_settings_handler.cc', 2014 'browser/ui/webui/settings/chromeos/easy_unlock_settings_handler.cc',
2013 'browser/ui/webui/settings/chromeos/easy_unlock_settings_handler.h', 2015 'browser/ui/webui/settings/chromeos/easy_unlock_settings_handler.h',
2014 'browser/ui/webui/settings/downloads_handler.cc', 2016 'browser/ui/webui/settings/downloads_handler.cc',
2015 'browser/ui/webui/settings/downloads_handler.h', 2017 'browser/ui/webui/settings/downloads_handler.h',
2016 'browser/ui/webui/settings/font_handler.cc', 2018 'browser/ui/webui/settings/font_handler.cc',
2017 'browser/ui/webui/settings/font_handler.h', 2019 'browser/ui/webui/settings/font_handler.h',
(...skipping 1348 matching lines...) Expand 10 before | Expand all | Expand 10 after
3366 ], 3368 ],
3367 'sources': [ 3369 'sources': [
3368 '<@(chrome_browser_ui_non_mobile_sources)', 3370 '<@(chrome_browser_ui_non_mobile_sources)',
3369 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3371 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3370 ], 3372 ],
3371 }], 3373 }],
3372 ], 3374 ],
3373 }, 3375 },
3374 ], 3376 ],
3375 } 3377 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698