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

Side by Side Diff: tools/cfi/blacklist.txt

Issue 1963883002: mojo: make libmojo_public_test_support a static library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « services/shell/mojo_shell_unittests.isolate ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # e.g. RolloverProtectedTickClock 1 # e.g. RolloverProtectedTickClock
2 fun:*MutableInstance* 2 fun:*MutableInstance*
3 3
4 # WTF allocators. 4 # WTF allocators.
5 fun:*allocate*Backing* 5 fun:*allocate*Backing*
6 6
7 # WTF::ThreadSpecific 7 # WTF::ThreadSpecific
8 fun:*ThreadSpecific* 8 fun:*ThreadSpecific*
9 9
10 # Mesa contains several bad casts. 10 # Mesa contains several bad casts.
11 src:*third_party/mesa* 11 src:*third_party/mesa*
12 12
13 # Deliberate bad cast to derived class to hide functions. 13 # Deliberate bad cast to derived class to hide functions.
14 type:*BlockIUnknownMethods* 14 type:*BlockIUnknownMethods*
15 type:*BlockRefType* 15 type:*BlockRefType*
16 type:*SkAutoTUnref* 16 type:*SkAutoTUnref*
17 type:*SkBlockComRef* 17 type:*SkBlockComRef*
18 # https://crbug.com/517959 18 # https://crbug.com/517959
19 type:*NoAddRefRelease* 19 type:*NoAddRefRelease*
20 20
21 # All mojo::test:: types.
22 # They are loaded from libmojo_public_test_support.so
23 # https://crbug.com/515347
24 type:mojo::test::*
25
26 # All types and sources from libclearkeycdm.so. 21 # All types and sources from libclearkeycdm.so.
27 # See https://crbug.com/557969 22 # See https://crbug.com/557969
28 type:media::CdmVideoDecoder 23 type:media::CdmVideoDecoder
29 type:media::ClearKeyCdm 24 type:media::ClearKeyCdm
30 type:media::FakeCdmVideoDecoder 25 type:media::FakeCdmVideoDecoder
31 type:media::FFmpegCdmAudioDecoder 26 type:media::FFmpegCdmAudioDecoder
32 type:media::FFmpegCdmVideoDecoder 27 type:media::FFmpegCdmVideoDecoder
33 type:media::LibvpxCdmVideoDecoder 28 type:media::LibvpxCdmVideoDecoder
34 src:*external_clear_key* 29 src:*external_clear_key*
35 type:cdm::* 30 type:cdm::*
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 fun:*DatabaseContext*contextDestroyed* 66 fun:*DatabaseContext*contextDestroyed*
72 67
73 # FIXME: Cannot handle template function LifecycleObserver<>::setContext, 68 # FIXME: Cannot handle template function LifecycleObserver<>::setContext,
74 # so exclude source file for now. 69 # so exclude source file for now.
75 src:*LifecycleObserver.h* 70 src:*LifecycleObserver.h*
76 71
77 # Blink wtf::Vector cast on non-initialized data 72 # Blink wtf::Vector cast on non-initialized data
78 # https://crbug.com/568891 73 # https://crbug.com/568891
79 src:*wtf/Vector.h* 74 src:*wtf/Vector.h*
80 src:*wtf/PartitionAllocator.h* 75 src:*wtf/PartitionAllocator.h*
OLDNEW
« no previous file with comments | « services/shell/mojo_shell_unittests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698