Chromium Code Reviews| Index: content/browser/tracing/DEPS |
| diff --git a/content/browser/tracing/DEPS b/content/browser/tracing/DEPS |
| index 982848711e32e2f9a1c43346896595462d0eb3d2..1fc2c948de7d0bec6e8c41bb2f6c1a9ce875b45f 100644 |
| --- a/content/browser/tracing/DEPS |
| +++ b/content/browser/tracing/DEPS |
| @@ -4,3 +4,9 @@ include_rules = [ |
| "+third_party/zlib/zlib.h", |
| "+tools/battor_agent", |
| ] |
| + |
| +specific_include_rules = { |
| + "tracing_controller_impl\.cc": [ |
| + "+v8" |
| + ] |
| +} |