| 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 1947 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1958 'browser/ui/webui/profile_info_watcher.cc', | 1958 'browser/ui/webui/profile_info_watcher.cc', |
| 1959 'browser/ui/webui/profile_info_watcher.h', | 1959 'browser/ui/webui/profile_info_watcher.h', |
| 1960 'browser/ui/webui/quota_internals/quota_internals_handler.cc', | 1960 'browser/ui/webui/quota_internals/quota_internals_handler.cc', |
| 1961 'browser/ui/webui/quota_internals/quota_internals_handler.h', | 1961 'browser/ui/webui/quota_internals/quota_internals_handler.h', |
| 1962 'browser/ui/webui/quota_internals/quota_internals_proxy.cc', | 1962 'browser/ui/webui/quota_internals/quota_internals_proxy.cc', |
| 1963 'browser/ui/webui/quota_internals/quota_internals_proxy.h', | 1963 'browser/ui/webui/quota_internals/quota_internals_proxy.h', |
| 1964 'browser/ui/webui/quota_internals/quota_internals_types.cc', | 1964 'browser/ui/webui/quota_internals/quota_internals_types.cc', |
| 1965 'browser/ui/webui/quota_internals/quota_internals_types.h', | 1965 'browser/ui/webui/quota_internals/quota_internals_types.h', |
| 1966 'browser/ui/webui/quota_internals/quota_internals_ui.cc', | 1966 'browser/ui/webui/quota_internals/quota_internals_ui.cc', |
| 1967 'browser/ui/webui/quota_internals/quota_internals_ui.h', | 1967 'browser/ui/webui/quota_internals/quota_internals_ui.h', |
| 1968 'browser/ui/webui/settings/about_handler.cc', |
| 1969 'browser/ui/webui/settings/about_handler.h', |
| 1968 'browser/ui/webui/settings/appearance_handler.cc', | 1970 'browser/ui/webui/settings/appearance_handler.cc', |
| 1969 'browser/ui/webui/settings/appearance_handler.h', | 1971 'browser/ui/webui/settings/appearance_handler.h', |
| 1970 'browser/ui/webui/settings/chromeos/change_picture_handler.cc', | 1972 'browser/ui/webui/settings/chromeos/change_picture_handler.cc', |
| 1971 'browser/ui/webui/settings/chromeos/change_picture_handler.h', | 1973 'browser/ui/webui/settings/chromeos/change_picture_handler.h', |
| 1972 'browser/ui/webui/settings/chromeos/device_keyboard_handler.cc', | 1974 'browser/ui/webui/settings/chromeos/device_keyboard_handler.cc', |
| 1973 'browser/ui/webui/settings/chromeos/device_keyboard_handler.h', | 1975 'browser/ui/webui/settings/chromeos/device_keyboard_handler.h', |
| 1974 'browser/ui/webui/settings/chromeos/easy_unlock_settings_handler.cc', | 1976 'browser/ui/webui/settings/chromeos/easy_unlock_settings_handler.cc', |
| 1975 'browser/ui/webui/settings/chromeos/easy_unlock_settings_handler.h', | 1977 'browser/ui/webui/settings/chromeos/easy_unlock_settings_handler.h', |
| 1976 'browser/ui/webui/settings/downloads_handler.cc', | 1978 'browser/ui/webui/settings/downloads_handler.cc', |
| 1977 'browser/ui/webui/settings/downloads_handler.h', | 1979 'browser/ui/webui/settings/downloads_handler.h', |
| (...skipping 1315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3293 ], | 3295 ], |
| 3294 'sources': [ | 3296 'sources': [ |
| 3295 '<@(chrome_browser_ui_non_mobile_sources)', | 3297 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3296 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3298 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3297 ], | 3299 ], |
| 3298 }], | 3300 }], |
| 3299 ], | 3301 ], |
| 3300 }, | 3302 }, |
| 3301 ], | 3303 ], |
| 3302 } | 3304 } |
| OLD | NEW |