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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 'browser/ui/platform_keys_certificate_selector_chromeos.h', | 105 'browser/ui/platform_keys_certificate_selector_chromeos.h', |
106 'browser/ui/prefs/prefs_tab_helper.cc', | 106 'browser/ui/prefs/prefs_tab_helper.cc', |
107 'browser/ui/prefs/prefs_tab_helper.h', | 107 'browser/ui/prefs/prefs_tab_helper.h', |
108 'browser/ui/process_singleton_dialog_linux.h', | 108 'browser/ui/process_singleton_dialog_linux.h', |
109 'browser/ui/profile_chooser_constants.h', | 109 'browser/ui/profile_chooser_constants.h', |
110 'browser/ui/profile_error_dialog.cc', | 110 'browser/ui/profile_error_dialog.cc', |
111 'browser/ui/profile_error_dialog.h', | 111 'browser/ui/profile_error_dialog.h', |
112 'browser/ui/protocol_dialog_delegate.h', | 112 'browser/ui/protocol_dialog_delegate.h', |
113 'browser/ui/proximity_auth/proximity_auth_error_bubble.h', | 113 'browser/ui/proximity_auth/proximity_auth_error_bubble.h', |
114 'browser/ui/screen_capture_notification_ui.h', | 114 'browser/ui/screen_capture_notification_ui.h', |
115 'browser/ui/search/instant_page.cc', | |
116 'browser/ui/search/instant_page.h', | |
117 'browser/ui/search/instant_search_prerenderer.cc', | 115 'browser/ui/search/instant_search_prerenderer.cc', |
118 'browser/ui/search/instant_search_prerenderer.h', | 116 'browser/ui/search/instant_search_prerenderer.h', |
119 'browser/ui/search/instant_tab.cc', | 117 'browser/ui/search/instant_tab.cc', |
120 'browser/ui/search/instant_tab.h', | 118 'browser/ui/search/instant_tab.h', |
121 'browser/ui/search/new_tab_page_interceptor_service.cc', | 119 'browser/ui/search/new_tab_page_interceptor_service.cc', |
122 'browser/ui/search/new_tab_page_interceptor_service.h', | 120 'browser/ui/search/new_tab_page_interceptor_service.h', |
123 'browser/ui/search/new_tab_page_interceptor_service_factory.cc', | 121 'browser/ui/search/new_tab_page_interceptor_service_factory.cc', |
124 'browser/ui/search/new_tab_page_interceptor_service_factory.h', | 122 'browser/ui/search/new_tab_page_interceptor_service_factory.h', |
125 'browser/ui/search/search_ipc_router.cc', | 123 'browser/ui/search/search_ipc_router.cc', |
126 'browser/ui/search/search_ipc_router.h', | 124 'browser/ui/search/search_ipc_router.h', |
(...skipping 3241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3368 ], | 3366 ], |
3369 'sources': [ | 3367 'sources': [ |
3370 '<@(chrome_browser_ui_non_mobile_sources)', | 3368 '<@(chrome_browser_ui_non_mobile_sources)', |
3371 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3369 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3372 ], | 3370 ], |
3373 }], | 3371 }], |
3374 ], | 3372 ], |
3375 }, | 3373 }, |
3376 ], | 3374 ], |
3377 } | 3375 } |
OLD | NEW |