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 1916 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1927 'browser/ui/webui/quota_internals/quota_internals_proxy.cc', | 1927 'browser/ui/webui/quota_internals/quota_internals_proxy.cc', |
1928 'browser/ui/webui/quota_internals/quota_internals_proxy.h', | 1928 'browser/ui/webui/quota_internals/quota_internals_proxy.h', |
1929 'browser/ui/webui/quota_internals/quota_internals_types.cc', | 1929 'browser/ui/webui/quota_internals/quota_internals_types.cc', |
1930 'browser/ui/webui/quota_internals/quota_internals_types.h', | 1930 'browser/ui/webui/quota_internals/quota_internals_types.h', |
1931 'browser/ui/webui/quota_internals/quota_internals_ui.cc', | 1931 'browser/ui/webui/quota_internals/quota_internals_ui.cc', |
1932 'browser/ui/webui/quota_internals/quota_internals_ui.h', | 1932 'browser/ui/webui/quota_internals/quota_internals_ui.h', |
1933 'browser/ui/webui/settings/appearance_handler.cc', | 1933 'browser/ui/webui/settings/appearance_handler.cc', |
1934 'browser/ui/webui/settings/appearance_handler.h', | 1934 'browser/ui/webui/settings/appearance_handler.h', |
1935 'browser/ui/webui/settings/downloads_handler.cc', | 1935 'browser/ui/webui/settings/downloads_handler.cc', |
1936 'browser/ui/webui/settings/downloads_handler.h', | 1936 'browser/ui/webui/settings/downloads_handler.h', |
| 1937 'browser/ui/webui/settings/font_handler.cc', |
| 1938 'browser/ui/webui/settings/font_handler.h', |
1937 'browser/ui/webui/settings/languages_handler.cc', | 1939 'browser/ui/webui/settings/languages_handler.cc', |
1938 'browser/ui/webui/settings/languages_handler.h', | 1940 'browser/ui/webui/settings/languages_handler.h', |
1939 'browser/ui/webui/settings/md_settings_localized_strings_provider.cc', | 1941 'browser/ui/webui/settings/md_settings_localized_strings_provider.cc', |
1940 'browser/ui/webui/settings/md_settings_localized_strings_provider.h', | 1942 'browser/ui/webui/settings/md_settings_localized_strings_provider.h', |
1941 'browser/ui/webui/settings/md_settings_ui.cc', | 1943 'browser/ui/webui/settings/md_settings_ui.cc', |
1942 'browser/ui/webui/settings/md_settings_ui.h', | 1944 'browser/ui/webui/settings/md_settings_ui.h', |
1943 'browser/ui/webui/settings/settings_clear_browsing_data_handler.cc', | 1945 'browser/ui/webui/settings/settings_clear_browsing_data_handler.cc', |
1944 'browser/ui/webui/settings/settings_clear_browsing_data_handler.h', | 1946 'browser/ui/webui/settings/settings_clear_browsing_data_handler.h', |
1945 'browser/ui/webui/settings/settings_default_browser_handler.cc', | 1947 'browser/ui/webui/settings/settings_default_browser_handler.cc', |
1946 'browser/ui/webui/settings/settings_default_browser_handler.h', | 1948 'browser/ui/webui/settings/settings_default_browser_handler.h', |
(...skipping 1291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3238 ], | 3240 ], |
3239 'sources': [ | 3241 'sources': [ |
3240 '<@(chrome_browser_ui_non_mobile_sources)', | 3242 '<@(chrome_browser_ui_non_mobile_sources)', |
3241 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3243 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3242 ], | 3244 ], |
3243 }], | 3245 }], |
3244 ], | 3246 ], |
3245 }, | 3247 }, |
3246 ], | 3248 ], |
3247 } | 3249 } |
OLD | NEW |