OLD | NEW |
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 Loading... |
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 Loading... |
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 ] |
OLD | NEW |