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

Unified Diff: components/omnibox/browser/BUILD.gn

Issue 1515853002: Componentize shortcuts_database_unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated Created 5 years 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 | « components/components_tests.gyp ('k') | components/omnibox/browser/shortcuts_database_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/browser/BUILD.gn
diff --git a/components/omnibox/browser/BUILD.gn b/components/omnibox/browser/BUILD.gn
index d37199a18fca60071e8db16b34247316195c7f80..fd7bf9580e7e715d6ff06304cfbbbeeb216c1025 100644
--- a/components/omnibox/browser/BUILD.gn
+++ b/components/omnibox/browser/BUILD.gn
@@ -192,6 +192,7 @@ source_set("unit_tests") {
"omnibox_popup_model_unittest.cc",
"omnibox_view_unittest.cc",
"scored_history_match_unittest.cc",
+ "shortcuts_database_unittest.cc",
"suggestion_answer_unittest.cc",
]
@@ -203,8 +204,11 @@ source_set("unit_tests") {
"//components/search",
"//components/search_engines",
"//components/variations",
+ "//sql",
+ "//sql:test_support",
"//testing/gmock",
"//testing/gtest",
+ "//ui/base",
"//url",
]
}
« no previous file with comments | « components/components_tests.gyp ('k') | components/omnibox/browser/shortcuts_database_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698