| 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 1166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1177 'browser/ui/app_list/search/people/person.cc', | 1177 'browser/ui/app_list/search/people/person.cc', |
| 1178 'browser/ui/app_list/search/people/person.h', | 1178 'browser/ui/app_list/search/people/person.h', |
| 1179 'browser/ui/app_list/search/search_controller_factory.cc', | 1179 'browser/ui/app_list/search/search_controller_factory.cc', |
| 1180 'browser/ui/app_list/search/search_controller_factory.h', | 1180 'browser/ui/app_list/search/search_controller_factory.h', |
| 1181 'browser/ui/app_list/search/search_resource_manager.cc', | 1181 'browser/ui/app_list/search/search_resource_manager.cc', |
| 1182 'browser/ui/app_list/search/search_resource_manager.h', | 1182 'browser/ui/app_list/search/search_resource_manager.h', |
| 1183 'browser/ui/app_list/search/search_util.cc', | 1183 'browser/ui/app_list/search/search_util.cc', |
| 1184 'browser/ui/app_list/search/search_util.h', | 1184 'browser/ui/app_list/search/search_util.h', |
| 1185 'browser/ui/app_list/search/search_webstore_result.cc', | 1185 'browser/ui/app_list/search/search_webstore_result.cc', |
| 1186 'browser/ui/app_list/search/search_webstore_result.h', | 1186 'browser/ui/app_list/search/search_webstore_result.h', |
| 1187 'browser/ui/app_list/search/suggestions/suggestions_search_provider.cc', |
| 1188 'browser/ui/app_list/search/suggestions/suggestions_search_provider.h', |
| 1189 'browser/ui/app_list/search/suggestions/url_suggestion_result.cc', |
| 1190 'browser/ui/app_list/search/suggestions/url_suggestion_result.h', |
| 1187 'browser/ui/app_list/search/webstore/webstore_installer.cc', | 1191 'browser/ui/app_list/search/webstore/webstore_installer.cc', |
| 1188 'browser/ui/app_list/search/webstore/webstore_installer.h', | 1192 'browser/ui/app_list/search/webstore/webstore_installer.h', |
| 1189 'browser/ui/app_list/search/webstore/webstore_provider.cc', | 1193 'browser/ui/app_list/search/webstore/webstore_provider.cc', |
| 1190 'browser/ui/app_list/search/webstore/webstore_provider.h', | 1194 'browser/ui/app_list/search/webstore/webstore_provider.h', |
| 1191 'browser/ui/app_list/search/webstore/webstore_result.cc', | 1195 'browser/ui/app_list/search/webstore/webstore_result.cc', |
| 1192 'browser/ui/app_list/search/webstore/webstore_result.h', | 1196 'browser/ui/app_list/search/webstore/webstore_result.h', |
| 1193 'browser/ui/app_list/speech_recognizer.cc', | 1197 'browser/ui/app_list/speech_recognizer.cc', |
| 1194 'browser/ui/app_list/speech_recognizer.h', | 1198 'browser/ui/app_list/speech_recognizer.h', |
| 1195 'browser/ui/app_list/speech_recognizer_delegate.h', | 1199 'browser/ui/app_list/speech_recognizer_delegate.h', |
| 1196 'browser/ui/app_list/start_page_observer.h', | 1200 'browser/ui/app_list/start_page_observer.h', |
| (...skipping 1887 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3084 ['OS!="android" and OS!="ios"', { | 3088 ['OS!="android" and OS!="ios"', { |
| 3085 'dependencies': [ | 3089 'dependencies': [ |
| 3086 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3090 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 3087 ], | 3091 ], |
| 3088 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], | 3092 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], |
| 3089 }], | 3093 }], |
| 3090 ], | 3094 ], |
| 3091 }, | 3095 }, |
| 3092 ], | 3096 ], |
| 3093 } | 3097 } |
| OLD | NEW |