| Index: components/exo/DEPS | 
| diff --git a/components/exo/DEPS b/components/exo/DEPS | 
| index 6eb071a69a704475d65959487b84dc030c822ca0..17b1c94c2966d37450c7b6d04d9b8f24ff606e09 100644 | 
| --- a/components/exo/DEPS | 
| +++ b/components/exo/DEPS | 
| @@ -4,8 +4,15 @@ include_rules = [ | 
| "+chromeos/audio/chromeos_sounds.h", | 
| "+device/gamepad", | 
| "+gpu", | 
| +  "+mojo/public/cpp", | 
| "+services/ui/public/cpp", | 
| "+third_party/khronos", | 
| "+third_party/skia", | 
| "+ui", | 
| ] | 
| + | 
| +specific_include_rules = { | 
| +  "run_all_unittests\.cc": [ | 
| +    "+mojo/edk/embedder/embedder.h", | 
| +  ], | 
| +} | 
|  |