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

Unified Diff: components/omnibox/BUILD.gn

Issue 600963002: [AiS] Update GN build, as well. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@merge-results
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | 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 2f56ee6beffdeeb54c4fe0e8c0d5d07697957915..bf3b88c13d022b7afe3d80147752f2f83cb82dc7 100644
--- a/components/omnibox/BUILD.gn
+++ b/components/omnibox/BUILD.gn
@@ -73,6 +73,7 @@ source_set("unit_tests") {
"autocomplete_input_unittest.cc",
"autocomplete_match_unittest.cc",
"autocomplete_result_unittest.cc",
+ "base_search_provider_unittest.cc",
"keyword_provider_unittest.cc",
"omnibox_field_trial_unittest.cc",
]
@@ -80,6 +81,7 @@ source_set("unit_tests") {
deps = [
":omnibox",
":test_support",
+ "//testing/gmock",
"//testing/gtest",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698