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

Side by Side Diff: chrome/browser/DEPS

Issue 333353005: Move OmahaQueryParams to a component and add a delegate interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/installer", 5 "+chrome/installer",
6 "+chrome_elf/blacklist", 6 "+chrome_elf/blacklist",
7 "+chrome_elf/chrome_elf_constants.h", 7 "+chrome_elf/chrome_elf_constants.h",
8 "+chrome_elf/create_file", 8 "+chrome_elf/create_file",
9 "+chrome_elf/dll_hash", 9 "+chrome_elf/dll_hash",
10 "+chromeos", 10 "+chromeos",
(...skipping 20 matching lines...) Expand all
31 "+components/invalidation", 31 "+components/invalidation",
32 "+components/keyed_service", 32 "+components/keyed_service",
33 "+components/language_usage_metrics", 33 "+components/language_usage_metrics",
34 "+components/leveldb_proto", 34 "+components/leveldb_proto",
35 "+components/metrics", 35 "+components/metrics",
36 "+components/nacl/browser", 36 "+components/nacl/browser",
37 "+components/nacl/common", 37 "+components/nacl/common",
38 "+components/navigation_interception", 38 "+components/navigation_interception",
39 "+components/navigation_metrics", 39 "+components/navigation_metrics",
40 "+components/network_time", 40 "+components/network_time",
41 "+components/omaha_query_params",
41 "+components/os_crypt", 42 "+components/os_crypt",
42 "+components/password_manager", 43 "+components/password_manager",
43 "+components/policy", 44 "+components/policy",
44 "+components/precache", 45 "+components/precache",
45 "+components/pref_registry", 46 "+components/pref_registry",
46 "+components/query_parser", 47 "+components/query_parser",
47 "+components/rappor", 48 "+components/rappor",
48 "+components/search_engines", 49 "+components/search_engines",
49 "+components/search_provider_logos", 50 "+components/search_provider_logos",
50 "+components/sessions", 51 "+components/sessions",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 "+third_party/WebKit/public/web/WebContextMenuData.h", 137 "+third_party/WebKit/public/web/WebContextMenuData.h",
137 "+third_party/WebKit/public/web/WebFindOptions.h", 138 "+third_party/WebKit/public/web/WebFindOptions.h",
138 "+third_party/WebKit/public/web/WebInputEvent.h", 139 "+third_party/WebKit/public/web/WebInputEvent.h",
139 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 140 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
140 "+third_party/WebKit/public/web/WebNotificationPresenter.h", 141 "+third_party/WebKit/public/web/WebNotificationPresenter.h",
141 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 142 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
142 "+third_party/WebKit/public/web/WebPluginAction.h", 143 "+third_party/WebKit/public/web/WebPluginAction.h",
143 "+third_party/WebKit/public/web/WebTextDirection.h", 144 "+third_party/WebKit/public/web/WebTextDirection.h",
144 "+third_party/WebKit/public/web/WebWindowFeatures.h", 145 "+third_party/WebKit/public/web/WebWindowFeatures.h",
145 ] 146 ]
OLDNEW
« no previous file with comments | « apps/shell/browser/shell_omaha_query_params_delegate.cc ('k') | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698