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

Unified Diff: components/omnibox/BUILD.gn

Issue 470523002: Componentize AutocompleteResult (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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/autocomplete_result.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 559e461cea86913938f1049d0f7aa41a216419df..fa873aa9490dab99d37a67833703c47658af3e21 100644
--- a/components/omnibox/BUILD.gn
+++ b/components/omnibox/BUILD.gn
@@ -12,6 +12,8 @@ static_library("omnibox") {
"autocomplete_match_type.h",
"autocomplete_provider.cc",
"autocomplete_provider.h",
+ "autocomplete_result.cc",
+ "autocomplete_result.h",
"autocomplete_scheme_classifier.h",
"omnibox_field_trial.cc",
"omnibox_field_trial.h",
@@ -55,6 +57,7 @@ source_set("unit_tests") {
sources = [
"autocomplete_input_unittest.cc",
"autocomplete_match_unittest.cc",
+ "autocomplete_result_unittest.cc",
"omnibox_field_trial_unittest.cc",
]
« no previous file with comments | « components/omnibox.gypi ('k') | components/omnibox/autocomplete_result.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698