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

Unified Diff: components/autocomplete.gypi

Issue 377153004: Componentize autocomplete_match_type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/common/autocomplete_match_type.cc ('k') | components/autocomplete/autocomplete_match_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autocomplete.gypi
diff --git a/components/autocomplete.gypi b/components/autocomplete.gypi
index 3059a90e07f4afb05e7706e65c6e71bf22074f30..59f95edbd1ced5f89f79e03a3bb611e0e8f05baa 100644
--- a/components/autocomplete.gypi
+++ b/components/autocomplete.gypi
@@ -20,6 +20,8 @@
'sources': [
'autocomplete/autocomplete_input.cc',
'autocomplete/autocomplete_input.h',
+ 'autocomplete/autocomplete_match_type.cc',
+ 'autocomplete/autocomplete_match_type.h',
'autocomplete/autocomplete_scheme_classifier.h',
'autocomplete/url_prefix.cc',
'autocomplete/url_prefix.h',
« no previous file with comments | « chrome/common/autocomplete_match_type.cc ('k') | components/autocomplete/autocomplete_match_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698