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 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1176 'browser/ui/app_list/extension_uninstaller.cc', | 1176 'browser/ui/app_list/extension_uninstaller.cc', |
1177 'browser/ui/app_list/extension_uninstaller.h', | 1177 'browser/ui/app_list/extension_uninstaller.h', |
1178 'browser/ui/app_list/fast_show_pickler.cc', | 1178 'browser/ui/app_list/fast_show_pickler.cc', |
1179 'browser/ui/app_list/fast_show_pickler.h', | 1179 'browser/ui/app_list/fast_show_pickler.h', |
1180 'browser/ui/app_list/profile_loader.cc', | 1180 'browser/ui/app_list/profile_loader.cc', |
1181 'browser/ui/app_list/profile_loader.h', | 1181 'browser/ui/app_list/profile_loader.h', |
1182 'browser/ui/app_list/profile_store.h', | 1182 'browser/ui/app_list/profile_store.h', |
1183 'browser/ui/app_list/recommended_apps.cc', | 1183 'browser/ui/app_list/recommended_apps.cc', |
1184 'browser/ui/app_list/recommended_apps.h', | 1184 'browser/ui/app_list/recommended_apps.h', |
1185 'browser/ui/app_list/recommended_apps_observer.h', | 1185 'browser/ui/app_list/recommended_apps_observer.h', |
1186 'browser/ui/app_list/scoped_keep_alive.cc', | |
1187 'browser/ui/app_list/scoped_keep_alive.h', | |
1188 'browser/ui/app_list/search/app_result.cc', | 1186 'browser/ui/app_list/search/app_result.cc', |
1189 'browser/ui/app_list/search/app_result.h', | 1187 'browser/ui/app_list/search/app_result.h', |
1190 'browser/ui/app_list/search/app_search_provider.cc', | 1188 'browser/ui/app_list/search/app_search_provider.cc', |
1191 'browser/ui/app_list/search/app_search_provider.h', | 1189 'browser/ui/app_list/search/app_search_provider.h', |
1192 'browser/ui/app_list/search/chrome_search_result.h', | 1190 'browser/ui/app_list/search/chrome_search_result.h', |
1193 'browser/ui/app_list/search/common/dictionary_data_store.cc', | 1191 'browser/ui/app_list/search/common/dictionary_data_store.cc', |
1194 'browser/ui/app_list/search/common/dictionary_data_store.h', | 1192 'browser/ui/app_list/search/common/dictionary_data_store.h', |
1195 'browser/ui/app_list/search/common/json_response_fetcher.cc', | 1193 'browser/ui/app_list/search/common/json_response_fetcher.cc', |
1196 'browser/ui/app_list/search/common/json_response_fetcher.h', | 1194 'browser/ui/app_list/search/common/json_response_fetcher.h', |
1197 'browser/ui/app_list/search/common/url_icon_source.cc', | 1195 'browser/ui/app_list/search/common/url_icon_source.cc', |
(...skipping 1784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2982 }], | 2980 }], |
2983 ['OS!="android" and OS!="ios"', { | 2981 ['OS!="android" and OS!="ios"', { |
2984 'dependencies': [ | 2982 'dependencies': [ |
2985 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2983 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
2986 ], | 2984 ], |
2987 }], | 2985 }], |
2988 ], | 2986 ], |
2989 }, | 2987 }, |
2990 ], | 2988 ], |
2991 } | 2989 } |
OLD | NEW |