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

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: Tweaked API and finished unit tests 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
Index: components/omnibox/BUILD.gn
diff --git a/components/omnibox/BUILD.gn b/components/omnibox/BUILD.gn
index 259b2528de42958009e8797067e91b0311bb2565..a79f9d1d5427eeaf55e4c4789949319868a90408 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",
]
@@ -74,6 +76,7 @@ source_set("unit_tests") {
"base_search_provider_unittest.cc",
"keyword_provider_unittest.cc",
"omnibox_field_trial_unittest.cc",
+ "suggestion_answer_unittest.cc",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698