Chromium Code Reviews| Index: gin/DEPS |
| diff --git a/gin/DEPS b/gin/DEPS |
| index d4cc2bad9c603e389fb6f006c0b795ba7a379a84..c22f442bd15862850a9de647d2cacbd89ab81212 100644 |
| --- a/gin/DEPS |
| +++ b/gin/DEPS |
| @@ -3,3 +3,11 @@ include_rules = [ |
| "+crypto", |
| "+v8", |
| ] |
| + |
| +specific_include_rules = { |
| + "gin_prepare_main\.cc": [ |
| + "+mojo/edk/embedder/embedder.h", |
| + "+third_party/WebKit/public/web/SnapshotCreator.h", |
| + "+third_party/WebKit/public/web/WebKit.h", |
| + ], |
| +} |