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

Unified Diff: mojo/dart/embedder/BUILD.gn

Issue 1760523007: Add support for compression filters in the mojo dart:io (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « mojo/dart/apptests/dart_apptests/lib/src/filter_apptests.dart ('k') | mojo/dart/embedder/builtin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/BUILD.gn
diff --git a/mojo/dart/embedder/BUILD.gn b/mojo/dart/embedder/BUILD.gn
index d47a349b1e7bdfc46ab350961840e5afed17186e..97f848d35f1a9177c453754309affb470f88847b 100644
--- a/mojo/dart/embedder/BUILD.gn
+++ b/mojo/dart/embedder/BUILD.gn
@@ -26,6 +26,8 @@ source_set("dart_controller_no_snapshot") {
"common.h",
"dart_controller.cc",
"dart_controller.h",
+ "io/filter.cc",
+ "io/filter.h",
"io/internet_address.h",
"io/internet_address_posix.cc",
"mojo_dart_state.h",
@@ -51,6 +53,7 @@ source_set("dart_controller_no_snapshot") {
"//mojo/public/platform/dart:mojo_internal_impl",
"//mojo/services/files/interfaces",
"//mojo/services/network/interfaces",
+ "//third_party/zlib",
"//tonic",
]
@@ -66,6 +69,7 @@ dart_embedder_resources("generate_dart_embedder_patch_resources_cc") {
inputs = [
"//mojo/dart/embedder/core/natives_patch.dart",
"//mojo/dart/embedder/io/file_patch.dart",
+ "//mojo/dart/embedder/io/filter_patch.dart",
"//mojo/dart/embedder/io/internet_address_patch.dart",
"//mojo/dart/embedder/io/mojo_patch.dart",
"//mojo/dart/embedder/io/platform_patch.dart",
« no previous file with comments | « mojo/dart/apptests/dart_apptests/lib/src/filter_apptests.dart ('k') | mojo/dart/embedder/builtin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698