Chromium Code Reviews| Index: ui/wm/README.chromium |
| diff --git a/ui/wm/README.chromium b/ui/wm/README.chromium |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e45b85886557676463225f3ab09cd37838de435f |
| --- /dev/null |
| +++ b/ui/wm/README.chromium |
| @@ -0,0 +1,8 @@ |
| +Window Management functionality for apps built on Aura. |
| + |
| +public/ |
| + Implementation-agnostic APIs. |
| +core/ |
| + Implementations of public/ |
| +test/ |
| + Test implementations of public/, and a minimal WM for use in testing. |