Chromium Code Reviews| Index: third_party/WebKit/Source/DEPS |
| diff --git a/third_party/WebKit/Source/DEPS b/third_party/WebKit/Source/DEPS |
| index 9a0bbf985d62d00b7d5467f6db7fa00221366b43..636ef1d4e02208d04a51bf1f6713014f3e425c44 100644 |
| --- a/third_party/WebKit/Source/DEPS |
| +++ b/third_party/WebKit/Source/DEPS |
| @@ -1,11 +1,18 @@ |
| include_rules = [ |
| "+base/macros.h", |
| "+base/gtest_prod_util.h", |
| + "+gin", |
|
jochen (gone - plz use gerrit)
2017/02/15 10:35:12
please use macros from Source/bindings/core/v8 ins
Dan Elphick
2017/02/15 14:03:32
I've changed it to use toImplArray from that direc
|
| "+testing/gmock/include/gmock", |
| "+testing/gtest/include/gtest", |
| "+wtf", |
| ] |
| +specific_include_rules = { |
| + ".*test\.cpp": [ |
| + "+gin", |
| + ], |
| +} |
| + |
| skip_child_includes = [ |
| "testing", |
| ] |