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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 | 47 |
48 # TODO(stuartmorgan): Remove these by refactoring necessary code out of | 48 # TODO(stuartmorgan): Remove these by refactoring necessary code out of |
49 # webkit/. See crbug.com/146251 | 49 # webkit/. See crbug.com/146251 |
50 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | 50 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
51 "+webkit/appcache", | 51 "+webkit/appcache", |
52 "+webkit/base/origin_url_conversions.h", | 52 "+webkit/base/origin_url_conversions.h", |
53 "+webkit/blob", | 53 "+webkit/blob", |
54 "+webkit/database", | 54 "+webkit/database", |
55 "+webkit/dom_storage/dom_storage_types.h", | 55 "+webkit/dom_storage/dom_storage_types.h", |
56 "+webkit/fileapi", | 56 "+webkit/fileapi", |
| 57 "+webkit/common/plugins", # Common plugins functionality. |
57 "+webkit/plugins", # Defines some types that are marshalled over IPC. | 58 "+webkit/plugins", # Defines some types that are marshalled over IPC. |
58 "+webkit/quota", | 59 "+webkit/quota", |
59 "+webkit/user_agent", | 60 "+webkit/user_agent", |
60 | 61 |
61 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned | 62 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned |
62 # up webkit/. crbug.com/239710 | 63 # up webkit/. crbug.com/239710 |
63 "+webkit/browser", | 64 "+webkit/browser", |
64 | 65 |
65 # webkit/glue files are listed individually since they aren't conceptually | 66 # webkit/glue files are listed individually since they aren't conceptually |
66 # grouped like the other webkit/ files, and can therefore be tackled one at | 67 # grouped like the other webkit/ files, and can therefore be tackled one at |
(...skipping 30 matching lines...) Expand all Loading... |
97 "+third_party/icu", | 98 "+third_party/icu", |
98 "+third_party/isimpledom", | 99 "+third_party/isimpledom", |
99 "+third_party/leveldatabase", | 100 "+third_party/leveldatabase", |
100 "+third_party/libevent", # For the remote V8 debugging server | 101 "+third_party/libevent", # For the remote V8 debugging server |
101 "+third_party/libjingle", | 102 "+third_party/libjingle", |
102 "+third_party/protobuf/src/google/protobuf", | 103 "+third_party/protobuf/src/google/protobuf", |
103 "+third_party/re2", | 104 "+third_party/re2", |
104 "+third_party/sqlite", | 105 "+third_party/sqlite", |
105 "+third_party/undoview", | 106 "+third_party/undoview", |
106 ] | 107 ] |
OLD | NEW |