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 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/webstore/webstore_installer.cc', | 1192 'browser/ui/app_list/search/webstore/webstore_installer.cc', |
1193 'browser/ui/app_list/search/webstore/webstore_installer.h', | 1193 'browser/ui/app_list/search/webstore/webstore_installer.h', |
1194 'browser/ui/app_list/search/webstore/webstore_provider.cc', | 1194 'browser/ui/app_list/search/webstore/webstore_provider.cc', |
1195 'browser/ui/app_list/search/webstore/webstore_provider.h', | 1195 'browser/ui/app_list/search/webstore/webstore_provider.h', |
1196 'browser/ui/app_list/search/webstore/webstore_result.cc', | 1196 'browser/ui/app_list/search/webstore/webstore_result.cc', |
1197 'browser/ui/app_list/search/webstore/webstore_result.h', | 1197 'browser/ui/app_list/search/webstore/webstore_result.h', |
| 1198 'browser/ui/app_list/speech_recognizer.cc', |
| 1199 'browser/ui/app_list/speech_recognizer.h', |
| 1200 'browser/ui/app_list/speech_recognizer_delegate.h', |
1198 'browser/ui/app_list/start_page_observer.h', | 1201 'browser/ui/app_list/start_page_observer.h', |
1199 'browser/ui/app_list/start_page_service.cc', | 1202 'browser/ui/app_list/start_page_service.cc', |
1200 'browser/ui/app_list/start_page_service.h', | 1203 'browser/ui/app_list/start_page_service.h', |
1201 'browser/ui/app_list/start_page_service_factory.cc', | 1204 'browser/ui/app_list/start_page_service_factory.cc', |
1202 'browser/ui/app_list/start_page_service_factory.h', | 1205 'browser/ui/app_list/start_page_service_factory.h', |
1203 'browser/ui/views/app_list/app_list_dialog_container.cc', | 1206 'browser/ui/views/app_list/app_list_dialog_container.cc', |
1204 'browser/ui/views/app_list/app_list_dialog_container.h', | 1207 'browser/ui/views/app_list/app_list_dialog_container.h', |
1205 'browser/ui/views/app_list/win/activation_tracker_win.cc', | 1208 'browser/ui/views/app_list/win/activation_tracker_win.cc', |
1206 'browser/ui/views/app_list/win/activation_tracker_win.h', | 1209 'browser/ui/views/app_list/win/activation_tracker_win.h', |
1207 'browser/ui/views/app_list/win/app_list_controller_delegate_win.cc', | 1210 'browser/ui/views/app_list/win/app_list_controller_delegate_win.cc', |
(...skipping 1847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3055 ['OS!="android" and OS!="ios"', { | 3058 ['OS!="android" and OS!="ios"', { |
3056 'dependencies': [ | 3059 'dependencies': [ |
3057 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3060 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
3058 ], | 3061 ], |
3059 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], | 3062 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], |
3060 }], | 3063 }], |
3061 ], | 3064 ], |
3062 }, | 3065 }, |
3063 ], | 3066 ], |
3064 } | 3067 } |
OLD | NEW |