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

Unified Diff: ui/app_list/app_list.gyp

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | ui/app_list/search/term_break_iterator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list.gyp
diff --git a/ui/app_list/app_list.gyp b/ui/app_list/app_list.gyp
index 1b700b054114ad7c4c309b59455ba582fc25901d..39675a8fb72ad93a599855c2720b27e272c55096 100644
--- a/ui/app_list/app_list.gyp
+++ b/ui/app_list/app_list.gyp
@@ -23,6 +23,7 @@
'../gfx/gfx.gyp:gfx_geometry',
'../resources/ui_resources.gyp:ui_resources',
'../strings/ui_strings.gyp:ui_strings',
+ '../../third_party/icu/icu.gyp:icuuc',
],
'defines': [
'APP_LIST_IMPLEMENTATION',
@@ -84,6 +85,14 @@
'search_provider.h',
'search_result.cc',
'search_result.h',
+ 'search/term_break_iterator.cc',
+ 'search/term_break_iterator.h',
+ 'search/tokenized_string.cc',
+ 'search/tokenized_string.h',
+ 'search/tokenized_string_char_iterator.cc',
+ 'search/tokenized_string_char_iterator.h',
+ 'search/tokenized_string_match.cc',
+ 'search/tokenized_string_match.h',
'speech_ui_model.cc',
'speech_ui_model.h',
'speech_ui_model_observer.h',
@@ -225,6 +234,10 @@
'cocoa/apps_search_results_controller_unittest.mm',
'cocoa/test/apps_grid_controller_test_helper.h',
'cocoa/test/apps_grid_controller_test_helper.mm',
+ 'search/term_break_iterator_unittest.cc',
+ 'search/tokenized_string_char_iterator_unittest.cc',
+ 'search/tokenized_string_match_unittest.cc',
+ 'search/tokenized_string_unittest.cc',
'test/run_all_unittests.cc',
'views/app_list_main_view_unittest.cc',
'views/app_list_view_unittest.cc',
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | ui/app_list/search/term_break_iterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698