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 798 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
809 'browser/ui/protocol_dialog_delegate.h', | 809 'browser/ui/protocol_dialog_delegate.h', |
810 'browser/ui/screen_capture_notification_ui.h', | 810 'browser/ui/screen_capture_notification_ui.h', |
811 'browser/ui/search/instant_controller.cc', | 811 'browser/ui/search/instant_controller.cc', |
812 'browser/ui/search/instant_controller.h', | 812 'browser/ui/search/instant_controller.h', |
813 'browser/ui/search/instant_page.cc', | 813 'browser/ui/search/instant_page.cc', |
814 'browser/ui/search/instant_page.h', | 814 'browser/ui/search/instant_page.h', |
815 'browser/ui/search/instant_search_prerenderer.cc', | 815 'browser/ui/search/instant_search_prerenderer.cc', |
816 'browser/ui/search/instant_search_prerenderer.h', | 816 'browser/ui/search/instant_search_prerenderer.h', |
817 'browser/ui/search/instant_tab.cc', | 817 'browser/ui/search/instant_tab.cc', |
818 'browser/ui/search/instant_tab.h', | 818 'browser/ui/search/instant_tab.h', |
| 819 'browser/ui/search/new_tab_page_interceptor.cc', |
| 820 'browser/ui/search/new_tab_page_interceptor.h', |
| 821 'browser/ui/search/new_tab_page_interceptor_service_factory.cc', |
| 822 'browser/ui/search/new_tab_page_interceptor_service_factory.h', |
| 823 'browser/ui/search/new_tab_page_interceptor_service.cc', |
| 824 'browser/ui/search/new_tab_page_interceptor_service.h', |
819 'browser/ui/search/search_ipc_router.cc', | 825 'browser/ui/search/search_ipc_router.cc', |
820 'browser/ui/search/search_ipc_router.h', | 826 'browser/ui/search/search_ipc_router.h', |
821 'browser/ui/search/search_ipc_router_policy_impl.cc', | 827 'browser/ui/search/search_ipc_router_policy_impl.cc', |
822 'browser/ui/search/search_ipc_router_policy_impl.h', | 828 'browser/ui/search/search_ipc_router_policy_impl.h', |
823 'browser/ui/search/search_model.cc', | 829 'browser/ui/search/search_model.cc', |
824 'browser/ui/search/search_model.h', | 830 'browser/ui/search/search_model.h', |
825 'browser/ui/search/search_model_observer.h', | 831 'browser/ui/search/search_model_observer.h', |
826 'browser/ui/search/search_tab_helper.cc', | 832 'browser/ui/search/search_tab_helper.cc', |
827 'browser/ui/search/search_tab_helper.h', | 833 'browser/ui/search/search_tab_helper.h', |
828 'browser/ui/search/search_tab_helper_delegate.cc', | 834 'browser/ui/search/search_tab_helper_delegate.cc', |
(...skipping 2320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3149 ], | 3155 ], |
3150 'sources': [ | 3156 'sources': [ |
3151 '<@(chrome_browser_ui_non_mobile_sources)', | 3157 '<@(chrome_browser_ui_non_mobile_sources)', |
3152 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3158 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3153 ], | 3159 ], |
3154 }], | 3160 }], |
3155 ], | 3161 ], |
3156 }, | 3162 }, |
3157 ], | 3163 ], |
3158 } | 3164 } |
OLD | NEW |