Chromium Code Reviews| Index: third_party/libvpx/DEPS |
| diff --git a/third_party/libvpx/DEPS b/third_party/libvpx/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..670ebbea397300a741c305b569bfa504ca7dad6c |
| --- /dev/null |
| +++ b/third_party/libvpx/DEPS |
| @@ -0,0 +1,12 @@ |
| +include_rules = [ |
| + '+..', |
|
scottmg
2015/05/29 23:00:52
This seems weird, this generically allowing third_
Johann
2015/05/29 23:08:06
Some of our internal headers use relative paths:
h
|
| + '+gtest', |
| + '+libyuv', |
|
scottmg
2015/05/29 23:00:52
is this third_party/libyuv or third_party/libvpx/.
Johann
2015/05/29 23:08:06
this refers to third_party/libvpx/source/libvpx/th
|
| + '+test', |
| + '+vp8', |
| + '+vp9', |
| + '+vpx', |
| + '+vpx_mem', |
| + '+vpx_ports', |
| + '+vpx_scale', |
| +] |