Chromium Code Reviews| Index: third_party/WebKit/Source/platform/threading/DEPS |
| diff --git a/third_party/WebKit/Source/platform/threading/DEPS b/third_party/WebKit/Source/platform/threading/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f232dc1064c8c28e01a8b2cf888b6a25dd2fd7f6 |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/platform/threading/DEPS |
| @@ -0,0 +1,5 @@ |
| +include_rules = [ |
| + "+base/bind.h", |
| + "+base/location.h", |
| + "+base/threading", |
|
kinuko
2015/12/18 17:02:45
nit: base/location.h can probably be in the parent
|
| +] |