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

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: Rebase again now that CQ is fixed Created 5 years, 4 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 "+chrome/app", 4 "+chrome/app",
5 "+chrome/chrome_watcher", 5 "+chrome/chrome_watcher",
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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "+components/suggestions", 89 "+components/suggestions",
90 "+components/sync_driver", 90 "+components/sync_driver",
91 "+components/translate/content/browser", 91 "+components/translate/content/browser",
92 "+components/translate/content/common", 92 "+components/translate/content/common",
93 "+components/translate/core/browser", 93 "+components/translate/core/browser",
94 "+components/translate/core/common", 94 "+components/translate/core/common",
95 "+components/ui", 95 "+components/ui",
96 "+components/undo", 96 "+components/undo",
97 "+components/update_client", 97 "+components/update_client",
98 "+components/upload_list", 98 "+components/upload_list",
99 "+components/url_formatter",
99 "+components/url_matcher", 100 "+components/url_matcher",
100 "+components/user_manager", 101 "+components/user_manager",
101 "+components/user_prefs", 102 "+components/user_prefs",
102 "+components/version_info", 103 "+components/version_info",
103 "+components/web_cache/browser", 104 "+components/web_cache/browser",
104 "+components/web_modal", 105 "+components/web_modal",
105 "+components/web_resource", 106 "+components/web_resource",
106 "+components/webdata/common", 107 "+components/webdata/common",
107 "+components/webdata_services", 108 "+components/webdata_services",
108 "+content/public/browser", 109 "+content/public/browser",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 190 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
190 "+third_party/WebKit/public/web/WebCache.h", 191 "+third_party/WebKit/public/web/WebCache.h",
191 "+third_party/WebKit/public/web/WebContextMenuData.h", 192 "+third_party/WebKit/public/web/WebContextMenuData.h",
192 "+third_party/WebKit/public/web/WebFindOptions.h", 193 "+third_party/WebKit/public/web/WebFindOptions.h",
193 "+third_party/WebKit/public/web/WebInputEvent.h", 194 "+third_party/WebKit/public/web/WebInputEvent.h",
194 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 195 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
195 "+third_party/WebKit/public/web/WebPluginAction.h", 196 "+third_party/WebKit/public/web/WebPluginAction.h",
196 "+third_party/WebKit/public/web/WebTextDirection.h", 197 "+third_party/WebKit/public/web/WebTextDirection.h",
197 "+third_party/WebKit/public/web/WebWindowFeatures.h", 198 "+third_party/WebKit/public/web/WebWindowFeatures.h",
198 ] 199 ]
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/fullscreen/fullscreen_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698