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

Side by Side Diff: chrome/browser/DEPS

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile fixes following rebase Created 5 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
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/chrome_watcher", 6 "+chrome/chrome_watcher",
7 "+chrome/grit", # For generated headers 7 "+chrome/grit", # For generated headers
8 "+chrome/installer", 8 "+chrome/installer",
9 "+chrome_elf/blacklist", 9 "+chrome_elf/blacklist",
10 "+chrome_elf/chrome_elf_constants.h", 10 "+chrome_elf/chrome_elf_constants.h",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "+components/storage_monitor", 84 "+components/storage_monitor",
85 "+components/suggestions", 85 "+components/suggestions",
86 "+components/sync_driver", 86 "+components/sync_driver",
87 "+components/translate/content/browser", 87 "+components/translate/content/browser",
88 "+components/translate/content/common", 88 "+components/translate/content/common",
89 "+components/translate/core/browser", 89 "+components/translate/core/browser",
90 "+components/translate/core/common", 90 "+components/translate/core/common",
91 "+components/ui", 91 "+components/ui",
92 "+components/undo", 92 "+components/undo",
93 "+components/update_client", 93 "+components/update_client",
94 "+components/url_formatter",
94 "+components/url_matcher", 95 "+components/url_matcher",
95 "+components/user_manager", 96 "+components/user_manager",
96 "+components/user_prefs", 97 "+components/user_prefs",
97 "+components/web_modal", 98 "+components/web_modal",
98 "+components/web_cache/browser", 99 "+components/web_cache/browser",
99 "+components/webdata/common", 100 "+components/webdata/common",
100 "+components/webdata_services", 101 "+components/webdata_services",
101 "+components/web_resource", 102 "+components/web_resource",
102 "+content/public/browser", 103 "+content/public/browser",
103 "+content/test/net", 104 "+content/test/net",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 182 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
182 "+third_party/WebKit/public/web/WebCache.h", 183 "+third_party/WebKit/public/web/WebCache.h",
183 "+third_party/WebKit/public/web/WebContextMenuData.h", 184 "+third_party/WebKit/public/web/WebContextMenuData.h",
184 "+third_party/WebKit/public/web/WebFindOptions.h", 185 "+third_party/WebKit/public/web/WebFindOptions.h",
185 "+third_party/WebKit/public/web/WebInputEvent.h", 186 "+third_party/WebKit/public/web/WebInputEvent.h",
186 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 187 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
187 "+third_party/WebKit/public/web/WebPluginAction.h", 188 "+third_party/WebKit/public/web/WebPluginAction.h",
188 "+third_party/WebKit/public/web/WebTextDirection.h", 189 "+third_party/WebKit/public/web/WebTextDirection.h",
189 "+third_party/WebKit/public/web/WebWindowFeatures.h", 190 "+third_party/WebKit/public/web/WebWindowFeatures.h",
190 ] 191 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698