Chromium Code Reviews| Index: chrome/service/BUILD.gn |
| diff --git a/chrome/service/BUILD.gn b/chrome/service/BUILD.gn |
| index a83c4c786959cfbce146536f91e3cb57f42c113e..6b441727c8d60710486f4dda468e408ddcd68179 100644 |
| --- a/chrome/service/BUILD.gn |
| +++ b/chrome/service/BUILD.gn |
| @@ -74,6 +74,7 @@ static_library("service") { |
| "service_utility_process_host.cc", |
| "service_utility_process_host.h", |
| ] |
| + deps += [ "//components/printing/common:interfaces" ] |
| } else { |
| sources += [ "cloud_print/print_system_dummy.cc" ] |
| } |