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

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

Issue 728133002: Update mojo sdk to rev e01f9a49449381a5eb430c1fd88bf2cae73ec35a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android + ios gyp fixes Created 6 years, 1 month 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 | « ipc/mojo/ipc_channel_mojo.cc ('k') | media/mojo/services/mojo_demuxer_stream_impl.h » ('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 ad302274614ea3f6a705c01e4054fbdfc323ec6c..da4711e99dd1e696b7cce14ee74cce431dee01f2 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//mojo/public/mojo_application.gni")
+
# Things needed by multiple targets, like renderer_impl and renderer_app.
# GYP version: media/media.gyp:media_mojo_lib
source_set("lib") {
@@ -49,7 +51,7 @@ source_set("renderer_impl_lib") {
# mojo media::Renderer application.
# GYP version: media/media.gyp:mojo_media_renderer_app
-shared_library("renderer_app") {
+mojo_native_application("renderer_app") {
output_name = "mojo_media_renderer_app"
deps = [
@@ -99,7 +101,7 @@ test("mojo_media_lib_unittests") {
# libraries.
# TODO(msw): Fix GYP build for ApplicationTestBase so that we can add a GYP
# version of this test.
-shared_library("media_renderer_apptest") {
+mojo_native_application("media_renderer_apptest") {
testonly = true
output_name = "mojo_media_renderer_apptest"
« no previous file with comments | « ipc/mojo/ipc_channel_mojo.cc ('k') | media/mojo/services/mojo_demuxer_stream_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698