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

Side by Side Diff: media/base/android/BUILD.gn

Issue 2426773005: media: Reorganize media unittests (Closed)
Patch Set: fix android Created 4 years, 2 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 | « media/base/BUILD.gn ('k') | media/base/mac/BUILD.gn » ('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("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 9
10 # These should compile on non-android platforms too. 10 # These should compile on non-android platforms too.
(...skipping 11 matching lines...) Expand all
22 ] 22 ]
23 deps = [ 23 deps = [
24 "//media:media_features", 24 "//media:media_features",
25 "//media:shared_memory_support", 25 "//media:shared_memory_support",
26 "//ui/gl", 26 "//ui/gl",
27 "//url", 27 "//url",
28 ] 28 ]
29 } 29 }
30 30
31 # These should compile on non-android platforms too. 31 # These should compile on non-android platforms too.
32 source_set("anywhere_unittests") { 32 source_set("anywhere_unit_tests") {
33 testonly = true 33 testonly = true
34 sources = [ 34 sources = [
35 "media_codec_loop_unittest.cc", 35 "media_codec_loop_unittest.cc",
36 "mock_media_codec_bridge.cc", 36 "mock_media_codec_bridge.cc",
37 "mock_media_codec_bridge.h", 37 "mock_media_codec_bridge.h",
38 ] 38 ]
39 configs += [ 39 configs += [
40 "//media:media_config", 40 "//media:media_config",
41 "//media:media_implementation", 41 "//media:media_implementation",
42 ] 42 ]
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "//media:shared_memory_support", 92 "//media:shared_memory_support",
93 "//third_party/widevine/cdm:headers", 93 "//third_party/widevine/cdm:headers",
94 "//ui/gl", 94 "//ui/gl",
95 "//url", 95 "//url",
96 ] 96 ]
97 public_deps = [ 97 public_deps = [
98 ":anywhere", 98 ":anywhere",
99 ] 99 ]
100 } 100 }
101 101
102 source_set("unittests") { 102 source_set("unit_tests") {
103 testonly = true 103 testonly = true
104 sources = [ 104 sources = [
105 "media_drm_bridge_unittest.cc", 105 "media_drm_bridge_unittest.cc",
106 "media_player_bridge_unittest.cc", 106 "media_player_bridge_unittest.cc",
107 "sdk_media_codec_bridge_unittest.cc", 107 "sdk_media_codec_bridge_unittest.cc",
108 ] 108 ]
109 109
110 deps = [ 110 deps = [
111 ":android", 111 ":android",
112 "//media/base:test_support", 112 "//media/base:test_support",
(...skipping 26 matching lines...) Expand all
139 "java/src/org/chromium/media/AudioManagerAndroid.java", 139 "java/src/org/chromium/media/AudioManagerAndroid.java",
140 "java/src/org/chromium/media/AudioRecordInput.java", 140 "java/src/org/chromium/media/AudioRecordInput.java",
141 "java/src/org/chromium/media/MediaCodecBridge.java", 141 "java/src/org/chromium/media/MediaCodecBridge.java",
142 "java/src/org/chromium/media/MediaCodecUtil.java", 142 "java/src/org/chromium/media/MediaCodecUtil.java",
143 "java/src/org/chromium/media/MediaDrmBridge.java", 143 "java/src/org/chromium/media/MediaDrmBridge.java",
144 "java/src/org/chromium/media/MediaPlayerBridge.java", 144 "java/src/org/chromium/media/MediaPlayerBridge.java",
145 "java/src/org/chromium/media/MediaPlayerListener.java", 145 "java/src/org/chromium/media/MediaPlayerListener.java",
146 ] 146 ]
147 } 147 }
148 } 148 }
OLDNEW
« no previous file with comments | « media/base/BUILD.gn ('k') | media/base/mac/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698