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 1214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1225 'browser/ui/app_list/search/people/people_provider.cc', | 1225 'browser/ui/app_list/search/people/people_provider.cc', |
1226 'browser/ui/app_list/search/people/people_provider.h', | 1226 'browser/ui/app_list/search/people/people_provider.h', |
1227 'browser/ui/app_list/search/people/people_result.cc', | 1227 'browser/ui/app_list/search/people/people_result.cc', |
1228 'browser/ui/app_list/search/people/people_result.h', | 1228 'browser/ui/app_list/search/people/people_result.h', |
1229 'browser/ui/app_list/search/people/person.cc', | 1229 'browser/ui/app_list/search/people/person.cc', |
1230 'browser/ui/app_list/search/people/person.h', | 1230 'browser/ui/app_list/search/people/person.h', |
1231 'browser/ui/app_list/search/search_controller.cc', | 1231 'browser/ui/app_list/search/search_controller.cc', |
1232 'browser/ui/app_list/search/search_controller.h', | 1232 'browser/ui/app_list/search/search_controller.h', |
1233 'browser/ui/app_list/search/search_webstore_result.cc', | 1233 'browser/ui/app_list/search/search_webstore_result.cc', |
1234 'browser/ui/app_list/search/search_webstore_result.h', | 1234 'browser/ui/app_list/search/search_webstore_result.h', |
1235 'browser/ui/app_list/search/term_break_iterator.cc', | |
1236 'browser/ui/app_list/search/term_break_iterator.h', | |
1237 'browser/ui/app_list/search/tokenized_string.cc', | |
1238 'browser/ui/app_list/search/tokenized_string.h', | |
1239 'browser/ui/app_list/search/tokenized_string_char_iterator.cc', | |
1240 'browser/ui/app_list/search/tokenized_string_char_iterator.h', | |
1241 'browser/ui/app_list/search/tokenized_string_match.cc', | |
1242 'browser/ui/app_list/search/tokenized_string_match.h', | |
1243 'browser/ui/app_list/search/webstore/webstore_installer.cc', | 1235 'browser/ui/app_list/search/webstore/webstore_installer.cc', |
1244 'browser/ui/app_list/search/webstore/webstore_installer.h', | 1236 'browser/ui/app_list/search/webstore/webstore_installer.h', |
1245 'browser/ui/app_list/search/webstore/webstore_provider.cc', | 1237 'browser/ui/app_list/search/webstore/webstore_provider.cc', |
1246 'browser/ui/app_list/search/webstore/webstore_provider.h', | 1238 'browser/ui/app_list/search/webstore/webstore_provider.h', |
1247 'browser/ui/app_list/search/webstore/webstore_result.cc', | 1239 'browser/ui/app_list/search/webstore/webstore_result.cc', |
1248 'browser/ui/app_list/search/webstore/webstore_result.h', | 1240 'browser/ui/app_list/search/webstore/webstore_result.h', |
1249 'browser/ui/app_list/start_page_observer.h', | 1241 'browser/ui/app_list/start_page_observer.h', |
1250 'browser/ui/app_list/start_page_service.cc', | 1242 'browser/ui/app_list/start_page_service.cc', |
1251 'browser/ui/app_list/start_page_service.h', | 1243 'browser/ui/app_list/start_page_service.h', |
1252 'browser/ui/app_list/start_page_service_factory.cc', | 1244 'browser/ui/app_list/start_page_service_factory.cc', |
(...skipping 1728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2981 }], | 2973 }], |
2982 ['OS!="android" and OS!="ios"', { | 2974 ['OS!="android" and OS!="ios"', { |
2983 'dependencies': [ | 2975 'dependencies': [ |
2984 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2976 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
2985 ], | 2977 ], |
2986 }], | 2978 }], |
2987 ], | 2979 ], |
2988 }, | 2980 }, |
2989 ], | 2981 ], |
2990 } | 2982 } |
OLD | NEW |