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

Unified Diff: components/omnibox/BUILD.gn

Issue 669573005: Add a class to parse answer json. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix case on "copyright" Created 6 years, 2 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_match.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 1ba9aa1c43237371d690972fcbc986ea84daf2f3..2dcd7bfb6b2fa5d2e84245c3dda8f1b8000ca530 100644
--- a/components/omnibox/BUILD.gn
+++ b/components/omnibox/BUILD.gn
@@ -31,6 +31,8 @@ static_library("omnibox") {
"search_provider.h",
"search_suggestion_parser.cc",
"search_suggestion_parser.h",
+ "suggestion_answer.cc",
+ "suggestion_answer.h",
"url_prefix.cc",
"url_prefix.h",
]
@@ -75,6 +77,7 @@ source_set("unit_tests") {
"base_search_provider_unittest.cc",
"keyword_provider_unittest.cc",
"omnibox_field_trial_unittest.cc",
+ "suggestion_answer_unittest.cc",
]
deps = [
« no previous file with comments | « components/omnibox.gypi ('k') | components/omnibox/autocomplete_match.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698