| Index: sky/engine/public/BUILD.gn
|
| diff --git a/sky/engine/public/BUILD.gn b/sky/engine/public/BUILD.gn
|
| index 3af5ff2f47cebe637b0ae1335252ac5bbdf18fff..bc4e92de9eb2a00b62a51628fe7212e21ead12b4 100644
|
| --- a/sky/engine/public/BUILD.gn
|
| +++ b/sky/engine/public/BUILD.gn
|
| @@ -10,17 +10,7 @@ group("test_support") {
|
| ]
|
| }
|
|
|
| -config("sky_headers_config") {
|
| - include_dirs = [ ".." ]
|
| -}
|
| -
|
| -# Depend on this target to use public sky API headers for things like enums
|
| -# and public structures without actually linking against any Blink libraries.
|
| -source_set("sky_headers") {
|
| - direct_dependent_configs = [
|
| - ":sky_headers_config",
|
| - ]
|
| -
|
| +source_set("platform_headers") {
|
| public = [
|
| "platform/Platform.h",
|
| "platform/ServiceProvider.h",
|
| @@ -107,6 +97,11 @@ source_set("sky_headers") {
|
| "platform/linux/WebFontInfo.h",
|
| "platform/linux/WebFontRenderStyle.h",
|
| "platform/linux/WebSandboxSupport.h",
|
| + ]
|
| +}
|
| +
|
| +source_set("web_headers") {
|
| + public = [
|
| "web/Sky.h",
|
| "web/WebActiveWheelFlingParameters.h",
|
| "web/WebArrayBufferConverter.h",
|
|
|