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 1960 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1971 'browser/ui/webui/quota_internals/quota_internals_handler.cc', | 1971 'browser/ui/webui/quota_internals/quota_internals_handler.cc', |
1972 'browser/ui/webui/quota_internals/quota_internals_handler.h', | 1972 'browser/ui/webui/quota_internals/quota_internals_handler.h', |
1973 'browser/ui/webui/quota_internals/quota_internals_proxy.cc', | 1973 'browser/ui/webui/quota_internals/quota_internals_proxy.cc', |
1974 'browser/ui/webui/quota_internals/quota_internals_proxy.h', | 1974 'browser/ui/webui/quota_internals/quota_internals_proxy.h', |
1975 'browser/ui/webui/quota_internals/quota_internals_types.cc', | 1975 'browser/ui/webui/quota_internals/quota_internals_types.cc', |
1976 'browser/ui/webui/quota_internals/quota_internals_types.h', | 1976 'browser/ui/webui/quota_internals/quota_internals_types.h', |
1977 'browser/ui/webui/quota_internals/quota_internals_ui.cc', | 1977 'browser/ui/webui/quota_internals/quota_internals_ui.cc', |
1978 'browser/ui/webui/quota_internals/quota_internals_ui.h', | 1978 'browser/ui/webui/quota_internals/quota_internals_ui.h', |
1979 'browser/ui/webui/settings/appearance_handler.cc', | 1979 'browser/ui/webui/settings/appearance_handler.cc', |
1980 'browser/ui/webui/settings/appearance_handler.h', | 1980 'browser/ui/webui/settings/appearance_handler.h', |
| 1981 'browser/ui/webui/settings/chromeos/change_picture_handler.cc', |
| 1982 'browser/ui/webui/settings/chromeos/change_picture_handler.h', |
1981 'browser/ui/webui/settings/downloads_handler.cc', | 1983 'browser/ui/webui/settings/downloads_handler.cc', |
1982 'browser/ui/webui/settings/downloads_handler.h', | 1984 'browser/ui/webui/settings/downloads_handler.h', |
1983 'browser/ui/webui/settings/font_handler.cc', | 1985 'browser/ui/webui/settings/font_handler.cc', |
1984 'browser/ui/webui/settings/font_handler.h', | 1986 'browser/ui/webui/settings/font_handler.h', |
1985 'browser/ui/webui/settings/languages_handler.cc', | 1987 'browser/ui/webui/settings/languages_handler.cc', |
1986 'browser/ui/webui/settings/languages_handler.h', | 1988 'browser/ui/webui/settings/languages_handler.h', |
1987 'browser/ui/webui/settings/md_settings_localized_strings_provider.cc', | 1989 'browser/ui/webui/settings/md_settings_localized_strings_provider.cc', |
1988 'browser/ui/webui/settings/md_settings_localized_strings_provider.h', | 1990 'browser/ui/webui/settings/md_settings_localized_strings_provider.h', |
1989 'browser/ui/webui/settings/md_settings_ui.cc', | 1991 'browser/ui/webui/settings/md_settings_ui.cc', |
1990 'browser/ui/webui/settings/md_settings_ui.h', | 1992 'browser/ui/webui/settings/md_settings_ui.h', |
(...skipping 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3322 ], | 3324 ], |
3323 'sources': [ | 3325 'sources': [ |
3324 '<@(chrome_browser_ui_non_mobile_sources)', | 3326 '<@(chrome_browser_ui_non_mobile_sources)', |
3325 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3327 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3326 ], | 3328 ], |
3327 }], | 3329 }], |
3328 ], | 3330 ], |
3329 }, | 3331 }, |
3330 ], | 3332 ], |
3331 } | 3333 } |
OLD | NEW |