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

Unified Diff: components/omnibox.gypi

Issue 1192373002: Prepare AutocompleteController for componentization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@componentize_zero_suggest_provider
Patch Set: Response to review 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 | « chrome/browser/ui/webui/options/startup_pages_handler.cc ('k') | components/omnibox/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox.gypi
diff --git a/components/omnibox.gypi b/components/omnibox.gypi
index c2288040de7bb51da4802c3882fe165608b8feef..3a60d9934fee9df8e46bcd41e0d89056967a2bc6 100644
--- a/components/omnibox.gypi
+++ b/components/omnibox.gypi
@@ -118,6 +118,7 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
+ '../testing/gmock.gyp:gmock',
'omnibox',
'component_metrics_proto',
],
@@ -126,6 +127,8 @@
],
'sources': [
# Note: sources list duplicated in GN build.
+ 'omnibox/mock_autocomplete_provider_client.cc',
+ 'omnibox/mock_autocomplete_provider_client.h',
'omnibox/test_scheme_classifier.cc',
'omnibox/test_scheme_classifier.h',
],
« no previous file with comments | « chrome/browser/ui/webui/options/startup_pages_handler.cc ('k') | components/omnibox/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698