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

Unified Diff: components/omnibox/BUILD.gn

Issue 1176153006: Componentize ShortcutsBackend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shortcuts_backend_dependency_injection
Patch Set: Rebase Created 5 years, 6 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 | « components/omnibox.gypi ('k') | components/omnibox/shortcuts_backend.h » ('j') | 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 c119dea84d72cad3aa0276b22f16cba0233fa049..1fa2a2d48b91eafea95366a0f6464fce91ccc322 100644
--- a/components/omnibox/BUILD.gn
+++ b/components/omnibox/BUILD.gn
@@ -49,6 +49,8 @@ static_library("omnibox") {
"search_provider.h",
"search_suggestion_parser.cc",
"search_suggestion_parser.h",
+ "shortcuts_backend.cc",
+ "shortcuts_backend.h",
"shortcuts_database.cc",
"shortcuts_database.h",
"suggestion_answer.cc",
« no previous file with comments | « components/omnibox.gypi ('k') | components/omnibox/shortcuts_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698