OLD | NEW |
1 Mus+ash | 1 Mus+ash |
2 ---------- | 2 ---------- |
3 Ash is transitioning from using aura to using mus. During the | 3 Ash is transitioning from using aura to using mus. During the |
4 transition period ash has support for both aura and mus. In order to | 4 transition period ash has support for both aura and mus. In order to |
5 work with both toolkits ash has a porting layer. This layer exists in | 5 work with both toolkits ash has a porting layer. This layer exists in |
6 ash/wm/common. As portions of ash are converted to the porting layer | 6 ash/common. As portions of ash are converted to the porting layer they |
7 DEPS files are put in place to ensure aura specific dependencies are | 7 should move to ash/common. DEPS files may also be used to ensure new |
8 not added back. | 8 dependencies do not get added. |
OLD | NEW |