Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(344)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 522683003: Move basic string operations to ui/app_list/search (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/app_list/search/tokenized_string_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698