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 800 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
811 'browser/ui/protocol_dialog_delegate.h', | 811 'browser/ui/protocol_dialog_delegate.h', |
812 'browser/ui/screen_capture_notification_ui.h', | 812 'browser/ui/screen_capture_notification_ui.h', |
813 'browser/ui/search/instant_controller.cc', | 813 'browser/ui/search/instant_controller.cc', |
814 'browser/ui/search/instant_controller.h', | 814 'browser/ui/search/instant_controller.h', |
815 'browser/ui/search/instant_page.cc', | 815 'browser/ui/search/instant_page.cc', |
816 'browser/ui/search/instant_page.h', | 816 'browser/ui/search/instant_page.h', |
817 'browser/ui/search/instant_search_prerenderer.cc', | 817 'browser/ui/search/instant_search_prerenderer.cc', |
818 'browser/ui/search/instant_search_prerenderer.h', | 818 'browser/ui/search/instant_search_prerenderer.h', |
819 'browser/ui/search/instant_tab.cc', | 819 'browser/ui/search/instant_tab.cc', |
820 'browser/ui/search/instant_tab.h', | 820 'browser/ui/search/instant_tab.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', |
821 'browser/ui/search/search_ipc_router.cc', | 825 'browser/ui/search/search_ipc_router.cc', |
822 'browser/ui/search/search_ipc_router.h', | 826 'browser/ui/search/search_ipc_router.h', |
823 'browser/ui/search/search_ipc_router_policy_impl.cc', | 827 'browser/ui/search/search_ipc_router_policy_impl.cc', |
824 'browser/ui/search/search_ipc_router_policy_impl.h', | 828 'browser/ui/search/search_ipc_router_policy_impl.h', |
825 'browser/ui/search/search_model.cc', | 829 'browser/ui/search/search_model.cc', |
826 'browser/ui/search/search_model.h', | 830 'browser/ui/search/search_model.h', |
827 'browser/ui/search/search_model_observer.h', | 831 'browser/ui/search/search_model_observer.h', |
828 'browser/ui/search/search_tab_helper.cc', | 832 'browser/ui/search/search_tab_helper.cc', |
829 'browser/ui/search/search_tab_helper.h', | 833 'browser/ui/search/search_tab_helper.h', |
830 'browser/ui/search/search_tab_helper_delegate.cc', | 834 'browser/ui/search/search_tab_helper_delegate.cc', |
(...skipping 2286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3117 ], | 3121 ], |
3118 'sources': [ | 3122 'sources': [ |
3119 '<@(chrome_browser_ui_non_mobile_sources)', | 3123 '<@(chrome_browser_ui_non_mobile_sources)', |
3120 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3124 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3121 ], | 3125 ], |
3122 }], | 3126 }], |
3123 ], | 3127 ], |
3124 }, | 3128 }, |
3125 ], | 3129 ], |
3126 } | 3130 } |
OLD | NEW |