blob: 44b26e3ad6ad92be351a27aff39417d244f9cff5 (
plain)
1
2
3
4
|
The captive portal component is a layered component. The core/ subdirectory
includes code shared across all platforms, including iOS; code in core/
cannot depend on the Content API. The content/ subdirectory, meanwhile, is
used only on //content-based platforms and can freely use the Content API.
|