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 'chrome_browser_ui_non_ios_sources': [ | 7 'chrome_browser_ui_non_ios_sources': [ |
8 'browser/ui/accelerator_utils.h', | 8 'browser/ui/accelerator_utils.h', |
9 'browser/ui/android/android_about_app_info.cc', | 9 'browser/ui/android/android_about_app_info.cc', |
10 'browser/ui/android/android_about_app_info.h', | 10 'browser/ui/android/android_about_app_info.h', |
(...skipping 1171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1182 'browser/ui/app_list/search/people/person.cc', | 1182 'browser/ui/app_list/search/people/person.cc', |
1183 'browser/ui/app_list/search/people/person.h', | 1183 'browser/ui/app_list/search/people/person.h', |
1184 'browser/ui/app_list/search/search_controller_factory.cc', | 1184 'browser/ui/app_list/search/search_controller_factory.cc', |
1185 'browser/ui/app_list/search/search_controller_factory.h', | 1185 'browser/ui/app_list/search/search_controller_factory.h', |
1186 'browser/ui/app_list/search/search_resource_manager.cc', | 1186 'browser/ui/app_list/search/search_resource_manager.cc', |
1187 'browser/ui/app_list/search/search_resource_manager.h', | 1187 'browser/ui/app_list/search/search_resource_manager.h', |
1188 'browser/ui/app_list/search/search_util.cc', | 1188 'browser/ui/app_list/search/search_util.cc', |
1189 'browser/ui/app_list/search/search_util.h', | 1189 'browser/ui/app_list/search/search_util.h', |
1190 'browser/ui/app_list/search/search_webstore_result.cc', | 1190 'browser/ui/app_list/search/search_webstore_result.cc', |
1191 'browser/ui/app_list/search/search_webstore_result.h', | 1191 'browser/ui/app_list/search/search_webstore_result.h', |
| 1192 'browser/ui/app_list/search/suggestions/suggestions_result.cc', |
| 1193 'browser/ui/app_list/search/suggestions/suggestions_result.h', |
| 1194 'browser/ui/app_list/search/suggestions/suggestions_search_provider.cc', |
| 1195 'browser/ui/app_list/search/suggestions/suggestions_search_provider.h', |
1192 'browser/ui/app_list/search/webstore/webstore_installer.cc', | 1196 'browser/ui/app_list/search/webstore/webstore_installer.cc', |
1193 'browser/ui/app_list/search/webstore/webstore_installer.h', | 1197 'browser/ui/app_list/search/webstore/webstore_installer.h', |
1194 'browser/ui/app_list/search/webstore/webstore_provider.cc', | 1198 'browser/ui/app_list/search/webstore/webstore_provider.cc', |
1195 'browser/ui/app_list/search/webstore/webstore_provider.h', | 1199 'browser/ui/app_list/search/webstore/webstore_provider.h', |
1196 'browser/ui/app_list/search/webstore/webstore_result.cc', | 1200 'browser/ui/app_list/search/webstore/webstore_result.cc', |
1197 'browser/ui/app_list/search/webstore/webstore_result.h', | 1201 'browser/ui/app_list/search/webstore/webstore_result.h', |
1198 'browser/ui/app_list/speech_recognizer.cc', | 1202 'browser/ui/app_list/speech_recognizer.cc', |
1199 'browser/ui/app_list/speech_recognizer.h', | 1203 'browser/ui/app_list/speech_recognizer.h', |
1200 'browser/ui/app_list/speech_recognizer_delegate.h', | 1204 'browser/ui/app_list/speech_recognizer_delegate.h', |
1201 'browser/ui/app_list/start_page_observer.h', | 1205 'browser/ui/app_list/start_page_observer.h', |
(...skipping 1890 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3092 ['OS!="android" and OS!="ios"', { | 3096 ['OS!="android" and OS!="ios"', { |
3093 'dependencies': [ | 3097 'dependencies': [ |
3094 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3098 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
3095 ], | 3099 ], |
3096 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], | 3100 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], |
3097 }], | 3101 }], |
3098 ], | 3102 ], |
3099 }, | 3103 }, |
3100 ], | 3104 ], |
3101 } | 3105 } |
OLD | NEW |