Chromium Code Reviews| Index: components/arc/DEPS |
| diff --git a/components/arc/DEPS b/components/arc/DEPS |
| index e2f3f79baeef626395910ffc3b09a440f8da426f..bfe933a5fbaf82e0067a52297b3712eda34711e4 100644 |
| --- a/components/arc/DEPS |
| +++ b/components/arc/DEPS |
| @@ -1,6 +1,10 @@ |
| include_rules = [ |
| + "+chrome/browser/ui/app_list/arc_app_list_prefs.h", |
|
xiyuan
2015/11/18 17:41:15
We should probably add a new DEPS file for test/ d
khmel1
2015/11/19 02:56:13
Yes, this is more elegant
|
| "+chromeos/arc", |
| "+chromeos/chromeos_switches.h", |
| "+chromeos/dbus", |
| "+ipc", |
| + "+ui/app_list/app_list_constants.h", |
| + "+ui/base/layout.h", |
| + "+ui/gfx/codec/png_codec.h", |
| ] |