Index: components/arc/BUILD.gn |
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn |
index dfe4ee8d64b23c9dd8655448387756606e291cf0..a140a6d70f404185cde066398ec42c5fde852718 100644 |
--- a/components/arc/BUILD.gn |
+++ b/components/arc/BUILD.gn |
@@ -49,6 +49,8 @@ static_library("arc") { |
"obb_mounter/arc_obb_mounter_bridge.h", |
"power/arc_power_bridge.cc", |
"power/arc_power_bridge.h", |
+ "print/arc_print_bridge.cc", |
+ "print/arc_print_bridge.h", |
"set_wallpaper_delegate.h", |
"storage_manager/arc_storage_manager.cc", |
"storage_manager/arc_storage_manager.h", |
@@ -144,6 +146,7 @@ mojom("arc_bindings") { |
"common/obb_mounter.mojom", |
"common/policy.mojom", |
"common/power.mojom", |
+ "common/print.mojom", |
"common/process.mojom", |
"common/scale_factor.mojom", |
"common/screen_rect.mojom", |