| 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 1791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1802 'browser/ui/webui/ntp/new_tab_page_handler.h', | 1802 'browser/ui/webui/ntp/new_tab_page_handler.h', |
| 1803 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', | 1803 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', |
| 1804 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', | 1804 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', |
| 1805 'browser/ui/webui/ntp/new_tab_ui.cc', | 1805 'browser/ui/webui/ntp/new_tab_ui.cc', |
| 1806 'browser/ui/webui/ntp/new_tab_ui.h', | 1806 'browser/ui/webui/ntp/new_tab_ui.h', |
| 1807 'browser/ui/webui/ntp/ntp_resource_cache.cc', | 1807 'browser/ui/webui/ntp/ntp_resource_cache.cc', |
| 1808 'browser/ui/webui/ntp/ntp_resource_cache.h', | 1808 'browser/ui/webui/ntp/ntp_resource_cache.h', |
| 1809 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', | 1809 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', |
| 1810 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', | 1810 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', |
| 1811 'browser/ui/webui/ntp/ntp_stats.h', | 1811 'browser/ui/webui/ntp/ntp_stats.h', |
| 1812 'browser/ui/webui/policy_indicator_localized_strings_provider.cc', |
| 1813 'browser/ui/webui/policy_indicator_localized_strings_provider.h', |
| 1812 'browser/ui/webui/options/advanced_options_utils.h', | 1814 'browser/ui/webui/options/advanced_options_utils.h', |
| 1813 'browser/ui/webui/options/advanced_options_utils_linux.cc', | 1815 'browser/ui/webui/options/advanced_options_utils_linux.cc', |
| 1814 'browser/ui/webui/options/advanced_options_utils_mac.mm', | 1816 'browser/ui/webui/options/advanced_options_utils_mac.mm', |
| 1815 'browser/ui/webui/options/advanced_options_utils_win.cc', | 1817 'browser/ui/webui/options/advanced_options_utils_win.cc', |
| 1816 'browser/ui/webui/options/autofill_options_handler.cc', | 1818 'browser/ui/webui/options/autofill_options_handler.cc', |
| 1817 'browser/ui/webui/options/autofill_options_handler.h', | 1819 'browser/ui/webui/options/autofill_options_handler.h', |
| 1818 'browser/ui/webui/options/automatic_settings_reset_handler.cc', | 1820 'browser/ui/webui/options/automatic_settings_reset_handler.cc', |
| 1819 'browser/ui/webui/options/automatic_settings_reset_handler.h', | 1821 'browser/ui/webui/options/automatic_settings_reset_handler.h', |
| 1820 'browser/ui/webui/options/browser_options_handler.cc', | 1822 'browser/ui/webui/options/browser_options_handler.cc', |
| 1821 'browser/ui/webui/options/browser_options_handler.h', | 1823 'browser/ui/webui/options/browser_options_handler.h', |
| (...skipping 1397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3219 ], | 3221 ], |
| 3220 'sources': [ | 3222 'sources': [ |
| 3221 '<@(chrome_browser_ui_non_mobile_sources)', | 3223 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3222 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3224 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3223 ], | 3225 ], |
| 3224 }], | 3226 }], |
| 3225 ], | 3227 ], |
| 3226 }, | 3228 }, |
| 3227 ], | 3229 ], |
| 3228 } | 3230 } |
| OLD | NEW |