Chromium Code Reviews| Index: services/test/DEPS |
| diff --git a/services/test/DEPS b/services/test/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..41f2ace1f5395c1296cdc83dbaa091801f85e393 |
| --- /dev/null |
| +++ b/services/test/DEPS |
| @@ -0,0 +1,4 @@ |
| +include_rules = [ |
| + # The test runner needs to initialize various parts of the UI stack. |
| + "+ui", |
| +] |