Index: services/media/framework/BUILD.gn |
diff --git a/services/media/framework/BUILD.gn b/services/media/framework/BUILD.gn |
index e99a5a1e89b7939f059e33738277604d0e76644d..6dd573bfbd92e8efef33d6933a2d8fc25e2f6b15 100644 |
--- a/services/media/framework/BUILD.gn |
+++ b/services/media/framework/BUILD.gn |
@@ -78,8 +78,6 @@ source_set("framework") { |
"util/conversion_pipeline_builder.h", |
"util/formatting.cc", |
"util/formatting.h", |
- "util/incident.cc", |
- "util/incident.h", |
"util/lpcm_util.cc", |
"util/lpcm_util.h", |
"util/safe_clone.h", |
@@ -89,6 +87,7 @@ source_set("framework") { |
"//base", |
"//mojo/public/cpp/application", |
"//mojo/public/cpp/bindings:callback", |
+ "//services/util/cpp", |
] |
} |
@@ -98,7 +97,6 @@ mojo_native_application("apptests") { |
testonly = true |
sources = [ |
- "test/incident_test.cc", |
"test/sparse_byte_buffer_test.cc", |
"test/test_base.h", |
] |
@@ -109,5 +107,6 @@ mojo_native_application("apptests") { |
"//mojo/application", |
"//mojo/application:test_support", |
"//services/media/framework_create", |
+ "//services/util/cpp", |
] |
} |