Chromium Code Reviews| Index: services/BUILD.gn |
| diff --git a/services/BUILD.gn b/services/BUILD.gn |
| index 7abd919bf176489c84d28e99b1c64664ec4d546a..355778ac8f7995543369a2dd52ef06bc0c77fd4e 100644 |
| --- a/services/BUILD.gn |
| +++ b/services/BUILD.gn |
| @@ -31,6 +31,6 @@ group("services") { |
| } |
| if (is_linux) { |
| - deps += [ "//services/python/content_handler" ] |
| + deps += [ "//services/python" ] |
| } |
| } |