Chromium Code Reviews| Index: chrome/test/data/nacl/DEPS |
| diff --git a/chrome/test/data/nacl/DEPS b/chrome/test/data/nacl/DEPS |
| index 98c34602d763c1def75dcaa14f1a9584e18fe7a3..e3aae1d88f145a350f175340e8e96de5c796d808 100644 |
| --- a/chrome/test/data/nacl/DEPS |
| +++ b/chrome/test/data/nacl/DEPS |
| @@ -1,4 +1,6 @@ |
| include_rules = [ |
| + # Tests somtimes pull headers from the NaCl repo (nacl_check.h, etc). |
| + "+native_client", |
| # NaCl modules include PPAPI headers. |
| "+ppapi", |
| ] |