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

Unified Diff: components/omnibox/BUILD.gn

Issue 1178203004: Componentize InMemoryURLIndexTypes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | « components/omnibox.gypi ('k') | components/omnibox/in_memory_url_index_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/BUILD.gn
diff --git a/components/omnibox/BUILD.gn b/components/omnibox/BUILD.gn
index 08ff27dac42210d4a9a195f2e42d6af55552937a..6c43f5769d669b2ea8233e009215ef7fcd1b340c 100644
--- a/components/omnibox/BUILD.gn
+++ b/components/omnibox/BUILD.gn
@@ -19,6 +19,8 @@ static_library("omnibox") {
"autocomplete_scheme_classifier.h",
"base_search_provider.cc",
"base_search_provider.h",
+ "in_memory_url_index_types.cc",
+ "in_memory_url_index_types.h",
"keyword_extensions_delegate.cc",
"keyword_extensions_delegate.h",
"keyword_provider.cc",
@@ -78,6 +80,7 @@ source_set("unit_tests") {
"autocomplete_match_unittest.cc",
"autocomplete_result_unittest.cc",
"base_search_provider_unittest.cc",
+ "in_memory_url_index_types_unittest.cc",
"keyword_provider_unittest.cc",
"omnibox_field_trial_unittest.cc",
"suggestion_answer_unittest.cc",
« no previous file with comments | « components/omnibox.gypi ('k') | components/omnibox/in_memory_url_index_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698