Chromium Code Reviews| Index: examples/python/BUILD.gn |
| diff --git a/examples/python/BUILD.gn b/examples/python/BUILD.gn |
| index ff69c15831e059f97473e66ce538cf5900d16489..c79b3c4c6d487f45c51be4a2ce68370718b979a7 100644 |
| --- a/examples/python/BUILD.gn |
| +++ b/examples/python/BUILD.gn |
| @@ -21,6 +21,6 @@ python_packaged_application("python_example_service") { |
| "//mojo/public/python:packaged_bindings", |
| ] |
| datadeps = [ |
| - "//mojo/python/content_handler", |
| + "//services/python/content_handler", |
| ] |
| } |