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

Side by Side Diff: components/omnibox/DEPS

Issue 469623004: Move KeywordProvider to components/omnibox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move tests 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « components/omnibox/BUILD.gn ('k') | components/omnibox/keyword_extensions_delegate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/metrics/proto", 2 "+components/metrics/proto",
3 "+components/search", 3 "+components/search",
4 "+components/search_engines", 4 "+components/search_engines",
5 "+components/url_fixer", 5 "+components/url_fixer",
6 "+components/variations", 6 "+components/variations",
7 "+grit", 7 "+grit",
8 "+net", 8 "+net",
9 "+ui/base",
9 "+url", 10 "+url",
10 ] 11 ]
11 12
12 specific_include_rules = { 13 specific_include_rules = {
13 "autocomplete_match.\h": [ 14 "autocomplete_match.\h": [
14 # For content::PageTransition enum. crbug.com/372373 15 # For content::PageTransition enum. crbug.com/372373
15 "!content/public/common/page_transition_types.h", 16 "!content/public/common/page_transition_types.h",
16 ], 17 ],
17 } 18 }
OLDNEW
« no previous file with comments | « components/omnibox/BUILD.gn ('k') | components/omnibox/keyword_extensions_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698