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 1185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1196 'browser/ui/app_list/search/suggestions/suggestions_search_provider.cc', | 1196 'browser/ui/app_list/search/suggestions/suggestions_search_provider.cc', |
1197 'browser/ui/app_list/search/suggestions/suggestions_search_provider.h', | 1197 'browser/ui/app_list/search/suggestions/suggestions_search_provider.h', |
1198 'browser/ui/app_list/search/suggestions/url_suggestion_result.cc', | 1198 'browser/ui/app_list/search/suggestions/url_suggestion_result.cc', |
1199 'browser/ui/app_list/search/suggestions/url_suggestion_result.h', | 1199 'browser/ui/app_list/search/suggestions/url_suggestion_result.h', |
1200 'browser/ui/app_list/search/webstore/webstore_installer.cc', | 1200 'browser/ui/app_list/search/webstore/webstore_installer.cc', |
1201 'browser/ui/app_list/search/webstore/webstore_installer.h', | 1201 'browser/ui/app_list/search/webstore/webstore_installer.h', |
1202 'browser/ui/app_list/search/webstore/webstore_provider.cc', | 1202 'browser/ui/app_list/search/webstore/webstore_provider.cc', |
1203 'browser/ui/app_list/search/webstore/webstore_provider.h', | 1203 'browser/ui/app_list/search/webstore/webstore_provider.h', |
1204 'browser/ui/app_list/search/webstore/webstore_result.cc', | 1204 'browser/ui/app_list/search/webstore/webstore_result.cc', |
1205 'browser/ui/app_list/search/webstore/webstore_result.h', | 1205 'browser/ui/app_list/search/webstore/webstore_result.h', |
| 1206 'browser/ui/app_list/speech_auth_helper.cc', |
| 1207 'browser/ui/app_list/speech_auth_helper.h', |
1206 'browser/ui/app_list/speech_recognizer.cc', | 1208 'browser/ui/app_list/speech_recognizer.cc', |
1207 'browser/ui/app_list/speech_recognizer.h', | 1209 'browser/ui/app_list/speech_recognizer.h', |
1208 'browser/ui/app_list/speech_recognizer_delegate.h', | 1210 'browser/ui/app_list/speech_recognizer_delegate.h', |
1209 'browser/ui/app_list/start_page_observer.h', | 1211 'browser/ui/app_list/start_page_observer.h', |
1210 'browser/ui/app_list/start_page_service.cc', | 1212 'browser/ui/app_list/start_page_service.cc', |
1211 'browser/ui/app_list/start_page_service.h', | 1213 'browser/ui/app_list/start_page_service.h', |
1212 'browser/ui/app_list/start_page_service_factory.cc', | 1214 'browser/ui/app_list/start_page_service_factory.cc', |
1213 'browser/ui/app_list/start_page_service_factory.h', | 1215 'browser/ui/app_list/start_page_service_factory.h', |
1214 'browser/ui/views/app_list/app_list_dialog_container.cc', | 1216 'browser/ui/views/app_list/app_list_dialog_container.cc', |
1215 'browser/ui/views/app_list/app_list_dialog_container.h', | 1217 'browser/ui/views/app_list/app_list_dialog_container.h', |
(...skipping 1885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3101 ['OS!="android" and OS!="ios"', { | 3103 ['OS!="android" and OS!="ios"', { |
3102 'dependencies': [ | 3104 'dependencies': [ |
3103 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3105 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
3104 ], | 3106 ], |
3105 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], | 3107 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], |
3106 }], | 3108 }], |
3107 ], | 3109 ], |
3108 }, | 3110 }, |
3109 ], | 3111 ], |
3110 } | 3112 } |
OLD | NEW |