Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / components / omnibox / BUILD.gn
index 259b252..2dcd7bf 100644 (file)
@@ -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",
   ]
@@ -45,6 +47,7 @@ static_library("omnibox") {
     "//components/strings",
     "//components/url_fixer",
     "//components/variations",
+    "//components/variations/net",
     "//net",
     "//ui/base",
     "//url",
@@ -74,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 = [