Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2603)

Unified Diff: sky/engine/platform/BUILD.gn

Issue 650903006: Factor DrainDataPipeJob out of MojoLoader (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698