OLD | NEW |
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 1981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1992 'browser/ui/webui/quota_internals/quota_internals_proxy.cc', | 1992 'browser/ui/webui/quota_internals/quota_internals_proxy.cc', |
1993 'browser/ui/webui/quota_internals/quota_internals_proxy.h', | 1993 'browser/ui/webui/quota_internals/quota_internals_proxy.h', |
1994 'browser/ui/webui/quota_internals/quota_internals_types.cc', | 1994 'browser/ui/webui/quota_internals/quota_internals_types.cc', |
1995 'browser/ui/webui/quota_internals/quota_internals_types.h', | 1995 'browser/ui/webui/quota_internals/quota_internals_types.h', |
1996 'browser/ui/webui/quota_internals/quota_internals_ui.cc', | 1996 'browser/ui/webui/quota_internals/quota_internals_ui.cc', |
1997 'browser/ui/webui/quota_internals/quota_internals_ui.h', | 1997 'browser/ui/webui/quota_internals/quota_internals_ui.h', |
1998 'browser/ui/webui/settings/appearance_handler.cc', | 1998 'browser/ui/webui/settings/appearance_handler.cc', |
1999 'browser/ui/webui/settings/appearance_handler.h', | 1999 'browser/ui/webui/settings/appearance_handler.h', |
2000 'browser/ui/webui/settings/chromeos/change_picture_handler.cc', | 2000 'browser/ui/webui/settings/chromeos/change_picture_handler.cc', |
2001 'browser/ui/webui/settings/chromeos/change_picture_handler.h', | 2001 'browser/ui/webui/settings/chromeos/change_picture_handler.h', |
| 2002 'browser/ui/webui/settings/chromeos/keyboard_handler.cc', |
| 2003 'browser/ui/webui/settings/chromeos/keyboard_handler.h', |
2002 'browser/ui/webui/settings/downloads_handler.cc', | 2004 'browser/ui/webui/settings/downloads_handler.cc', |
2003 'browser/ui/webui/settings/downloads_handler.h', | 2005 'browser/ui/webui/settings/downloads_handler.h', |
2004 'browser/ui/webui/settings/font_handler.cc', | 2006 'browser/ui/webui/settings/font_handler.cc', |
2005 'browser/ui/webui/settings/font_handler.h', | 2007 'browser/ui/webui/settings/font_handler.h', |
2006 'browser/ui/webui/settings/languages_handler.cc', | 2008 'browser/ui/webui/settings/languages_handler.cc', |
2007 'browser/ui/webui/settings/languages_handler.h', | 2009 'browser/ui/webui/settings/languages_handler.h', |
2008 'browser/ui/webui/settings/md_settings_localized_strings_provider.cc', | 2010 'browser/ui/webui/settings/md_settings_localized_strings_provider.cc', |
2009 'browser/ui/webui/settings/md_settings_localized_strings_provider.h', | 2011 'browser/ui/webui/settings/md_settings_localized_strings_provider.h', |
2010 'browser/ui/webui/settings/md_settings_ui.cc', | 2012 'browser/ui/webui/settings/md_settings_ui.cc', |
2011 'browser/ui/webui/settings/md_settings_ui.h', | 2013 'browser/ui/webui/settings/md_settings_ui.h', |
(...skipping 1338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3350 ], | 3352 ], |
3351 'sources': [ | 3353 'sources': [ |
3352 '<@(chrome_browser_ui_non_mobile_sources)', | 3354 '<@(chrome_browser_ui_non_mobile_sources)', |
3353 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3355 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3354 ], | 3356 ], |
3355 }], | 3357 }], |
3356 ], | 3358 ], |
3357 }, | 3359 }, |
3358 ], | 3360 ], |
3359 } | 3361 } |
OLD | NEW |