[MD settings] i18n source stream filtering
This CL performs the i18n template replacement in a source stream so
that i18n replacement can be used with gzip streaming decompression.
(This TBR is for adding a .cc and .h file to an existing set of files).
[email protected]
BUG=None
Review-Url: https://codereview.chromium.org/2544683002
Cr-Commit-Position: refs/heads/master@{#438890}
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 668a001..72c3568 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1405,6 +1405,8 @@
"webui/content_web_ui_controller_factory.h",
"webui/generic_handler.cc",
"webui/generic_handler.h",
+ "webui/i18n_source_stream.cc",
+ "webui/i18n_source_stream.h",
"webui/shared_resources_data_source.cc",
"webui/shared_resources_data_source.h",
"webui/url_data_manager.cc",