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 1771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1782 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', | 1782 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', |
1783 'browser/ui/webui/ntp/new_tab_ui.cc', | 1783 'browser/ui/webui/ntp/new_tab_ui.cc', |
1784 'browser/ui/webui/ntp/new_tab_ui.h', | 1784 'browser/ui/webui/ntp/new_tab_ui.h', |
1785 'browser/ui/webui/ntp/ntp_login_handler.cc', | 1785 'browser/ui/webui/ntp/ntp_login_handler.cc', |
1786 'browser/ui/webui/ntp/ntp_login_handler.h', | 1786 'browser/ui/webui/ntp/ntp_login_handler.h', |
1787 'browser/ui/webui/ntp/ntp_resource_cache.cc', | 1787 'browser/ui/webui/ntp/ntp_resource_cache.cc', |
1788 'browser/ui/webui/ntp/ntp_resource_cache.h', | 1788 'browser/ui/webui/ntp/ntp_resource_cache.h', |
1789 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', | 1789 'browser/ui/webui/ntp/ntp_resource_cache_factory.cc', |
1790 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', | 1790 'browser/ui/webui/ntp/ntp_resource_cache_factory.h', |
1791 'browser/ui/webui/ntp/ntp_stats.h', | 1791 'browser/ui/webui/ntp/ntp_stats.h', |
1792 'browser/ui/webui/ntp/recently_closed_tabs_handler.cc', | |
1793 'browser/ui/webui/ntp/recently_closed_tabs_handler.h', | |
1794 'browser/ui/webui/ntp/suggestions_combiner.cc', | 1792 'browser/ui/webui/ntp/suggestions_combiner.cc', |
1795 'browser/ui/webui/ntp/suggestions_combiner.h', | 1793 'browser/ui/webui/ntp/suggestions_combiner.h', |
1796 'browser/ui/webui/ntp/suggestions_page_handler.cc', | 1794 'browser/ui/webui/ntp/suggestions_page_handler.cc', |
1797 'browser/ui/webui/ntp/suggestions_page_handler.h', | 1795 'browser/ui/webui/ntp/suggestions_page_handler.h', |
1798 'browser/ui/webui/ntp/suggestions_source.h', | 1796 'browser/ui/webui/ntp/suggestions_source.h', |
1799 'browser/ui/webui/ntp/suggestions_source_top_sites.cc', | 1797 'browser/ui/webui/ntp/suggestions_source_top_sites.cc', |
1800 'browser/ui/webui/ntp/suggestions_source_top_sites.h', | 1798 'browser/ui/webui/ntp/suggestions_source_top_sites.h', |
1801 'browser/ui/webui/ntp/thumbnail_source.cc', | 1799 'browser/ui/webui/ntp/thumbnail_source.cc', |
1802 'browser/ui/webui/ntp/thumbnail_source.h', | 1800 'browser/ui/webui/ntp/thumbnail_source.h', |
1803 'browser/ui/webui/options/advanced_options_utils.h', | 1801 'browser/ui/webui/options/advanced_options_utils.h', |
(...skipping 1389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3193 ], | 3191 ], |
3194 'sources': [ | 3192 'sources': [ |
3195 '<@(chrome_browser_ui_non_mobile_sources)', | 3193 '<@(chrome_browser_ui_non_mobile_sources)', |
3196 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3194 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3197 ], | 3195 ], |
3198 }], | 3196 }], |
3199 ], | 3197 ], |
3200 }, | 3198 }, |
3201 ], | 3199 ], |
3202 } | 3200 } |
OLD | NEW |