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

Side by Side Diff: chrome/browser/DEPS

Issue 559063002: Remove webkit/browser/, point everything to storage/browser/ instead (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/grit", # For generated headers 5 "+chrome/grit", # For generated headers
6 "+chrome/installer", 6 "+chrome/installer",
7 "+chrome_elf/blacklist", 7 "+chrome_elf/blacklist",
8 "+chrome_elf/chrome_elf_constants.h", 8 "+chrome_elf/chrome_elf_constants.h",
9 "+chrome_elf/create_file", 9 "+chrome_elf/create_file",
10 "+chrome_elf/dll_hash", 10 "+chrome_elf/dll_hash",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 # is needed these files need to move to base/ 114 # is needed these files need to move to base/
115 "+cc/base/switches.h", 115 "+cc/base/switches.h",
116 116
117 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo 117 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo
118 "-content/public/test/test_browser_context.h", 118 "-content/public/test/test_browser_context.h",
119 119
120 # TODO(stuartmorgan): Remove these by refactoring necessary code out of 120 # TODO(stuartmorgan): Remove these by refactoring necessary code out of
121 # webkit/. See crbug.com/146251 121 # webkit/. See crbug.com/146251
122 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 122 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
123 123
124 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned 124 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned
jamesr 2014/09/10 19:05:13 you can delete this TODO now, no?
125 # up webkit/. crbug.com/239710 125 # up webkit/. crbug.com/239710
126 "+storage/browser",
126 "+storage/common", 127 "+storage/common",
127 "+webkit/browser",
128 128
129 "-chrome/browser/ui/views", 129 "-chrome/browser/ui/views",
130 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", 130 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h",
131 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", 131 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
132 "+chrome/browser/ui/views/athena/chrome_browser_main_extra_parts_athena.h", 132 "+chrome/browser/ui/views/athena/chrome_browser_main_extra_parts_athena.h",
133 133
134 # Other libraries. 134 # Other libraries.
135 "+libxml", # For search engine definition parsing. 135 "+libxml", # For search engine definition parsing.
136 "+third_party/google_toolbox_for_mac/src", 136 "+third_party/google_toolbox_for_mac/src",
137 "+third_party/icu/source/common/unicode", 137 "+third_party/icu/source/common/unicode",
(...skipping 18 matching lines...) Expand all
156 "+third_party/WebKit/public/web/WebCache.h", 156 "+third_party/WebKit/public/web/WebCache.h",
157 "+third_party/WebKit/public/web/WebContextMenuData.h", 157 "+third_party/WebKit/public/web/WebContextMenuData.h",
158 "+third_party/WebKit/public/web/WebFindOptions.h", 158 "+third_party/WebKit/public/web/WebFindOptions.h",
159 "+third_party/WebKit/public/web/WebInputEvent.h", 159 "+third_party/WebKit/public/web/WebInputEvent.h",
160 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 160 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
161 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 161 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
162 "+third_party/WebKit/public/web/WebPluginAction.h", 162 "+third_party/WebKit/public/web/WebPluginAction.h",
163 "+third_party/WebKit/public/web/WebTextDirection.h", 163 "+third_party/WebKit/public/web/WebTextDirection.h",
164 "+third_party/WebKit/public/web/WebWindowFeatures.h", 164 "+third_party/WebKit/public/web/WebWindowFeatures.h",
165 ] 165 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698