| 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 1880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1891 'browser/ui/webui/options/startup_pages_handler.cc', | 1891 'browser/ui/webui/options/startup_pages_handler.cc', |
| 1892 'browser/ui/webui/options/startup_pages_handler.h', | 1892 'browser/ui/webui/options/startup_pages_handler.h', |
| 1893 'browser/ui/webui/options/supervised_user_create_confirm_handler.cc', | 1893 'browser/ui/webui/options/supervised_user_create_confirm_handler.cc', |
| 1894 'browser/ui/webui/options/supervised_user_create_confirm_handler.h', | 1894 'browser/ui/webui/options/supervised_user_create_confirm_handler.h', |
| 1895 'browser/ui/webui/options/supervised_user_import_handler.cc', | 1895 'browser/ui/webui/options/supervised_user_import_handler.cc', |
| 1896 'browser/ui/webui/options/supervised_user_import_handler.h', | 1896 'browser/ui/webui/options/supervised_user_import_handler.h', |
| 1897 'browser/ui/webui/options/supervised_user_learn_more_handler.cc', | 1897 'browser/ui/webui/options/supervised_user_learn_more_handler.cc', |
| 1898 'browser/ui/webui/options/supervised_user_learn_more_handler.h', | 1898 'browser/ui/webui/options/supervised_user_learn_more_handler.h', |
| 1899 'browser/ui/webui/options/sync_setup_handler.cc', | 1899 'browser/ui/webui/options/sync_setup_handler.cc', |
| 1900 'browser/ui/webui/options/sync_setup_handler.h', | 1900 'browser/ui/webui/options/sync_setup_handler.h', |
| 1901 'browser/ui/webui/options/website_settings_handler.cc', | |
| 1902 'browser/ui/webui/options/website_settings_handler.h', | |
| 1903 'browser/ui/webui/plugins_ui.cc', | 1901 'browser/ui/webui/plugins_ui.cc', |
| 1904 'browser/ui/webui/plugins_ui.h', | 1902 'browser/ui/webui/plugins_ui.h', |
| 1905 'browser/ui/webui/profile_info_watcher.cc', | 1903 'browser/ui/webui/profile_info_watcher.cc', |
| 1906 'browser/ui/webui/profile_info_watcher.h', | 1904 'browser/ui/webui/profile_info_watcher.h', |
| 1907 'browser/ui/webui/quota_internals/quota_internals_handler.cc', | 1905 'browser/ui/webui/quota_internals/quota_internals_handler.cc', |
| 1908 'browser/ui/webui/quota_internals/quota_internals_handler.h', | 1906 'browser/ui/webui/quota_internals/quota_internals_handler.h', |
| 1909 'browser/ui/webui/quota_internals/quota_internals_proxy.cc', | 1907 'browser/ui/webui/quota_internals/quota_internals_proxy.cc', |
| 1910 'browser/ui/webui/quota_internals/quota_internals_proxy.h', | 1908 'browser/ui/webui/quota_internals/quota_internals_proxy.h', |
| 1911 'browser/ui/webui/quota_internals/quota_internals_types.cc', | 1909 'browser/ui/webui/quota_internals/quota_internals_types.cc', |
| 1912 'browser/ui/webui/quota_internals/quota_internals_types.h', | 1910 'browser/ui/webui/quota_internals/quota_internals_types.h', |
| (...skipping 1272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3185 ], | 3183 ], |
| 3186 'sources': [ | 3184 'sources': [ |
| 3187 '<@(chrome_browser_ui_non_mobile_sources)', | 3185 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3188 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3186 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3189 ], | 3187 ], |
| 3190 }], | 3188 }], |
| 3191 ], | 3189 ], |
| 3192 }, | 3190 }, |
| 3193 ], | 3191 ], |
| 3194 } | 3192 } |
| OLD | NEW |