| 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | 119 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
| 120 | 120 |
| 121 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned | 121 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned |
| 122 # up webkit/. crbug.com/239710 | 122 # up webkit/. crbug.com/239710 |
| 123 "+webkit/browser", | 123 "+webkit/browser", |
| 124 "+webkit/common", | 124 "+webkit/common", |
| 125 | 125 |
| 126 "-chrome/browser/ui/views", | 126 "-chrome/browser/ui/views", |
| 127 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", | 127 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", |
| 128 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", | 128 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", |
| 129 "+chrome/browser/ui/views/athena/chrome_browser_main_extra_parts_athena.h", |
| 129 | 130 |
| 130 # Other libraries. | 131 # Other libraries. |
| 131 "+libxml", # For search engine definition parsing. | 132 "+libxml", # For search engine definition parsing. |
| 132 "+third_party/google_toolbox_for_mac/src", | 133 "+third_party/google_toolbox_for_mac/src", |
| 133 "+third_party/icu/source/common/unicode", | 134 "+third_party/icu/source/common/unicode", |
| 134 "+third_party/icu/source/i18n/unicode", | 135 "+third_party/icu/source/i18n/unicode", |
| 135 "+third_party/leveldatabase", | 136 "+third_party/leveldatabase", |
| 136 "+third_party/mozilla", # Mozilla interface headers. | 137 "+third_party/mozilla", # Mozilla interface headers. |
| 137 "+third_party/protobuf/src/google/protobuf", | 138 "+third_party/protobuf/src/google/protobuf", |
| 138 "+third_party/re2", | 139 "+third_party/re2", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 152 "+third_party/WebKit/public/web/WebCache.h", | 153 "+third_party/WebKit/public/web/WebCache.h", |
| 153 "+third_party/WebKit/public/web/WebContextMenuData.h", | 154 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 154 "+third_party/WebKit/public/web/WebFindOptions.h", | 155 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 155 "+third_party/WebKit/public/web/WebInputEvent.h", | 156 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 156 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 157 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 157 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 158 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
| 158 "+third_party/WebKit/public/web/WebPluginAction.h", | 159 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 159 "+third_party/WebKit/public/web/WebTextDirection.h", | 160 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 160 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 161 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 161 ] | 162 ] |
| OLD | NEW |