| Index: cc/DEPS
|
| diff --git a/cc/DEPS b/cc/DEPS
|
| index c41afd289ce80abf0e19b99e1be7f0d0261ad285..bbab8316a1074d8b8a7f753d51b2f48c633b0038 100644
|
| --- a/cc/DEPS
|
| +++ b/cc/DEPS
|
| @@ -22,3 +22,17 @@ include_rules = [
|
| "+ui/gl",
|
| "-cc/blink",
|
| ]
|
| +
|
| +specific_include_rules = {
|
| + "in_process_context_provider\.cc": [
|
| + "+gpu/command_buffer/client",
|
| + "+gpu/command_buffer/common",
|
| + "+gpu/command_buffer/service",
|
| + "+gpu/ipc",
|
| + "+gpu/skia_bindings",
|
| + ],
|
| + "in_process_context_provider\.h": [
|
| + "+gpu/command_buffer/common",
|
| + "+gpu/ipc",
|
| + ],
|
| +}
|
|
|