Chromium Code Reviews| Index: gin/DEPS |
| diff --git a/gin/DEPS b/gin/DEPS |
| index 4e3f30adc78998f4bb2473a80649407ea2e7fa7a..380743131530e9f26dde624269d02fa2cdc2d218 100644 |
| --- a/gin/DEPS |
| +++ b/gin/DEPS |
| @@ -2,3 +2,11 @@ include_rules = [ |
| "+base", |
| "+v8", |
| ] |
| + |
| +specific_include_rules = { |
| + "blink_v8_snapshot_generator_main\.cc": [ |
| + "+mojo/edk/embedder/embedder.h", |
| + "+third_party/WebKit/public/web/WebV8SnapshotUtil.h", |
| + "+third_party/WebKit/public/web/WebKit.h", |
| + ], |
| +} |