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