| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 63b7bb268c092f7be1e91337eed5f5e6375b8709..110260770c7f437909b6008e68234b9ae87e1d86 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -142,6 +142,7 @@ source_set("browser") {
|
| "//third_party/libyuv",
|
| "//third_party/re2",
|
| "//third_party/zlib",
|
| + "//third_party/zlib:compression_utils",
|
| "//third_party/zlib:zip",
|
| "//ui/accessibility",
|
| "//ui/accessibility:ax_gen",
|
| @@ -1513,6 +1514,8 @@ source_set("browser") {
|
| "webui/web_ui_impl.cc",
|
| "webui/web_ui_impl.h",
|
| "webui/web_ui_message_handler.cc",
|
| + "webui/web_ui_url_loader_factory.cc",
|
| + "webui/web_ui_url_loader_factory.h",
|
| "zygote_host/zygote_communication_linux.cc",
|
| "zygote_host/zygote_communication_linux.h",
|
| "zygote_host/zygote_handle_linux.cc",
|
|
|