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

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

Issue 2164503006: Rename mojo_application GN templates to service* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | « mash/webtest/BUILD.gn ('k') | mojo/public/c/system/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/BUILD.gn
diff --git a/media/mojo/services/BUILD.gn b/media/mojo/services/BUILD.gn
index dfe7bd1d303f984771cff4b48e479bd23cf158ea..0164a6cb5b8547967ef85df99a17c1633a812917 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -3,8 +3,8 @@
# found in the LICENSE file.
import("//media/media_options.gni")
-import("//mojo/public/mojo_application.gni")
-import("//mojo/public/mojo_application_manifest.gni")
+import("//services/shell/public/cpp/service.gni")
+import("//services/shell/public/service_manifest.gni")
import("//testing/test.gni")
config("mojo_media_config") {
@@ -126,7 +126,7 @@ component("services") {
}
}
-mojo_native_application("media") {
+service("media") {
testonly = true
sources = [
@@ -172,13 +172,13 @@ test("media_mojo_shell_unittests") {
]
}
-mojo_application_manifest("media_manifest") {
- application_name = "media"
+service_manifest("media_manifest") {
+ name = "media"
source = "media_manifest.json"
}
-mojo_application_manifest("test_manifest") {
- application_name = "media_mojo_shell_unittests"
+service_manifest("test_manifest") {
+ name = "media_mojo_shell_unittests"
type = "exe"
source = "test_manifest.json"
}
@@ -197,8 +197,8 @@ test("media_pipeline_integration_unittests") {
]
}
-mojo_application_manifest("pipeline_test_manifest") {
- application_name = "media_pipeline_integration_unittests"
+service_manifest("pipeline_test_manifest") {
+ name = "media_pipeline_integration_unittests"
type = "exe"
source = "pipeline_test_manifest.json"
}
« no previous file with comments | « mash/webtest/BUILD.gn ('k') | mojo/public/c/system/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698