| Index: chrome/test/DEPS
|
| diff --git a/chrome/test/DEPS b/chrome/test/DEPS
|
| index 254e04739fd516cd145e45ecade78d2dded5eb76..24b934220e3b207c763dc858250a44ac2bcecd36 100644
|
| --- a/chrome/test/DEPS
|
| +++ b/chrome/test/DEPS
|
| @@ -26,4 +26,35 @@ include_rules = [
|
| "+sandbox/win/tests",
|
| "+third_party/ocmock",
|
| "+win8/test",
|
| +
|
| +
|
| + "+cc",
|
| + "-cc/blink",
|
| + "+components/font_service/public",
|
| + "+components/gpu",
|
| + "+net",
|
| + "+mojo/cc",
|
| + "+mojo/common",
|
| + "+mojo/converters",
|
| + "+mojo/public",
|
| + "+services/catalog/public",
|
| + "+services/shell/public",
|
| + "+services/ui",
|
| + "+skia",
|
| + "+ui/aura",
|
| + "+ui/base",
|
| + "+ui/compositor",
|
| + "+ui/events",
|
| + "+ui/gfx",
|
| + "+ui/gl",
|
| + "+ui/mojo/display",
|
| + "+ui/mojo/ime",
|
| + "+ui/platform_window",
|
| + "+ui/wm",
|
| ]
|
| +
|
| +specific_include_rules = {
|
| + "views_chrome_test_suite.cc": [
|
| + "+services/shell/background",
|
| + ],
|
| +}
|
|
|