summaryrefslogtreecommitdiffstats
path: root/media/BUILD.gn
diff options
context:
space:
mode:
authorzhaoqin <zhaoqin@chromium.org>2015-11-15 19:45:36 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-16 03:46:30 +0000
commit0d6792ab1bb79274f0945556c46e2fc4f1611e54 (patch)
tree2c7f94feefabaf90221dd5be1e58f8622a5dcf1a /media/BUILD.gn
parent50e03e3334fb07144ec4b606928281cdcb7baa7c (diff)
downloadchromium_src-0d6792ab1bb79274f0945556c46e2fc4f1611e54.zip
chromium_src-0d6792ab1bb79274f0945556c46e2fc4f1611e54.tar.gz
chromium_src-0d6792ab1bb79274f0945556c46e2fc4f1611e54.tar.bz2
Revert of Add unit tests for CdmAdapter (patchset #6 id:100001 of https://codereview.chromium.org/1428753010/ )
Reason for revert: valgrind reports leaks with no-debug-symbol callstack BUG=556346 TBR=jrummell@chromium.org Original issue's description: > Add unit tests for CdmAdapter > > BUG=510088 > TEST=new unittests pass > > Committed: https://crrev.com/30996193fe3e69fe9ccd52471900bf5685c54956 > Cr-Commit-Position: refs/heads/master@{#359582} TBR=xhwang@chromium.org,jrummell@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=510088 Review URL: https://codereview.chromium.org/1447943002 Cr-Commit-Position: refs/heads/master@{#359798}
Diffstat (limited to 'media/BUILD.gn')
-rw-r--r--media/BUILD.gn8
1 files changed, 1 insertions, 7 deletions
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 1e2589f..f191317 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -658,7 +658,7 @@ test("media_unittests") {
"test/data/",
]
- # TODO(wolenetz): Fix size_t to int truncation in win64.
+ # TODO(wolenetz): Fix size_t to int trunctaion in win64.
# See http://crbug.com/171009
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
@@ -695,12 +695,6 @@ test("media_unittests") {
]
}
- # If ExternalClearKey is built, we can test CdmAdapter.
- if (enable_pepper_cdms) {
- sources += [ "cdm/cdm_adapter_unittest.cc" ]
- deps += [ "//media/cdm/ppapi:clearkeycdm" ]
- }
-
if (media_use_ffmpeg) {
sources += [
"ffmpeg/ffmpeg_common_unittest.cc",