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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 "+third_party/cros_system_api", | 45 "+third_party/cros_system_api", |
46 "+win8/util", | 46 "+win8/util", |
47 "+xib_localizers", # For generated mac localization helpers | 47 "+xib_localizers", # For generated mac localization helpers |
48 | 48 |
49 # TODO(stuartmorgan): Remove these by refactoring necessary code out of | 49 # TODO(stuartmorgan): Remove these by refactoring necessary code out of |
50 # webkit/. See crbug.com/146251 | 50 # webkit/. See crbug.com/146251 |
51 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | 51 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
52 "+webkit/appcache", | 52 "+webkit/appcache", |
53 "+webkit/base/origin_url_conversions.h", | 53 "+webkit/base/origin_url_conversions.h", |
54 "+webkit/blob", | 54 "+webkit/blob", |
| 55 "+webkit/common/plugins", # Common plugins functionality. |
55 "+webkit/database", | 56 "+webkit/database", |
56 "+webkit/dom_storage/dom_storage_types.h", | 57 "+webkit/dom_storage/dom_storage_types.h", |
57 "+webkit/fileapi", | 58 "+webkit/fileapi", |
58 "+webkit/plugins", # Defines some types that are marshalled over IPC. | 59 "+webkit/plugins", # Defines some types that are marshalled over IPC. |
59 "+webkit/quota", | 60 "+webkit/quota", |
60 "+webkit/user_agent", | 61 "+webkit/user_agent", |
61 | 62 |
62 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned | 63 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned |
63 # up webkit/. crbug.com/239710 | 64 # up webkit/. crbug.com/239710 |
64 "+webkit/browser", | 65 "+webkit/browser", |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 "+third_party/icu", | 99 "+third_party/icu", |
99 "+third_party/isimpledom", | 100 "+third_party/isimpledom", |
100 "+third_party/leveldatabase", | 101 "+third_party/leveldatabase", |
101 "+third_party/libevent", # For the remote V8 debugging server | 102 "+third_party/libevent", # For the remote V8 debugging server |
102 "+third_party/libjingle", | 103 "+third_party/libjingle", |
103 "+third_party/protobuf/src/google/protobuf", | 104 "+third_party/protobuf/src/google/protobuf", |
104 "+third_party/re2", | 105 "+third_party/re2", |
105 "+third_party/sqlite", | 106 "+third_party/sqlite", |
106 "+third_party/undoview", | 107 "+third_party/undoview", |
107 ] | 108 ] |
OLD | NEW |