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 803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
814 'browser/ui/proximity_auth/proximity_auth_error_bubble.h', | 814 'browser/ui/proximity_auth/proximity_auth_error_bubble.h', |
815 'browser/ui/screen_capture_notification_ui.h', | 815 'browser/ui/screen_capture_notification_ui.h', |
816 'browser/ui/search/instant_controller.cc', | 816 'browser/ui/search/instant_controller.cc', |
817 'browser/ui/search/instant_controller.h', | 817 'browser/ui/search/instant_controller.h', |
818 'browser/ui/search/instant_page.cc', | 818 'browser/ui/search/instant_page.cc', |
819 'browser/ui/search/instant_page.h', | 819 'browser/ui/search/instant_page.h', |
820 'browser/ui/search/instant_search_prerenderer.cc', | 820 'browser/ui/search/instant_search_prerenderer.cc', |
821 'browser/ui/search/instant_search_prerenderer.h', | 821 'browser/ui/search/instant_search_prerenderer.h', |
822 'browser/ui/search/instant_tab.cc', | 822 'browser/ui/search/instant_tab.cc', |
823 'browser/ui/search/instant_tab.h', | 823 'browser/ui/search/instant_tab.h', |
| 824 'browser/ui/search/new_tab_page_interceptor_service_factory.cc', |
| 825 'browser/ui/search/new_tab_page_interceptor_service_factory.h', |
| 826 'browser/ui/search/new_tab_page_interceptor_service.cc', |
| 827 'browser/ui/search/new_tab_page_interceptor_service.h', |
824 'browser/ui/search/search_ipc_router.cc', | 828 'browser/ui/search/search_ipc_router.cc', |
825 'browser/ui/search/search_ipc_router.h', | 829 'browser/ui/search/search_ipc_router.h', |
826 'browser/ui/search/search_ipc_router_policy_impl.cc', | 830 'browser/ui/search/search_ipc_router_policy_impl.cc', |
827 'browser/ui/search/search_ipc_router_policy_impl.h', | 831 'browser/ui/search/search_ipc_router_policy_impl.h', |
828 'browser/ui/search/search_model.cc', | 832 'browser/ui/search/search_model.cc', |
829 'browser/ui/search/search_model.h', | 833 'browser/ui/search/search_model.h', |
830 'browser/ui/search/search_model_observer.h', | 834 'browser/ui/search/search_model_observer.h', |
831 'browser/ui/search/search_tab_helper.cc', | 835 'browser/ui/search/search_tab_helper.cc', |
832 'browser/ui/search/search_tab_helper.h', | 836 'browser/ui/search/search_tab_helper.h', |
833 'browser/ui/search/search_tab_helper_delegate.cc', | 837 'browser/ui/search/search_tab_helper_delegate.cc', |
(...skipping 2293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3127 ], | 3131 ], |
3128 'sources': [ | 3132 'sources': [ |
3129 '<@(chrome_browser_ui_non_mobile_sources)', | 3133 '<@(chrome_browser_ui_non_mobile_sources)', |
3130 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3134 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3131 ], | 3135 ], |
3132 }], | 3136 }], |
3133 ], | 3137 ], |
3134 }, | 3138 }, |
3135 ], | 3139 ], |
3136 } | 3140 } |
OLD | NEW |