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/content/browser", | 8 "+components/autofill/content/browser", |
9 "+components/autofill/core/browser", | 9 "+components/autofill/core/browser", |
10 "+components/autofill/core/common", | 10 "+components/autofill/core/common", |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 "+webkit/base/origin_url_conversions.h", | 56 "+webkit/base/origin_url_conversions.h", |
57 "+webkit/common/cursors/webcursor.h", | 57 "+webkit/common/cursors/webcursor.h", |
58 "+webkit/dom_storage/dom_storage_types.h", | 58 "+webkit/dom_storage/dom_storage_types.h", |
59 "+webkit/plugins", # Defines some types that are marshalled over IPC. | 59 "+webkit/plugins", # Defines some types that are marshalled over IPC. |
60 | 60 |
61 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned | 61 # TODO(kinuko): Remove all other webkit/* dependencies after we cleaned |
62 # up webkit/. crbug.com/239710 | 62 # up webkit/. crbug.com/239710 |
63 "+webkit/browser", | 63 "+webkit/browser", |
64 "+webkit/common", | 64 "+webkit/common", |
65 | 65 |
| 66 # TODO(ananta): remove me when |
| 67 # bug https://code.google.com/p/chromium/issues/detail?id=237249 is fixed. |
| 68 "!content/public/child/image_decoder_utils.h", |
| 69 |
66 # webkit/glue files are listed individually since they aren't conceptually | 70 # webkit/glue files are listed individually since they aren't conceptually |
67 # grouped like the other webkit/ files, and can therefore be tackled one at | 71 # grouped like the other webkit/ files, and can therefore be tackled one at |
68 # a time. | 72 # a time. |
69 "+webkit/glue/image_decoder.h", | |
70 "+webkit/glue/resource_type.h", | 73 "+webkit/glue/resource_type.h", |
71 "+webkit/glue/webkit_glue.h", | 74 "+webkit/glue/webkit_glue.h", |
72 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! | 75 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! |
73 | 76 |
74 "-chrome/browser/ui/views", | 77 "-chrome/browser/ui/views", |
75 | 78 |
76 # Other libraries. | 79 # Other libraries. |
77 "+chrome/third_party/mozilla_security_manager", | 80 "+chrome/third_party/mozilla_security_manager", |
78 "+libxml", # For search engine definition parsing. | 81 "+libxml", # For search engine definition parsing. |
79 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. | 82 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 "+third_party/WebKit/public/web/WebPluginAction.h", | 115 "+third_party/WebKit/public/web/WebPluginAction.h", |
113 "+third_party/WebKit/public/web/WebScreenInfo.h", | 116 "+third_party/WebKit/public/web/WebScreenInfo.h", |
114 "+third_party/WebKit/public/web/WebTextDirection.h", | 117 "+third_party/WebKit/public/web/WebTextDirection.h", |
115 | 118 |
116 # These should be burned down. http://crbug.com/237267 | 119 # These should be burned down. http://crbug.com/237267 |
117 "!third_party/WebKit/public/web/WebKit.h", | 120 "!third_party/WebKit/public/web/WebKit.h", |
118 "!third_party/WebKit/public/web/WebSecurityOrigin.h", | 121 "!third_party/WebKit/public/web/WebSecurityOrigin.h", |
119 "!third_party/WebKit/public/web/WebSecurityPolicy.h", | 122 "!third_party/WebKit/public/web/WebSecurityPolicy.h", |
120 "!third_party/WebKit/public/web/WebView.h", | 123 "!third_party/WebKit/public/web/WebView.h", |
121 ] | 124 ] |
OLD | NEW |