317397eaac
We also create a new sub-directory for WOPI code, which helps better organize things and isolate it from Mobile App builds, which have no need for it. Change-Id: Id6dbbd450f35c9c0eb8460de12330cff2e3e5576 Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
11 lines
441 B
Text
11 lines
441 B
Text
This directory holds WOPI-specific code.
|
|
|
|
First and foremost, it is to isolate it from Mobile Apps
|
|
that do not have any dependencies on WOPI. This will also
|
|
enable stubbing out the same classes/functions for Mobile
|
|
Apps, so we wouldn't need so many compile-time directives
|
|
to exclude such code.
|
|
|
|
This also helps reduce the size of the translation-units
|
|
where previously this code resided, making them more
|
|
manageable in size and complexity.
|