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

Side by Side Diff: components/search_engines/DEPS

Issue 367023002: Componentize TemplateURLService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « components/search_engines.gypi ('k') | components/search_engines/keyword_table.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/google/core", 2 "+components/google/core",
3 "+components/history/core", 3 "+components/history/core",
4 "+components/keyed_service/core",
4 "+components/metrics/proto", 5 "+components/metrics/proto",
5 "+components/policy/core", 6 "+components/policy/core",
6 "+components/pref_registry", 7 "+components/pref_registry",
8 "+components/rappor",
9 "+components/url_fixer",
10 "+components/webdata",
7 "+google_apis", 11 "+google_apis",
8 "+grit/components_strings.h", 12 "+grit/components_strings.h",
9 "+net", 13 "+net",
10 "+policy", 14 "+policy",
15 "+sql",
16 "+sync",
11 "+ui/gfx/geometry", 17 "+ui/gfx/geometry",
12 ] 18 ]
OLDNEW
« no previous file with comments | « components/search_engines.gypi ('k') | components/search_engines/keyword_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698