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

Side by Side Diff: components/omnibox/DEPS

Issue 562603002: Move PageTransition from //content/public/common to //ui/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/history", 2 "+components/history",
3 "+components/metrics/proto", 3 "+components/metrics/proto",
4 "+components/search", 4 "+components/search",
5 "+components/search_engines", 5 "+components/search_engines",
6 "+components/url_fixer", 6 "+components/url_fixer",
7 "+components/variations", 7 "+components/variations",
8 "+grit", 8 "+grit",
9 "+net", 9 "+net",
10 "+ui/base", 10 "+ui/base",
11 "+url", 11 "+url",
12 ] 12 ]
13
14 specific_include_rules = {
15 "autocomplete_match.\h": [
16 # For content::PageTransition enum. crbug.com/372373
17 "!content/public/common/page_transition_types.h",
18 ],
19 }
OLDNEW
« no previous file with comments | « components/navigation_interception/navigation_params.cc ('k') | components/omnibox/autocomplete_match.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698