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

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: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « components/omnibox.gypi ('k') | components/omnibox/omnibox_field_trial.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_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
« no previous file with comments | « components/omnibox.gypi ('k') | components/omnibox/omnibox_field_trial.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698