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

Side by Side Diff: chrome/browser/DEPS

Issue 330833002: Extract protobuf database into a new 'leveldb_proto' component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test 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
« no previous file with comments | « no previous file | chrome/browser/dom_distiller/dom_distiller_service_factory.cc » ('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 "+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 12 matching lines...) Expand all
23 "+components/domain_reliability", 23 "+components/domain_reliability",
24 "+components/favicon_base", 24 "+components/favicon_base",
25 "+components/feedback", 25 "+components/feedback",
26 "+components/gcm_driver", 26 "+components/gcm_driver",
27 "+components/google", 27 "+components/google",
28 "+components/history", 28 "+components/history",
29 "+components/infobars", 29 "+components/infobars",
30 "+components/invalidation", 30 "+components/invalidation",
31 "+components/keyed_service", 31 "+components/keyed_service",
32 "+components/language_usage_metrics", 32 "+components/language_usage_metrics",
33 "+components/leveldb_proto",
33 "+components/nacl/browser", 34 "+components/nacl/browser",
34 "+components/nacl/common", 35 "+components/nacl/common",
35 "+components/navigation_interception", 36 "+components/navigation_interception",
36 "+components/navigation_metrics", 37 "+components/navigation_metrics",
37 "+components/network_time", 38 "+components/network_time",
38 "+components/os_crypt", 39 "+components/os_crypt",
39 "+components/password_manager", 40 "+components/password_manager",
40 "+components/policy", 41 "+components/policy",
41 "+components/precache", 42 "+components/precache",
42 "+components/pref_registry", 43 "+components/pref_registry",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "+third_party/WebKit/public/web/WebContextMenuData.h", 132 "+third_party/WebKit/public/web/WebContextMenuData.h",
132 "+third_party/WebKit/public/web/WebFindOptions.h", 133 "+third_party/WebKit/public/web/WebFindOptions.h",
133 "+third_party/WebKit/public/web/WebInputEvent.h", 134 "+third_party/WebKit/public/web/WebInputEvent.h",
134 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 135 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
135 "+third_party/WebKit/public/web/WebNotificationPresenter.h", 136 "+third_party/WebKit/public/web/WebNotificationPresenter.h",
136 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 137 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
137 "+third_party/WebKit/public/web/WebPluginAction.h", 138 "+third_party/WebKit/public/web/WebPluginAction.h",
138 "+third_party/WebKit/public/web/WebTextDirection.h", 139 "+third_party/WebKit/public/web/WebTextDirection.h",
139 "+third_party/WebKit/public/web/WebWindowFeatures.h", 140 "+third_party/WebKit/public/web/WebWindowFeatures.h",
140 ] 141 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/dom_distiller/dom_distiller_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698