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

Unified Diff: ui/app_list/BUILD.gn

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 | « chrome/chrome_tests_unit.gypi ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/BUILD.gn
diff --git a/ui/app_list/BUILD.gn b/ui/app_list/BUILD.gn
index c4c1651e6d8f50d9e967d8ef964ec747cfe72546..dee6a85cfeae1b708998b7b1d2e8ecdb6d5bf624 100644
--- a/ui/app_list/BUILD.gn
+++ b/ui/app_list/BUILD.gn
@@ -38,6 +38,14 @@ component("app_list") {
"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",
@@ -50,6 +58,7 @@ component("app_list") {
"//base:i18n",
"//base/third_party/dynamic_annotations",
"//skia",
+ "//third_party/icu",
"//ui/accessibility",
"//ui/base",
"//ui/compositor",
@@ -158,7 +167,7 @@ component("app_list") {
"cocoa/scroll_view_with_no_scrollbars.mm",
]
deps += [
- #'../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:google_toolbox_for_mac', TODO(GYP)
+ #"../../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:google_toolbox_for_mac", TODO(GYP)
]
libs = [ "QuartzCore.framework" ]
}
@@ -186,6 +195,10 @@ test("app_list_unittests") {
"app_list_item_list_unittest.cc",
"app_list_model_unittest.cc",
"pagination_model_unittest.cc",
+ "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",
]
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698