| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 21f36e102c974a9a0ebb5387849b2519bcd40e4d..ca1160df06b44c230d727119de7761845b7948c8 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -555,6 +555,13 @@ skip_child_includes = [
|
| "testing",
|
| "third_party",
|
| "v8",
|
| + # TODO(tomfinegan): This is here to suppress a presubmit failure caused by
|
| + # pulling ppapi includes into content_decryptor.cc in
|
| + # src/webkit/media/crypto. 1) I think this is wrong, at least in the blanket
|
| + # disabling of checks in crypto, and 2) I need to figure out how to do it
|
| + # correctly (if indeed what I've done is not the correct way of going about
|
| + # making the DEPS change).
|
| + "webkit/media/crypto",
|
| ]
|
|
|
|
|
|
|