| 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 1191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1202 'browser/ui/app_list/search/search_util.cc', | 1202 'browser/ui/app_list/search/search_util.cc', |
| 1203 'browser/ui/app_list/search/search_util.h', | 1203 'browser/ui/app_list/search/search_util.h', |
| 1204 'browser/ui/app_list/search/search_webstore_result.cc', | 1204 'browser/ui/app_list/search/search_webstore_result.cc', |
| 1205 'browser/ui/app_list/search/search_webstore_result.h', | 1205 'browser/ui/app_list/search/search_webstore_result.h', |
| 1206 'browser/ui/app_list/search/webstore/webstore_installer.cc', | 1206 'browser/ui/app_list/search/webstore/webstore_installer.cc', |
| 1207 'browser/ui/app_list/search/webstore/webstore_installer.h', | 1207 'browser/ui/app_list/search/webstore/webstore_installer.h', |
| 1208 'browser/ui/app_list/search/webstore/webstore_provider.cc', | 1208 'browser/ui/app_list/search/webstore/webstore_provider.cc', |
| 1209 'browser/ui/app_list/search/webstore/webstore_provider.h', | 1209 'browser/ui/app_list/search/webstore/webstore_provider.h', |
| 1210 'browser/ui/app_list/search/webstore/webstore_result.cc', | 1210 'browser/ui/app_list/search/webstore/webstore_result.cc', |
| 1211 'browser/ui/app_list/search/webstore/webstore_result.h', | 1211 'browser/ui/app_list/search/webstore/webstore_result.h', |
| 1212 'browser/ui/app_list/speech_recognizer.cc', |
| 1213 'browser/ui/app_list/speech_recognizer.h', |
| 1214 'browser/ui/app_list/speech_recognizer_delegate.h', |
| 1212 'browser/ui/app_list/start_page_observer.h', | 1215 'browser/ui/app_list/start_page_observer.h', |
| 1213 'browser/ui/app_list/start_page_service.cc', | 1216 'browser/ui/app_list/start_page_service.cc', |
| 1214 'browser/ui/app_list/start_page_service.h', | 1217 'browser/ui/app_list/start_page_service.h', |
| 1215 'browser/ui/app_list/start_page_service_factory.cc', | 1218 'browser/ui/app_list/start_page_service_factory.cc', |
| 1216 'browser/ui/app_list/start_page_service_factory.h', | 1219 'browser/ui/app_list/start_page_service_factory.h', |
| 1217 'browser/ui/views/app_list/app_list_dialog_container.cc', | 1220 'browser/ui/views/app_list/app_list_dialog_container.cc', |
| 1218 'browser/ui/views/app_list/app_list_dialog_container.h', | 1221 'browser/ui/views/app_list/app_list_dialog_container.h', |
| 1219 'browser/ui/views/app_list/win/activation_tracker_win.cc', | 1222 'browser/ui/views/app_list/win/activation_tracker_win.cc', |
| 1220 'browser/ui/views/app_list/win/activation_tracker_win.h', | 1223 'browser/ui/views/app_list/win/activation_tracker_win.h', |
| 1221 'browser/ui/views/app_list/win/app_list_controller_delegate_win.cc', | 1224 'browser/ui/views/app_list/win/app_list_controller_delegate_win.cc', |
| (...skipping 1814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3036 }], | 3039 }], |
| 3037 ['OS!="android" and OS!="ios"', { | 3040 ['OS!="android" and OS!="ios"', { |
| 3038 'dependencies': [ | 3041 'dependencies': [ |
| 3039 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3042 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 3040 ], | 3043 ], |
| 3041 }], | 3044 }], |
| 3042 ], | 3045 ], |
| 3043 }, | 3046 }, |
| 3044 ], | 3047 ], |
| 3045 } | 3048 } |
| OLD | NEW |