Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(341)

Unified Diff: services/media/framework/BUILD.gn

Issue 2024953003: Motown: Move framework/util/incident* so other services can use it (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698