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

Unified Diff: services/util/cpp/BUILD.gn

Issue 2007593004: Motown: Factor FactoryServiceBase out of MediaFactoryService (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
« no previous file with comments | « services/media/factory_service/factory_service.cc ('k') | services/util/cpp/factory_service_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/util/cpp/BUILD.gn
diff --git a/services/media/framework_create/BUILD.gn b/services/util/cpp/BUILD.gn
similarity index 56%
copy from services/media/framework_create/BUILD.gn
copy to services/util/cpp/BUILD.gn
index f383688d2c9c986aac73fc2bb18c89d48d3ace37..6a917c379dceb264b422790f7541ba021fa47e23 100644
--- a/services/media/framework_create/BUILD.gn
+++ b/services/util/cpp/BUILD.gn
@@ -3,16 +3,19 @@
# found in the LICENSE file.
import("//build/module_args/mojo.gni")
+import("//mojo/public/mojo_application.gni")
import("$mojo_sdk_root/mojo/public/mojo_sdk.gni")
-source_set("framework_create") {
+source_set("cpp") {
sources = [
- "decoder.cc",
- "demux.cc",
+ "factory_service_base.cc",
+ "factory_service_base.h",
]
deps = [
- "//services/media/framework",
- "//services/media/framework_ffmpeg",
+ "//base",
+ "//mojo/application",
+ "//mojo/common",
+ "//mojo/public/cpp/application",
]
}
« no previous file with comments | « services/media/factory_service/factory_service.cc ('k') | services/util/cpp/factory_service_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698