Chromium Code Reviews| Index: content/public/test/DEPS |
| diff --git a/content/public/test/DEPS b/content/public/test/DEPS |
| index 8589b782b9f2611b5a8189207c6841bc6a7e27c6..e82b1fdeb7b6bd9304fb4d71f6e634220c858f00 100644 |
| --- a/content/public/test/DEPS |
| +++ b/content/public/test/DEPS |
| @@ -12,4 +12,8 @@ specific_include_rules = { |
| "+third_party/iaccessible2", |
| "+ui/base/resource/resource_bundle.h", |
| ], |
| + "content_layouttest_support.h": [ |
| + # In a component build, we need to compile this into the content library. |
| + "+content/common/content_export.h", |
|
jam
2012/11/08 20:37:06
this is fine for all files, so it should be like c
|
| + ], |
| } |