Index: components/arc/BUILD.gn |
diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn |
index d1e3d7b9978192591de18c3b0fbaec48010f6214..5ac12ba75af06e3a83b8b2de1831025aacfd4552 100644 |
--- a/components/arc/BUILD.gn |
+++ b/components/arc/BUILD.gn |
@@ -61,6 +61,8 @@ static_library("arc") { |
"power/arc_power_bridge.h", |
"storage_manager/arc_storage_manager.cc", |
"storage_manager/arc_storage_manager.h", |
+ "trace/arc_trace_bridge.cc", |
+ "trace/arc_trace_bridge.h", |
"user_data/arc_user_data_service.cc", |
"user_data/arc_user_data_service.h", |
] |
@@ -144,6 +146,7 @@ mojom("arc_bindings") { |
"common/scale_factor.mojom", |
"common/screen_rect.mojom", |
"common/storage_manager.mojom", |
+ "common/trace.mojom", |
"common/tts.mojom", |
"common/video.mojom", |
"common/video_accelerator.mojom", |