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

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: Compile as static_library instead of component 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/ui", 79 "+components/ui",
80 "+components/url_matcher", 80 "+components/url_matcher",
81 "+components/user_manager", 81 "+components/user_manager",
82 "+components/user_prefs", 82 "+components/user_prefs",
83 "+components/web_modal", 83 "+components/web_modal",
84 "+components/web_cache/browser", 84 "+components/web_cache/browser",
85 "+components/webdata/common", 85 "+components/webdata/common",
86 "+components/webdata_services",
86 "+components/web_resource", 87 "+components/web_resource",
87 "+content/public/browser", 88 "+content/public/browser",
88 "+content/test/net", 89 "+content/test/net",
89 "+courgette", 90 "+courgette",
90 "+device/bluetooth", 91 "+device/bluetooth",
91 "+device/core", 92 "+device/core",
92 "+device/hid", 93 "+device/hid",
93 "+device/usb", 94 "+device/usb",
94 "+device/media_transfer_protocol", 95 "+device/media_transfer_protocol",
95 "+extensions/browser", 96 "+extensions/browser",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "+third_party/WebKit/public/web/WebCache.h", 168 "+third_party/WebKit/public/web/WebCache.h",
168 "+third_party/WebKit/public/web/WebContextMenuData.h", 169 "+third_party/WebKit/public/web/WebContextMenuData.h",
169 "+third_party/WebKit/public/web/WebFindOptions.h", 170 "+third_party/WebKit/public/web/WebFindOptions.h",
170 "+third_party/WebKit/public/web/WebInputEvent.h", 171 "+third_party/WebKit/public/web/WebInputEvent.h",
171 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 172 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
172 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 173 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
173 "+third_party/WebKit/public/web/WebPluginAction.h", 174 "+third_party/WebKit/public/web/WebPluginAction.h",
174 "+third_party/WebKit/public/web/WebTextDirection.h", 175 "+third_party/WebKit/public/web/WebTextDirection.h",
175 "+third_party/WebKit/public/web/WebWindowFeatures.h", 176 "+third_party/WebKit/public/web/WebWindowFeatures.h",
176 ] 177 ]
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698