OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+breakpad", | 2 "+breakpad", |
3 "+chrome/app", | 3 "+chrome/app", |
4 "+chrome/installer", | 4 "+chrome/installer", |
5 "+chrome/tools/profiles", # For history unit tests. | 5 "+chrome/tools/profiles", # For history unit tests. |
6 "+chromeos", | 6 "+chromeos", |
7 "+content/components", | 7 "+content/components", |
8 "+content/public/browser", | 8 "+content/public/browser", |
9 "+device", | 9 "+device", |
10 "+extensions/common", | 10 "+extensions/common", |
(...skipping 22 matching lines...) Expand all Loading... | |
33 "+xib_localizers", # For generated mac localization helpers | 33 "+xib_localizers", # For generated mac localization helpers |
34 | 34 |
35 # TODO(stuartmorgan): Remove these by refactoring necessary code out of | 35 # TODO(stuartmorgan): Remove these by refactoring necessary code out of |
36 # webkit/. See crbug.com/146251 | 36 # webkit/. See crbug.com/146251 |
37 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | 37 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
38 "+webkit/appcache", | 38 "+webkit/appcache", |
39 "+webkit/blob", | 39 "+webkit/blob", |
40 "+webkit/database", | 40 "+webkit/database", |
41 "+webkit/dom_storage/dom_storage_types.h", | 41 "+webkit/dom_storage/dom_storage_types.h", |
42 "+webkit/fileapi", | 42 "+webkit/fileapi", |
43 "+webkit/media", | |
scherkus (not reviewing)
2012/11/29 02:48:00
stuartmorgan: can you comment on our usage?
it's
| |
43 "+webkit/plugins", # Defines some types that are marshalled over IPC. | 44 "+webkit/plugins", # Defines some types that are marshalled over IPC. |
44 "+webkit/quota", | 45 "+webkit/quota", |
45 "+webkit/user_agent", | 46 "+webkit/user_agent", |
46 # webkit/glue files are listed individually since they aren't conceptually | 47 # webkit/glue files are listed individually since they aren't conceptually |
47 # grouped like the other webkit/ files, and can therefore be tackled one at | 48 # grouped like the other webkit/ files, and can therefore be tackled one at |
48 # a time. | 49 # a time. |
49 "+webkit/glue/glue_serialize.h", | 50 "+webkit/glue/glue_serialize.h", |
50 "+webkit/glue/image_decoder.h", | 51 "+webkit/glue/image_decoder.h", |
51 "+webkit/glue/image_resource_fetcher.h", | 52 "+webkit/glue/image_resource_fetcher.h", |
52 "+webkit/glue/resource_loader_bridge.h", | 53 "+webkit/glue/resource_loader_bridge.h", |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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 |
101 # FIXME: this is used by a browser_test. We need to find a better structure | 102 # FIXME: this is used by a browser_test. We need to find a better structure |
102 # for this include. | 103 # for this include. |
103 "!chrome/renderer/visitedlink_slave.h", | 104 "!chrome/renderer/visitedlink_slave.h", |
104 ] | 105 ] |
OLD | NEW |