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

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: Created 6 years, 9 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 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 'mac/WebFontCache.h', 670 'mac/WebFontCache.h',
671 'mac/WebFontCache.mm', 671 'mac/WebFontCache.mm',
672 'mediastream/MediaStreamCenter.cpp', 672 'mediastream/MediaStreamCenter.cpp',
673 'mediastream/MediaStreamCenter.h', 673 'mediastream/MediaStreamCenter.h',
674 'mediastream/MediaStreamComponent.cpp', 674 'mediastream/MediaStreamComponent.cpp',
675 'mediastream/MediaStreamComponent.h', 675 'mediastream/MediaStreamComponent.h',
676 'mediastream/MediaStreamDescriptor.cpp', 676 'mediastream/MediaStreamDescriptor.cpp',
677 'mediastream/MediaStreamDescriptor.h', 677 'mediastream/MediaStreamDescriptor.h',
678 'mediastream/MediaStreamSource.cpp', 678 'mediastream/MediaStreamSource.cpp',
679 'mediastream/MediaStreamSource.h', 679 'mediastream/MediaStreamSource.h',
680 'mediastream/MediaStreamTrackSourcesRequest.cpp',
680 'mediastream/MediaStreamTrackSourcesRequest.h', 681 'mediastream/MediaStreamTrackSourcesRequest.h',
681 'mediastream/RTCConfiguration.h', 682 'mediastream/RTCConfiguration.h',
682 'mediastream/RTCSessionDescriptionRequest.h', 683 'mediastream/RTCSessionDescriptionRequest.h',
683 'mediastream/RTCStatsRequest.h', 684 'mediastream/RTCStatsRequest.h',
684 'mediastream/RTCStatsResponseBase.h', 685 'mediastream/RTCStatsResponseBase.h',
685 'mediastream/RTCVoidRequest.h', 686 'mediastream/RTCVoidRequest.h',
686 'mhtml/ArchiveResource.cpp', 687 'mhtml/ArchiveResource.cpp',
687 'mhtml/ArchiveResourceCollection.cpp', 688 'mhtml/ArchiveResourceCollection.cpp',
688 'mhtml/ArchiveResourceCollection.h', 689 'mhtml/ArchiveResourceCollection.h',
689 'mhtml/MHTMLArchive.cpp', 690 'mhtml/MHTMLArchive.cpp',
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 'animation/TimingFunctionTestHelper.cpp', 910 'animation/TimingFunctionTestHelper.cpp',
910 'animation/TimingFunctionTestHelper.h', 911 'animation/TimingFunctionTestHelper.h',
911 'animation/TimingFunctionTestHelperTest.cpp', 912 'animation/TimingFunctionTestHelperTest.cpp',
912 'graphics/DeferredImageDecoderTest.cpp', 913 'graphics/DeferredImageDecoderTest.cpp',
913 'graphics/ImageDecodingStoreTest.cpp', 914 'graphics/ImageDecodingStoreTest.cpp',
914 'graphics/ImageFrameGeneratorTest.cpp', 915 'graphics/ImageFrameGeneratorTest.cpp',
915 'graphics/test/MockImageDecoder.h', 916 'graphics/test/MockImageDecoder.h',
916 ], 917 ],
917 }, 918 },
918 } 919 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698