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

Side by Side Diff: components/omnibox/browser/BUILD.gn

Issue 1635653002: Componentizes history_quick_provider_unittest.cc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move
Patch Set: Review. Created 4 years, 10 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//third_party/protobuf/proto_library.gni") 5 import("//third_party/protobuf/proto_library.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 } 9 }
10 10
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 testonly = true 181 testonly = true
182 sources = [ 182 sources = [
183 "answers_cache_unittest.cc", 183 "answers_cache_unittest.cc",
184 "autocomplete_input_unittest.cc", 184 "autocomplete_input_unittest.cc",
185 "autocomplete_match_unittest.cc", 185 "autocomplete_match_unittest.cc",
186 "autocomplete_provider_unittest.cc", 186 "autocomplete_provider_unittest.cc",
187 "autocomplete_result_unittest.cc", 187 "autocomplete_result_unittest.cc",
188 "base_search_provider_unittest.cc", 188 "base_search_provider_unittest.cc",
189 "bookmark_provider_unittest.cc", 189 "bookmark_provider_unittest.cc",
190 "clipboard_url_provider_unittest.cc", 190 "clipboard_url_provider_unittest.cc",
191 "history_quick_provider_unittest.cc",
191 "history_url_provider_unittest.cc", 192 "history_url_provider_unittest.cc",
192 "in_memory_url_index_types_unittest.cc", 193 "in_memory_url_index_types_unittest.cc",
193 "keyword_provider_unittest.cc", 194 "keyword_provider_unittest.cc",
194 "omnibox_field_trial_unittest.cc", 195 "omnibox_field_trial_unittest.cc",
195 "omnibox_popup_model_unittest.cc", 196 "omnibox_popup_model_unittest.cc",
196 "omnibox_view_unittest.cc", 197 "omnibox_view_unittest.cc",
197 "scored_history_match_unittest.cc", 198 "scored_history_match_unittest.cc",
198 "shortcuts_database_unittest.cc", 199 "shortcuts_database_unittest.cc",
199 "suggestion_answer_unittest.cc", 200 "suggestion_answer_unittest.cc",
200 "zero_suggest_provider_unittest.cc", 201 "zero_suggest_provider_unittest.cc",
201 ] 202 ]
202 203
203 deps = [ 204 deps = [
204 ":browser", 205 ":browser",
205 ":test_support", 206 ":test_support",
206 "//base", 207 "//base",
207 "//base:prefs", 208 "//base:prefs",
208 "//base:prefs_test_support", 209 "//base:prefs_test_support",
210 "//base/test:test_support",
209 "//components/bookmarks/browser", 211 "//components/bookmarks/browser",
210 "//components/bookmarks/test", 212 "//components/bookmarks/test",
211 "//components/history/core/test", 213 "//components/history/core/test",
212 "//components/open_from_clipboard:test_support", 214 "//components/open_from_clipboard:test_support",
213 "//components/search", 215 "//components/search",
214 "//components/search_engines", 216 "//components/search_engines",
215 "//components/url_formatter", 217 "//components/url_formatter",
216 "//components/variations", 218 "//components/variations",
217 "//net:test_support", 219 "//net:test_support",
218 "//sql", 220 "//sql",
219 "//sql:test_support", 221 "//sql:test_support",
220 "//testing/gmock", 222 "//testing/gmock",
221 "//testing/gtest", 223 "//testing/gtest",
222 "//ui/base", 224 "//ui/base",
223 "//url", 225 "//url",
224 ] 226 ]
225 } 227 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/omnibox/browser/history_quick_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698