| 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 2030 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2041 'browser/ui/webui/settings/appearance_handler.cc', | 2041 'browser/ui/webui/settings/appearance_handler.cc', |
| 2042 'browser/ui/webui/settings/appearance_handler.h', | 2042 'browser/ui/webui/settings/appearance_handler.h', |
| 2043 'browser/ui/webui/settings/browser_lifetime_handler.cc', | 2043 'browser/ui/webui/settings/browser_lifetime_handler.cc', |
| 2044 'browser/ui/webui/settings/browser_lifetime_handler.h', | 2044 'browser/ui/webui/settings/browser_lifetime_handler.h', |
| 2045 'browser/ui/webui/settings/chromeos/change_picture_handler.cc', | 2045 'browser/ui/webui/settings/chromeos/change_picture_handler.cc', |
| 2046 'browser/ui/webui/settings/chromeos/change_picture_handler.h', | 2046 'browser/ui/webui/settings/chromeos/change_picture_handler.h', |
| 2047 'browser/ui/webui/settings/chromeos/device_keyboard_handler.cc', | 2047 'browser/ui/webui/settings/chromeos/device_keyboard_handler.cc', |
| 2048 'browser/ui/webui/settings/chromeos/device_keyboard_handler.h', | 2048 'browser/ui/webui/settings/chromeos/device_keyboard_handler.h', |
| 2049 'browser/ui/webui/settings/chromeos/easy_unlock_settings_handler.cc', | 2049 'browser/ui/webui/settings/chromeos/easy_unlock_settings_handler.cc', |
| 2050 'browser/ui/webui/settings/chromeos/easy_unlock_settings_handler.h', | 2050 'browser/ui/webui/settings/chromeos/easy_unlock_settings_handler.h', |
| 2051 'browser/ui/webui/settings/settings_cookies_view_handler.cc', |
| 2052 'browser/ui/webui/settings/settings_cookies_view_handler.h', |
| 2051 'browser/ui/webui/settings/downloads_handler.cc', | 2053 'browser/ui/webui/settings/downloads_handler.cc', |
| 2052 'browser/ui/webui/settings/downloads_handler.h', | 2054 'browser/ui/webui/settings/downloads_handler.h', |
| 2053 'browser/ui/webui/settings/font_handler.cc', | 2055 'browser/ui/webui/settings/font_handler.cc', |
| 2054 'browser/ui/webui/settings/font_handler.h', | 2056 'browser/ui/webui/settings/font_handler.h', |
| 2055 'browser/ui/webui/settings/languages_handler.cc', | 2057 'browser/ui/webui/settings/languages_handler.cc', |
| 2056 'browser/ui/webui/settings/languages_handler.h', | 2058 'browser/ui/webui/settings/languages_handler.h', |
| 2057 'browser/ui/webui/settings/md_settings_localized_strings_provider.cc', | 2059 'browser/ui/webui/settings/md_settings_localized_strings_provider.cc', |
| 2058 'browser/ui/webui/settings/md_settings_localized_strings_provider.h', | 2060 'browser/ui/webui/settings/md_settings_localized_strings_provider.h', |
| 2059 'browser/ui/webui/settings/md_settings_ui.cc', | 2061 'browser/ui/webui/settings/md_settings_ui.cc', |
| 2060 'browser/ui/webui/settings/md_settings_ui.h', | 2062 'browser/ui/webui/settings/md_settings_ui.h', |
| (...skipping 1314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3375 ], | 3377 ], |
| 3376 'sources': [ | 3378 'sources': [ |
| 3377 '<@(chrome_browser_ui_non_mobile_sources)', | 3379 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3378 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3380 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3379 ], | 3381 ], |
| 3380 }], | 3382 }], |
| 3381 ], | 3383 ], |
| 3382 }, | 3384 }, |
| 3383 ], | 3385 ], |
| 3384 } | 3386 } |
| OLD | NEW |