Chromium Code Reviews| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 115 | 115 |
| 116 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo | 116 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo |
| 117 "-content/public/test/test_browser_context.h", | 117 "-content/public/test/test_browser_context.h", |
| 118 | 118 |
| 119 # TODO(stuartmorgan): Remove these by refactoring necessary code out of | 119 # TODO(stuartmorgan): Remove these by refactoring necessary code out of |
| 120 # webkit/. See crbug.com/146251 | 120 # webkit/. See crbug.com/146251 |
| 121 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | 121 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
| 122 | 122 |
| 123 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned | 123 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned |
| 124 # up webkit/. crbug.com/239710 | 124 # up webkit/. crbug.com/239710 |
| 125 "+storage", | |
|
jamesr
2014/09/09 18:47:12
this too. since this is chrome/browser/, it should
| |
| 125 "+webkit/browser", | 126 "+webkit/browser", |
| 126 "+webkit/common", | |
| 127 | 127 |
| 128 "-chrome/browser/ui/views", | 128 "-chrome/browser/ui/views", |
| 129 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", | 129 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", |
| 130 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", | 130 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", |
| 131 "+chrome/browser/ui/views/athena/chrome_browser_main_extra_parts_athena.h", | 131 "+chrome/browser/ui/views/athena/chrome_browser_main_extra_parts_athena.h", |
| 132 | 132 |
| 133 # Other libraries. | 133 # Other libraries. |
| 134 "+libxml", # For search engine definition parsing. | 134 "+libxml", # For search engine definition parsing. |
| 135 "+third_party/google_toolbox_for_mac/src", | 135 "+third_party/google_toolbox_for_mac/src", |
| 136 "+third_party/icu/source/common/unicode", | 136 "+third_party/icu/source/common/unicode", |
| (...skipping 18 matching lines...) Expand all Loading... | |
| 155 "+third_party/WebKit/public/web/WebCache.h", | 155 "+third_party/WebKit/public/web/WebCache.h", |
| 156 "+third_party/WebKit/public/web/WebContextMenuData.h", | 156 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 157 "+third_party/WebKit/public/web/WebFindOptions.h", | 157 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 158 "+third_party/WebKit/public/web/WebInputEvent.h", | 158 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 159 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 159 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 160 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 160 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
| 161 "+third_party/WebKit/public/web/WebPluginAction.h", | 161 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 162 "+third_party/WebKit/public/web/WebTextDirection.h", | 162 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 163 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 163 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 164 ] | 164 ] |
| OLD | NEW |