summaryrefslogtreecommitdiffstats
path: root/components/omnibox
diff options
context:
space:
mode:
authorgroby <groby@chromium.org>2014-09-24 15:07:25 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-24 22:07:37 +0000
commit5a9f3565384683a6c1f542d6ac6b4c5aa26995df (patch)
tree535a0eedcc57de252d0ba69f5bc034fbcec9655f /components/omnibox
parent9bff5bdca927eb974da275b0353d3eba39d0b76d (diff)
downloadchromium_src-5a9f3565384683a6c1f542d6ac6b4c5aa26995df.zip
chromium_src-5a9f3565384683a6c1f542d6ac6b4c5aa26995df.tar.gz
chromium_src-5a9f3565384683a6c1f542d6ac6b4c5aa26995df.tar.bz2
[AiS] Update GN build, as well.
Previous CL for adding base_search_provider_unittest.cc did not update BUILD.gn - this CL does. BUG=none TBR=mpearson@chromium.org Review URL: https://codereview.chromium.org/600963002 Cr-Commit-Position: refs/heads/master@{#296538}
Diffstat (limited to 'components/omnibox')
-rw-r--r--components/omnibox/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/omnibox/BUILD.gn b/components/omnibox/BUILD.gn
index f24e05d..259b2528d 100644
--- a/components/omnibox/BUILD.gn
+++ b/components/omnibox/BUILD.gn
@@ -71,6 +71,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",
]
@@ -78,6 +79,7 @@ source_set("unit_tests") {
deps = [
":omnibox",
":test_support",
+ "//testing/gmock",
"//testing/gtest",
]
}