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

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

Issue 1639463002: Moves HistoryIndexRestoreObserver to components/omnibox/browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/browser/history_index_restore_observer.h » ('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 9c5700c3416c9f4c33c32ee89e4cbc11c6a7bd90..8a33c3b644613271d70eab6921a0f2e700988d50 100644
--- a/components/omnibox/browser/BUILD.gn
+++ b/components/omnibox/browser/BUILD.gn
@@ -159,6 +159,8 @@ proto_library("in_memory_url_index_cache_proto") {
static_library("test_support") {
testonly = true
sources = [
+ "history_index_restore_observer.cc",
+ "history_index_restore_observer.h",
"mock_autocomplete_provider_client.cc",
"mock_autocomplete_provider_client.h",
"test_scheme_classifier.cc",
« no previous file with comments | « components/omnibox.gypi ('k') | components/omnibox/browser/history_index_restore_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698