| 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', |
| 117 'browser/ui/search/instant_tab.cc', |
| 118 'browser/ui/search/instant_tab.h', |
| 119 'browser/ui/search/new_tab_page_interceptor_service.cc', | 119 'browser/ui/search/new_tab_page_interceptor_service.cc', |
| 120 'browser/ui/search/new_tab_page_interceptor_service.h', | 120 'browser/ui/search/new_tab_page_interceptor_service.h', |
| 121 'browser/ui/search/new_tab_page_interceptor_service_factory.cc', | 121 'browser/ui/search/new_tab_page_interceptor_service_factory.cc', |
| 122 'browser/ui/search/new_tab_page_interceptor_service_factory.h', | 122 'browser/ui/search/new_tab_page_interceptor_service_factory.h', |
| 123 'browser/ui/search/search_ipc_router.cc', | 123 'browser/ui/search/search_ipc_router.cc', |
| 124 'browser/ui/search/search_ipc_router.h', | 124 'browser/ui/search/search_ipc_router.h', |
| 125 'browser/ui/search/search_ipc_router_policy_impl.cc', | 125 'browser/ui/search/search_ipc_router_policy_impl.cc', |
| 126 'browser/ui/search/search_ipc_router_policy_impl.h', | 126 'browser/ui/search/search_ipc_router_policy_impl.h', |
| 127 'browser/ui/search/search_model.cc', | 127 'browser/ui/search/search_model.cc', |
| 128 'browser/ui/search/search_model.h', | 128 'browser/ui/search/search_model.h', |
| (...skipping 3237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3366 ], | 3366 ], |
| 3367 'sources': [ | 3367 'sources': [ |
| 3368 '<@(chrome_browser_ui_non_mobile_sources)', | 3368 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3369 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3369 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3370 ], | 3370 ], |
| 3371 }], | 3371 }], |
| 3372 ], | 3372 ], |
| 3373 }, | 3373 }, |
| 3374 ], | 3374 ], |
| 3375 } | 3375 } |
| OLD | NEW |