| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+apps", | 2 "+apps", |
| 3 "+breakpad", | 3 "+breakpad", |
| 4 "+chrome/app", | 4 "+chrome/app", |
| 5 "+chrome/installer", | 5 "+chrome/installer", |
| 6 "+chrome/tools/profiles", # For history unit tests. | 6 "+chrome/tools/profiles", # For history unit tests. |
| 7 "+chromeos", | 7 "+chromeos", |
| 8 "+components/autofill/browser", | 8 "+components/autofill/browser", |
| 9 "+components/autofill/common", | 9 "+components/autofill/common", |
| 10 "+components/auto_login_parser", | 10 "+components/auto_login_parser", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 "+third_party/cros_system_api", | 43 "+third_party/cros_system_api", |
| 44 "+win8/util", | 44 "+win8/util", |
| 45 "+xib_localizers", # For generated mac localization helpers | 45 "+xib_localizers", # For generated mac localization helpers |
| 46 | 46 |
| 47 # TODO(stuartmorgan): Remove these by refactoring necessary code out of | 47 # TODO(stuartmorgan): Remove these by refactoring necessary code out of |
| 48 # webkit/. See crbug.com/146251 | 48 # webkit/. See crbug.com/146251 |
| 49 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | 49 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
| 50 "+webkit/appcache", | 50 "+webkit/appcache", |
| 51 "+webkit/base/origin_url_conversions.h", | 51 "+webkit/base/origin_url_conversions.h", |
| 52 "+webkit/blob", | 52 "+webkit/blob", |
| 53 "+webkit/browser", |
| 53 "+webkit/database", | 54 "+webkit/database", |
| 54 "+webkit/dom_storage/dom_storage_types.h", | 55 "+webkit/dom_storage/dom_storage_types.h", |
| 55 "+webkit/fileapi", | 56 "+webkit/fileapi", |
| 56 "+webkit/plugins", # Defines some types that are marshalled over IPC. | 57 "+webkit/plugins", # Defines some types that are marshalled over IPC. |
| 57 "+webkit/quota", | 58 "+webkit/quota", |
| 58 "+webkit/user_agent", | 59 "+webkit/user_agent", |
| 59 # webkit/glue files are listed individually since they aren't conceptually | 60 # webkit/glue files are listed individually since they aren't conceptually |
| 60 # grouped like the other webkit/ files, and can therefore be tackled one at | 61 # grouped like the other webkit/ files, and can therefore be tackled one at |
| 61 # a time. | 62 # a time. |
| 62 "+webkit/glue/glue_serialize.h", | 63 "+webkit/glue/glue_serialize.h", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 91 "+third_party/icu", | 92 "+third_party/icu", |
| 92 "+third_party/isimpledom", | 93 "+third_party/isimpledom", |
| 93 "+third_party/leveldatabase", | 94 "+third_party/leveldatabase", |
| 94 "+third_party/libevent", # For the remote V8 debugging server | 95 "+third_party/libevent", # For the remote V8 debugging server |
| 95 "+third_party/libjingle", | 96 "+third_party/libjingle", |
| 96 "+third_party/protobuf/src/google/protobuf", | 97 "+third_party/protobuf/src/google/protobuf", |
| 97 "+third_party/re2", | 98 "+third_party/re2", |
| 98 "+third_party/sqlite", | 99 "+third_party/sqlite", |
| 99 "+third_party/undoview", | 100 "+third_party/undoview", |
| 100 ] | 101 ] |
| OLD | NEW |