| 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 2010 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2021 'browser/ui/webui/quota_internals/quota_internals_proxy.cc', | 2021 'browser/ui/webui/quota_internals/quota_internals_proxy.cc', |
| 2022 'browser/ui/webui/quota_internals/quota_internals_proxy.h', | 2022 'browser/ui/webui/quota_internals/quota_internals_proxy.h', |
| 2023 'browser/ui/webui/quota_internals/quota_internals_types.cc', | 2023 'browser/ui/webui/quota_internals/quota_internals_types.cc', |
| 2024 'browser/ui/webui/quota_internals/quota_internals_types.h', | 2024 'browser/ui/webui/quota_internals/quota_internals_types.h', |
| 2025 'browser/ui/webui/quota_internals/quota_internals_ui.cc', | 2025 'browser/ui/webui/quota_internals/quota_internals_ui.cc', |
| 2026 'browser/ui/webui/quota_internals/quota_internals_ui.h', | 2026 'browser/ui/webui/quota_internals/quota_internals_ui.h', |
| 2027 'browser/ui/webui/settings/about_handler.cc', | 2027 'browser/ui/webui/settings/about_handler.cc', |
| 2028 'browser/ui/webui/settings/about_handler.h', | 2028 'browser/ui/webui/settings/about_handler.h', |
| 2029 'browser/ui/webui/settings/appearance_handler.cc', | 2029 'browser/ui/webui/settings/appearance_handler.cc', |
| 2030 'browser/ui/webui/settings/appearance_handler.h', | 2030 'browser/ui/webui/settings/appearance_handler.h', |
| 2031 'browser/ui/webui/settings/browser_lifetime_handler.cc', |
| 2032 'browser/ui/webui/settings/browser_lifetime_handler.h', |
| 2031 'browser/ui/webui/settings/chromeos/change_picture_handler.cc', | 2033 'browser/ui/webui/settings/chromeos/change_picture_handler.cc', |
| 2032 'browser/ui/webui/settings/chromeos/change_picture_handler.h', | 2034 'browser/ui/webui/settings/chromeos/change_picture_handler.h', |
| 2033 'browser/ui/webui/settings/chromeos/device_keyboard_handler.cc', | 2035 'browser/ui/webui/settings/chromeos/device_keyboard_handler.cc', |
| 2034 'browser/ui/webui/settings/chromeos/device_keyboard_handler.h', | 2036 'browser/ui/webui/settings/chromeos/device_keyboard_handler.h', |
| 2035 'browser/ui/webui/settings/chromeos/easy_unlock_settings_handler.cc', | 2037 'browser/ui/webui/settings/chromeos/easy_unlock_settings_handler.cc', |
| 2036 'browser/ui/webui/settings/chromeos/easy_unlock_settings_handler.h', | 2038 'browser/ui/webui/settings/chromeos/easy_unlock_settings_handler.h', |
| 2037 'browser/ui/webui/settings/downloads_handler.cc', | 2039 'browser/ui/webui/settings/downloads_handler.cc', |
| 2038 'browser/ui/webui/settings/downloads_handler.h', | 2040 'browser/ui/webui/settings/downloads_handler.h', |
| 2039 'browser/ui/webui/settings/font_handler.cc', | 2041 'browser/ui/webui/settings/font_handler.cc', |
| 2040 'browser/ui/webui/settings/font_handler.h', | 2042 'browser/ui/webui/settings/font_handler.h', |
| (...skipping 1308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3349 ], | 3351 ], |
| 3350 'sources': [ | 3352 'sources': [ |
| 3351 '<@(chrome_browser_ui_non_mobile_sources)', | 3353 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3352 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3354 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3353 ], | 3355 ], |
| 3354 }], | 3356 }], |
| 3355 ], | 3357 ], |
| 3356 }, | 3358 }, |
| 3357 ], | 3359 ], |
| 3358 } | 3360 } |
| OLD | NEW |