Chromium Code Reviews| Index: ppapi/cpp/DEPS |
| diff --git a/ppapi/cpp/DEPS b/ppapi/cpp/DEPS |
| index af2aa4c055f02a34a2646c204676f9a021e0ab02..be6b4aee61ffe86bcfdc5cfdcbc4243ca18ef63c 100644 |
| --- a/ppapi/cpp/DEPS |
| +++ b/ppapi/cpp/DEPS |
| @@ -2,6 +2,8 @@ |
| # browser-neutral as much as possible. |
| include_rules = [ |
| "-base", |
| + # Used by trace events, copied into the NaCl SDK. |
| + "+base/debug/trace_event_internal.h", |
| "-build", |
| "-ipc", |
| "-uncode", |