| Index: services/python/content_handler/BUILD.gn
|
| diff --git a/services/python/content_handler/BUILD.gn b/services/python/content_handler/BUILD.gn
|
| index f27ece7d36ac0f8668f41f32164978a71c177552..b4ed9877827243445d7b922a4107082bc3b76fd1 100644
|
| --- a/services/python/content_handler/BUILD.gn
|
| +++ b/services/python/content_handler/BUILD.gn
|
| @@ -59,6 +59,7 @@ python_binary_source_set("mojo_system_impl") {
|
| "python_system_impl_helper.h",
|
| ]
|
| deps = [
|
| + ":common_system_pxd",
|
| "//base",
|
| "//mojo/environment:chromium",
|
| "//mojo/common",
|
|
|