Chromium Code Reviews| Index: ppapi/tests/DEPS |
| diff --git a/ppapi/tests/DEPS b/ppapi/tests/DEPS |
| index 06b64ab19b5ec081ffca11ddc5a0d08f3a02ba38..34748523decb83b2eb72eb2e178df0326fe6534c 100644 |
| --- a/ppapi/tests/DEPS |
| +++ b/ppapi/tests/DEPS |
| @@ -23,3 +23,10 @@ include_rules = [ |
| skip_child_includes = [ |
| "clang", |
| ] |
| +specific_include_rules = { |
| + # extensions/packaged_app/test_packaged_app.cc uses kMaxDescriptorsPerMessage |
| + # defiend in ipc/ipc_message_attachment_set.h. |
|
Mark Seaborn
2015/03/17 17:55:22
"defined"
Yusuke Sato
2015/03/17 18:04:21
Done.
|
| + "test_packaged_app\.cc": [ |
| + "+ipc/ipc_message_attachment_set.h", |
| + ] |
| +} |