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

Side by Side Diff: chrome/browser/DEPS

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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 | Annotate | Revision Log
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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "+win8/util", 101 "+win8/util",
102 102
103 # chrome only needs switches from cc. All usage of the compositor is from 103 # chrome only needs switches from cc. All usage of the compositor is from
104 # content. Definitely don't include generic stuff from cc/base here, if this 104 # content. Definitely don't include generic stuff from cc/base here, if this
105 # is needed these files need to move to base/ 105 # is needed these files need to move to base/
106 "+cc/base/switches.h", 106 "+cc/base/switches.h",
107 107
108 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo 108 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo
109 "-content/public/test/test_browser_context.h", 109 "-content/public/test/test_browser_context.h",
110 110
111 "+storage",
112
111 # TODO(stuartmorgan): Remove these by refactoring necessary code out of 113 # TODO(stuartmorgan): Remove these by refactoring necessary code out of
112 # webkit/. See crbug.com/146251 114 # webkit/. See crbug.com/146251
113 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! 115 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW!
114 116
115 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned 117 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned
116 # up webkit/. crbug.com/239710 118 # up webkit/. crbug.com/239710
117 "+webkit/browser", 119 "+webkit/browser",
118 "+webkit/common", 120 "+webkit/common",
119 121
120 "-chrome/browser/ui/views", 122 "-chrome/browser/ui/views",
(...skipping 25 matching lines...) Expand all
146 "+third_party/WebKit/public/web/WebCache.h", 148 "+third_party/WebKit/public/web/WebCache.h",
147 "+third_party/WebKit/public/web/WebContextMenuData.h", 149 "+third_party/WebKit/public/web/WebContextMenuData.h",
148 "+third_party/WebKit/public/web/WebFindOptions.h", 150 "+third_party/WebKit/public/web/WebFindOptions.h",
149 "+third_party/WebKit/public/web/WebInputEvent.h", 151 "+third_party/WebKit/public/web/WebInputEvent.h",
150 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 152 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
151 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 153 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
152 "+third_party/WebKit/public/web/WebPluginAction.h", 154 "+third_party/WebKit/public/web/WebPluginAction.h",
153 "+third_party/WebKit/public/web/WebTextDirection.h", 155 "+third_party/WebKit/public/web/WebTextDirection.h",
154 "+third_party/WebKit/public/web/WebWindowFeatures.h", 156 "+third_party/WebKit/public/web/WebWindowFeatures.h",
155 ] 157 ]
OLDNEW
« no previous file with comments | « android_webview/native/webview_native.gyp ('k') | chrome/browser/browsing_data/browsing_data_database_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698