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

Unified Diff: mojo/dart/embedder/builtin.cc

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/embedder/BUILD.gn ('k') | mojo/dart/embedder/common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/builtin.cc
diff --git a/mojo/dart/embedder/builtin.cc b/mojo/dart/embedder/builtin.cc
index c47781f6bb2d78c9359028c6ed2f7e1150f44f7c..38b89dd755edf994fdbbc87fb1fc816f97c5bbe1 100644
--- a/mojo/dart/embedder/builtin.cc
+++ b/mojo/dart/embedder/builtin.cc
@@ -43,6 +43,7 @@ const char* Builtin::mojo_core_patch_resource_names_[] = {
const char* Builtin::mojo_io_patch_resource_names_[] = {
"/io/file_patch.dart",
+ "/io/filter_patch.dart",
"/io/internet_address_patch.dart",
"/io/mojo_patch.dart",
"/io/platform_patch.dart",
« no previous file with comments | « mojo/dart/embedder/BUILD.gn ('k') | mojo/dart/embedder/common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698