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

Unified Diff: components/omnibox/BUILD.gn

Issue 489353004: Componentize SearchProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/answers_cache.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 0712ef091be614be92537393ccdffff89f145439..d15aad8d7e2e8d92718570816d5112c3d96b6572 100644
--- a/components/omnibox/BUILD.gn
+++ b/components/omnibox/BUILD.gn
@@ -4,6 +4,8 @@
static_library("omnibox") {
sources = [
+ "answers_cache.h",
+ "answers_cache.cc",
"autocomplete_input.cc",
"autocomplete_input.h",
"autocomplete_match.cc",
@@ -15,6 +17,8 @@ static_library("omnibox") {
"autocomplete_result.cc",
"autocomplete_result.h",
"autocomplete_scheme_classifier.h",
+ "base_search_provider.cc",
+ "base_search_provider.h",
"keyword_extensions_delegate.cc",
"keyword_extensions_delegate.h",
"keyword_provider.cc",
@@ -23,6 +27,8 @@ static_library("omnibox") {
"omnibox_field_trial.h",
"omnibox_switches.cc",
"omnibox_switches.h",
+ "search_provider.cc",
+ "search_provider.h",
"search_suggestion_parser.cc",
"search_suggestion_parser.h",
"url_prefix.cc",
@@ -61,6 +67,7 @@ static_library("test_support") {
source_set("unit_tests") {
sources = [
+ "answers_cache_unittest.cc",
"autocomplete_input_unittest.cc",
"autocomplete_match_unittest.cc",
"autocomplete_result_unittest.cc",
« no previous file with comments | « components/omnibox.gypi ('k') | components/omnibox/answers_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698