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

Side by Side Diff: chrome/browser/DEPS

Issue 777863002: Introduce new component webdata_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary DEPS on //ui, sort dependencies Created 6 years 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+athena/content/public", 4 "+athena/content/public",
5 "+chrome/app", 5 "+chrome/app",
6 "+chrome/grit", # For generated headers 6 "+chrome/grit", # For generated headers
7 "+chrome/installer", 7 "+chrome/installer",
8 "+chrome_elf/blacklist", 8 "+chrome_elf/blacklist",
9 "+chrome_elf/chrome_elf_constants.h", 9 "+chrome_elf/chrome_elf_constants.h",
10 "+chrome_elf/create_file", 10 "+chrome_elf/create_file",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "+components/translate/content/browser", 75 "+components/translate/content/browser",
76 "+components/translate/content/common", 76 "+components/translate/content/common",
77 "+components/translate/core/browser", 77 "+components/translate/core/browser",
78 "+components/translate/core/common", 78 "+components/translate/core/common",
79 "+components/url_matcher", 79 "+components/url_matcher",
80 "+components/user_manager", 80 "+components/user_manager",
81 "+components/user_prefs", 81 "+components/user_prefs",
82 "+components/web_modal", 82 "+components/web_modal",
83 "+components/web_cache/browser", 83 "+components/web_cache/browser",
84 "+components/webdata/common", 84 "+components/webdata/common",
85 "+components/webdata_services",
85 "+components/web_resource", 86 "+components/web_resource",
86 "+content/public/browser", 87 "+content/public/browser",
87 "+content/test/net", 88 "+content/test/net",
88 "+courgette", 89 "+courgette",
89 "+device/bluetooth", 90 "+device/bluetooth",
90 "+device/core", 91 "+device/core",
91 "+device/hid", 92 "+device/hid",
92 "+device/usb", 93 "+device/usb",
93 "+device/media_transfer_protocol", 94 "+device/media_transfer_protocol",
94 "+extensions/browser", 95 "+extensions/browser",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 "+third_party/WebKit/public/web/WebCache.h", 167 "+third_party/WebKit/public/web/WebCache.h",
167 "+third_party/WebKit/public/web/WebContextMenuData.h", 168 "+third_party/WebKit/public/web/WebContextMenuData.h",
168 "+third_party/WebKit/public/web/WebFindOptions.h", 169 "+third_party/WebKit/public/web/WebFindOptions.h",
169 "+third_party/WebKit/public/web/WebInputEvent.h", 170 "+third_party/WebKit/public/web/WebInputEvent.h",
170 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 171 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
171 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 172 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
172 "+third_party/WebKit/public/web/WebPluginAction.h", 173 "+third_party/WebKit/public/web/WebPluginAction.h",
173 "+third_party/WebKit/public/web/WebTextDirection.h", 174 "+third_party/WebKit/public/web/WebTextDirection.h",
174 "+third_party/WebKit/public/web/WebWindowFeatures.h", 175 "+third_party/WebKit/public/web/WebWindowFeatures.h",
175 ] 176 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698