| Index: components/native_app_window/DEPS
|
| diff --git a/components/native_app_window/DEPS b/components/native_app_window/DEPS
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..88293dc2e6f612b29344d80ac1305656f83e8e4f
|
| --- /dev/null
|
| +++ b/components/native_app_window/DEPS
|
| @@ -0,0 +1,10 @@
|
| +include_rules = [
|
| + "+base",
|
| + "+content/public/browser",
|
| + "+extensions/browser/app_window",
|
| + "+extensions/common",
|
| + "+ui/aura",
|
| + "+ui/gfx",
|
| + "+ui/views",
|
| + "+third_party/skia/include/core/SkRegion.h",
|
| +]
|
|
|