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

Unified Diff: components/omnibox/BUILD.gn

Issue 584653004: [AiS] Merge answers into highest-scoring result (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@top-hit
Patch Set: Break dependency on chrome/ Created 6 years, 3 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 2f56ee6beffdeeb54c4fe0e8c0d5d07697957915..0dea5e84daa31d10dfcaff54c721d11eb05b68b8 100644
--- a/components/omnibox/BUILD.gn
+++ b/components/omnibox/BUILD.gn
@@ -70,6 +70,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"answers_cache_unittest.cc",
+ "base_search_provider_unittest.cc",
"autocomplete_input_unittest.cc",
"autocomplete_match_unittest.cc",
"autocomplete_result_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698