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

Side by Side Diff: media/mojo/BUILD.gn

Issue 2096063003: media: Add MojoDecoderBuffer{Reader|Writer} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed 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 unified diff | Download patch
« no previous file with comments | « no previous file | media/mojo/clients/mojo_audio_decoder.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 test("media_mojo_unittests") { 7 test("media_mojo_unittests") {
8 sources = [ 8 sources = [
9 "clients/mojo_renderer_unittest.cc", 9 "clients/mojo_renderer_unittest.cc",
10 "common/media_type_converters_unittest.cc", 10 "common/media_type_converters_unittest.cc",
11 "common/mojo_decoder_buffer_converter_unittest.cc",
11 "common/mojo_shared_buffer_video_frame_unittest.cc", 12 "common/mojo_shared_buffer_video_frame_unittest.cc",
12 "services/mojo_cdm_allocator_unittest.cc", 13 "services/mojo_cdm_allocator_unittest.cc",
13 ] 14 ]
14 15
15 deps = [ 16 deps = [
16 "//base", 17 "//base",
17 "//base/test:test_support", 18 "//base/test:test_support",
18 "//media", 19 "//media",
19 "//media:cdm_api", 20 "//media:cdm_api",
20 "//media/base:test_support", 21 "//media/base:test_support",
21 "//media/mojo/clients", 22 "//media/mojo/clients",
22 "//media/mojo/common", 23 "//media/mojo/common",
23 "//media/mojo/interfaces", 24 "//media/mojo/interfaces",
24 "//media/mojo/services", 25 "//media/mojo/services",
25 "//mojo/edk/test:run_all_unittests", 26 "//mojo/edk/test:run_all_unittests",
26 "//testing/gmock", 27 "//testing/gmock",
27 "//testing/gtest", 28 "//testing/gtest",
28 "//ui/gfx:test_support", 29 "//ui/gfx:test_support",
29 ] 30 ]
30 } 31 }
OLDNEW
« no previous file with comments | « no previous file | media/mojo/clients/mojo_audio_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698