| Index: sky/engine/platform/BUILD.gn
|
| diff --git a/sky/engine/platform/BUILD.gn b/sky/engine/platform/BUILD.gn
|
| index 69b9358957d5ad5526522ebbfb59d5f900c291fd..f24eab3502e1569c686bb77cf83f005c2080ddab 100644
|
| --- a/sky/engine/platform/BUILD.gn
|
| +++ b/sky/engine/platform/BUILD.gn
|
| @@ -242,6 +242,8 @@ component("platform") {
|
| "exported/WrappedResourceResponse.h",
|
| "exported/linux/WebFontInfo.cpp",
|
| "exported/linux/WebFontRenderStyle.cpp",
|
| + "fetcher/DrainDataPipeJob.cpp",
|
| + "fetcher/DrainDataPipeJob.h",
|
| "fonts/AlternateFontFamily.h",
|
| "fonts/Character.cpp",
|
| "fonts/Character.h",
|
| @@ -683,6 +685,10 @@ component("platform") {
|
| "//third_party/libpng",
|
| "//third_party/ots",
|
| "//third_party/qcms",
|
| + "//mojo/application",
|
| + "//mojo/public/cpp/bindings",
|
| + "//mojo/public/cpp/utility",
|
| + "//mojo/public/c/system:for_shared_library",
|
| "//sky/engine/wtf",
|
| "//sky/engine/platform/heap",
|
| "//url",
|
|
|