Chromium Code Reviews| Index: content/test/DEPS |
| diff --git a/content/test/DEPS b/content/test/DEPS |
| index 1d0273607951082ba19349c808ad2181d3efe28f..f614bb59c9fb2435a7dec31263a6d1ea9c319696 100644 |
| --- a/content/test/DEPS |
| +++ b/content/test/DEPS |
| @@ -3,5 +3,7 @@ include_rules = [ |
| # Testing utilities can access anything in content/ |
| "+content", |
| "+media/base", # For ChannelLayout in WebRTC tests. |
| - "+ui/base/resource/data_pack.h" |
| + "+ui/base/resource/data_pack.h", |
| + # TODO(varunjain): remove this |
| + "+ui/base/resource/resource_bundle.h", |
|
jochen (gone - plz use gerrit)
2012/05/07 23:21:30
please revert this CL:
- this is a layering viola
|
| ] |