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/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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 170 "-content/public/test/test_browser_context.h", | 170 "-content/public/test/test_browser_context.h", |
| 171 | 171 |
| 172 # TODO(stuartmorgan): Remove these by refactoring necessary code out of | 172 # TODO(stuartmorgan): Remove these by refactoring necessary code out of |
| 173 # webkit/. See crbug.com/146251 | 173 # webkit/. See crbug.com/146251 |
| 174 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | 174 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
| 175 | 175 |
| 176 "+storage/browser", | 176 "+storage/browser", |
| 177 "+storage/common", | 177 "+storage/common", |
| 178 | 178 |
| 179 "-chrome/browser/ui/views", | 179 "-chrome/browser/ui/views", |
| 180 # The next line is needed for chrome/browser/pdf/pdf_extension_test.cc. | |
|
Lei Zhang
2015/10/23 18:14:32
Restrict this to chrome/browser/pdf/DEPS then?
wjmaclean
2015/10/29 15:33:36
Ok, I didn't realize that would be allowed :-)
Do
| |
| 181 "+chrome/browser/ui/views/location_bar/zoom_bubble_view.h", | |
| 180 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", | 182 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", |
| 181 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", | 183 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", |
| 182 | 184 |
| 183 # Other libraries. | 185 # Other libraries. |
| 184 "+libxml", | 186 "+libxml", |
| 185 "+third_party/google_toolbox_for_mac/src", | 187 "+third_party/google_toolbox_for_mac/src", |
| 186 "+third_party/icu/source/common/unicode", | 188 "+third_party/icu/source/common/unicode", |
| 187 "+third_party/icu/source/i18n/unicode", | 189 "+third_party/icu/source/i18n/unicode", |
| 188 "+third_party/leveldatabase", | 190 "+third_party/leveldatabase", |
| 189 "+third_party/libxml", | 191 "+third_party/libxml", |
| (...skipping 13 matching lines...) Expand all Loading... | |
| 203 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", | 205 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", |
| 204 "+third_party/WebKit/public/web/WebCache.h", | 206 "+third_party/WebKit/public/web/WebCache.h", |
| 205 "+third_party/WebKit/public/web/WebContextMenuData.h", | 207 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 206 "+third_party/WebKit/public/web/WebFindOptions.h", | 208 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 207 "+third_party/WebKit/public/web/WebInputEvent.h", | 209 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 208 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 210 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 209 "+third_party/WebKit/public/web/WebPluginAction.h", | 211 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 210 "+third_party/WebKit/public/web/WebTextDirection.h", | 212 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 211 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 213 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 212 ] | 214 ] |
| OLD | NEW |