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

Side by Side Diff: Source/core/core.gypi

Issue 1327653004: Have uses of MockImageResourceClient leak less. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Clean up MockImageResourceClient somewhat Created 5 years, 3 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 | Source/core/fetch/ImageResourceTest.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 3765 matching lines...) Expand 10 before | Expand all | Expand 10 after
3776 'editing/SurroundingTextTest.cpp', 3776 'editing/SurroundingTextTest.cpp',
3777 'editing/VisiblePositionTest.cpp', 3777 'editing/VisiblePositionTest.cpp',
3778 'editing/VisibleSelectionTest.cpp', 3778 'editing/VisibleSelectionTest.cpp',
3779 'editing/VisibleUnitsTest.cpp', 3779 'editing/VisibleUnitsTest.cpp',
3780 'editing/serializers/StyledMarkupSerializerTest.cpp', 3780 'editing/serializers/StyledMarkupSerializerTest.cpp',
3781 'events/EventPathTest.cpp', 3781 'events/EventPathTest.cpp',
3782 'fetch/CachingCorrectnessTest.cpp', 3782 'fetch/CachingCorrectnessTest.cpp',
3783 'fetch/ClientHintsPreferencesTest.cpp', 3783 'fetch/ClientHintsPreferencesTest.cpp',
3784 'fetch/ImageResourceTest.cpp', 3784 'fetch/ImageResourceTest.cpp',
3785 'fetch/MemoryCacheTest.cpp', 3785 'fetch/MemoryCacheTest.cpp',
3786 'fetch/MockImageResourceClient.cpp',
3786 'fetch/RawResourceTest.cpp', 3787 'fetch/RawResourceTest.cpp',
3787 'fetch/ResourceFetcherTest.cpp', 3788 'fetch/ResourceFetcherTest.cpp',
3788 'fetch/ResourceLoaderOptionsTest.cpp', 3789 'fetch/ResourceLoaderOptionsTest.cpp',
3789 'fetch/ResourceTest.cpp', 3790 'fetch/ResourceTest.cpp',
3790 'fileapi/FileListTest.cpp', 3791 'fileapi/FileListTest.cpp',
3791 'fileapi/FileTest.cpp', 3792 'fileapi/FileTest.cpp',
3792 'frame/ImageBitmapTest.cpp', 3793 'frame/ImageBitmapTest.cpp',
3793 'frame/OriginsUsingFeaturesTest.cpp', 3794 'frame/OriginsUsingFeaturesTest.cpp',
3794 'frame/RootFrameViewportTest.cpp', 3795 'frame/RootFrameViewportTest.cpp',
3795 'frame/SubresourceIntegrityTest.cpp', 3796 'frame/SubresourceIntegrityTest.cpp',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
3853 'style/OutlineValueTest.cpp', 3854 'style/OutlineValueTest.cpp',
3854 'style/SVGComputedStyleTest.cpp', 3855 'style/SVGComputedStyleTest.cpp',
3855 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3856 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3856 'testing/PrivateScriptTestTest.cpp', 3857 'testing/PrivateScriptTestTest.cpp',
3857 'timing/MemoryInfoTest.cpp', 3858 'timing/MemoryInfoTest.cpp',
3858 'workers/WorkerThreadTest.cpp', 3859 'workers/WorkerThreadTest.cpp',
3859 'xml/parser/SharedBufferReaderTest.cpp', 3860 'xml/parser/SharedBufferReaderTest.cpp',
3860 ], 3861 ],
3861 } 3862 }
3862 } 3863 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/fetch/ImageResourceTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698