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 1170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1181 'browser/ui/app_list/profile_loader.cc', | 1181 'browser/ui/app_list/profile_loader.cc', |
1182 'browser/ui/app_list/profile_loader.h', | 1182 'browser/ui/app_list/profile_loader.h', |
1183 'browser/ui/app_list/profile_store.h', | 1183 'browser/ui/app_list/profile_store.h', |
1184 'browser/ui/app_list/recommended_apps.cc', | 1184 'browser/ui/app_list/recommended_apps.cc', |
1185 'browser/ui/app_list/recommended_apps.h', | 1185 'browser/ui/app_list/recommended_apps.h', |
1186 'browser/ui/app_list/recommended_apps_observer.h', | 1186 'browser/ui/app_list/recommended_apps_observer.h', |
1187 'browser/ui/app_list/search/app_result.cc', | 1187 'browser/ui/app_list/search/app_result.cc', |
1188 'browser/ui/app_list/search/app_result.h', | 1188 'browser/ui/app_list/search/app_result.h', |
1189 'browser/ui/app_list/search/app_search_provider.cc', | 1189 'browser/ui/app_list/search/app_search_provider.cc', |
1190 'browser/ui/app_list/search/app_search_provider.h', | 1190 'browser/ui/app_list/search/app_search_provider.h', |
1191 'browser/ui/app_list/search/chrome_search_result.h', | |
1192 'browser/ui/app_list/search/common/dictionary_data_store.cc', | 1191 'browser/ui/app_list/search/common/dictionary_data_store.cc', |
1193 'browser/ui/app_list/search/common/dictionary_data_store.h', | 1192 'browser/ui/app_list/search/common/dictionary_data_store.h', |
1194 'browser/ui/app_list/search/common/json_response_fetcher.cc', | 1193 'browser/ui/app_list/search/common/json_response_fetcher.cc', |
1195 'browser/ui/app_list/search/common/json_response_fetcher.h', | 1194 'browser/ui/app_list/search/common/json_response_fetcher.h', |
1196 'browser/ui/app_list/search/common/url_icon_source.cc', | 1195 'browser/ui/app_list/search/common/url_icon_source.cc', |
1197 'browser/ui/app_list/search/common/url_icon_source.h', | 1196 'browser/ui/app_list/search/common/url_icon_source.h', |
1198 'browser/ui/app_list/search/common/webservice_cache.cc', | 1197 'browser/ui/app_list/search/common/webservice_cache.cc', |
1199 'browser/ui/app_list/search/common/webservice_cache.h', | 1198 'browser/ui/app_list/search/common/webservice_cache.h', |
1200 'browser/ui/app_list/search/common/webservice_cache_factory.cc', | 1199 'browser/ui/app_list/search/common/webservice_cache_factory.cc', |
1201 'browser/ui/app_list/search/common/webservice_cache_factory.h', | 1200 'browser/ui/app_list/search/common/webservice_cache_factory.h', |
(...skipping 1795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2997 }], | 2996 }], |
2998 ['OS!="android" and OS!="ios"', { | 2997 ['OS!="android" and OS!="ios"', { |
2999 'dependencies': [ | 2998 'dependencies': [ |
3000 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2999 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
3001 ], | 3000 ], |
3002 }], | 3001 }], |
3003 ], | 3002 ], |
3004 }, | 3003 }, |
3005 ], | 3004 ], |
3006 } | 3005 } |
OLD | NEW |