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

Side by Side Diff: services/media/framework/BUILD.gn

Issue 1923763002: Motown: Ffmpeg video decoder (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Minor fixes per feedback. 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 unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/module_args/mojo.gni") 5 import("//build/module_args/mojo.gni")
6 import("//mojo/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 import("$mojo_sdk_root/mojo/public/mojo_sdk.gni") 7 import("$mojo_sdk_root/mojo/public/mojo_sdk.gni")
8 8
9 source_set("framework") { 9 source_set("framework") {
10 sources = [ 10 sources = [
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "util/incident.h", 82 "util/incident.h",
83 "util/lpcm_util.cc", 83 "util/lpcm_util.cc",
84 "util/lpcm_util.h", 84 "util/lpcm_util.h",
85 "util/safe_clone.h", 85 "util/safe_clone.h",
86 ] 86 ]
87 87
88 deps = [ 88 deps = [
89 "//base", 89 "//base",
90 "//mojo/public/cpp/application", 90 "//mojo/public/cpp/application",
91 "//mojo/public/cpp/bindings:callback", 91 "//mojo/public/cpp/bindings:callback",
92 "//url",
93 ] 92 ]
94 } 93 }
95 94
96 mojo_native_application("apptests") { 95 mojo_native_application("apptests") {
97 output_name = "media_framework_apptests" 96 output_name = "media_framework_apptests"
98 97
99 testonly = true 98 testonly = true
100 99
101 sources = [ 100 sources = [
102 "test/incident_test.cc", 101 "test/incident_test.cc",
103 "test/sparse_byte_buffer_test.cc", 102 "test/sparse_byte_buffer_test.cc",
104 "test/test_base.h", 103 "test/test_base.h",
105 ] 104 ]
106 105
107 deps = [ 106 deps = [
108 ":framework", 107 ":framework",
109 "//base", 108 "//base",
110 "//mojo/application", 109 "//mojo/application",
111 "//mojo/application:test_support", 110 "//mojo/application:test_support",
112 "//services/media/framework_create", 111 "//services/media/framework_create",
113 ] 112 ]
114 } 113 }
OLDNEW
« no previous file with comments | « services/media/factory_service/media_sink_impl.cc ('k') | services/media/framework/parts/reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698