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

Side by Side Diff: components/omnibox/DEPS

Issue 447183003: Move OmniboxFieldTrial to components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/metrics/proto", 2 "+components/metrics/proto",
3 "+components/search",
3 "+components/search_engines", 4 "+components/search_engines",
4 "+components/url_fixer", 5 "+components/url_fixer",
6 "+components/variations",
5 "+grit", 7 "+grit",
6 "+net", 8 "+net",
7 "+url", 9 "+url",
8 ] 10 ]
9 11
10 specific_include_rules = { 12 specific_include_rules = {
11 "autocomplete_match.\h": [ 13 "autocomplete_match.\h": [
12 # For content::PageTransition enum. crbug.com/372373 14 # For content::PageTransition enum. crbug.com/372373
13 "!content/public/common/page_transition_types.h", 15 "!content/public/common/page_transition_types.h",
14 ], 16 ],
15 } 17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698