| Index: ppapi/tests/DEPS
|
| diff --git a/ppapi/tests/DEPS b/ppapi/tests/DEPS
|
| index 06b64ab19b5ec081ffca11ddc5a0d08f3a02ba38..27e5b575af5e93860194a720bdd8f29da12520f4 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
|
| + # defined in ipc/ipc_message_attachment_set.h.
|
| + "test_packaged_app\.cc": [
|
| + "+ipc/ipc_message_attachment_set.h",
|
| + ]
|
| +}
|
|
|