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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 173363002: Move mediastream module to oilpan transition types (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WIP Created 6 years, 10 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 'mac/WebFontCache.h', 673 'mac/WebFontCache.h',
674 'mac/WebFontCache.mm', 674 'mac/WebFontCache.mm',
675 'mediastream/MediaStreamCenter.cpp', 675 'mediastream/MediaStreamCenter.cpp',
676 'mediastream/MediaStreamCenter.h', 676 'mediastream/MediaStreamCenter.h',
677 'mediastream/MediaStreamComponent.cpp', 677 'mediastream/MediaStreamComponent.cpp',
678 'mediastream/MediaStreamComponent.h', 678 'mediastream/MediaStreamComponent.h',
679 'mediastream/MediaStreamDescriptor.cpp', 679 'mediastream/MediaStreamDescriptor.cpp',
680 'mediastream/MediaStreamDescriptor.h', 680 'mediastream/MediaStreamDescriptor.h',
681 'mediastream/MediaStreamSource.cpp', 681 'mediastream/MediaStreamSource.cpp',
682 'mediastream/MediaStreamSource.h', 682 'mediastream/MediaStreamSource.h',
683 'mediastream/MediaStreamTrackSourcesRequest.cpp',
683 'mediastream/MediaStreamTrackSourcesRequest.h', 684 'mediastream/MediaStreamTrackSourcesRequest.h',
684 'mediastream/RTCConfiguration.h', 685 'mediastream/RTCConfiguration.h',
685 'mediastream/RTCSessionDescriptionRequest.h', 686 'mediastream/RTCSessionDescriptionRequest.h',
686 'mediastream/RTCStatsRequest.h', 687 'mediastream/RTCStatsRequest.h',
687 'mediastream/RTCStatsResponseBase.h', 688 'mediastream/RTCStatsResponseBase.h',
688 'mediastream/RTCVoidRequest.h', 689 'mediastream/RTCVoidRequest.h',
689 'mhtml/ArchiveResource.cpp', 690 'mhtml/ArchiveResource.cpp',
690 'mhtml/ArchiveResourceCollection.cpp', 691 'mhtml/ArchiveResourceCollection.cpp',
691 'mhtml/ArchiveResourceCollection.h', 692 'mhtml/ArchiveResourceCollection.h',
692 'mhtml/MHTMLArchive.cpp', 693 'mhtml/MHTMLArchive.cpp',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 'animation/TimingFunctionTestHelper.cpp', 908 'animation/TimingFunctionTestHelper.cpp',
908 'animation/TimingFunctionTestHelper.h', 909 'animation/TimingFunctionTestHelper.h',
909 'animation/TimingFunctionTestHelperTest.cpp', 910 'animation/TimingFunctionTestHelperTest.cpp',
910 'graphics/DeferredImageDecoderTest.cpp', 911 'graphics/DeferredImageDecoderTest.cpp',
911 'graphics/ImageDecodingStoreTest.cpp', 912 'graphics/ImageDecodingStoreTest.cpp',
912 'graphics/ImageFrameGeneratorTest.cpp', 913 'graphics/ImageFrameGeneratorTest.cpp',
913 'graphics/test/MockImageDecoder.h', 914 'graphics/test/MockImageDecoder.h',
914 ], 915 ],
915 }, 916 },
916 } 917 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698