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

Unified Diff: components/omnibox.gypi

Issue 447183003: Move OmniboxFieldTrial to components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & fix switch indent Created 6 years, 4 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/components_tests.gyp ('k') | components/omnibox/DEPS » ('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 6721110168cbc658022daa61a224e8aff5dab332..63b399f120a36a36f5a754ffc5cc8fb27a864337 100644
--- a/components/omnibox.gypi
+++ b/components/omnibox.gypi
@@ -12,7 +12,9 @@
'../base/base.gyp:base',
'../net/net.gyp:net',
'../url/url.gyp:url_lib',
+ 'search',
'search_engines',
+ 'variations',
'component_metrics_proto',
'components_resources.gyp:components_resources',
'url_fixer',
@@ -32,6 +34,10 @@
'omnibox/autocomplete_provider.h',
'omnibox/autocomplete_provider_listener.h',
'omnibox/autocomplete_scheme_classifier.h',
+ 'omnibox/omnibox_field_trial.cc',
+ 'omnibox/omnibox_field_trial.h',
+ 'omnibox/omnibox_switches.cc',
+ 'omnibox/omnibox_switches.h',
'omnibox/search_suggestion_parser.cc',
'omnibox/search_suggestion_parser.h',
'omnibox/url_prefix.cc',
« no previous file with comments | « components/components_tests.gyp ('k') | components/omnibox/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698