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

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

Issue 1311853005: RTCCertificate and RTCPeerConnection.generateCertificate added to JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed guidou's comments 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
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 730 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 'mediastream/MediaStreamCenter.h', 741 'mediastream/MediaStreamCenter.h',
742 'mediastream/MediaStreamComponent.cpp', 742 'mediastream/MediaStreamComponent.cpp',
743 'mediastream/MediaStreamComponent.h', 743 'mediastream/MediaStreamComponent.h',
744 'mediastream/MediaStreamDescriptor.cpp', 744 'mediastream/MediaStreamDescriptor.cpp',
745 'mediastream/MediaStreamDescriptor.h', 745 'mediastream/MediaStreamDescriptor.h',
746 'mediastream/MediaStreamSource.cpp', 746 'mediastream/MediaStreamSource.cpp',
747 'mediastream/MediaStreamSource.h', 747 'mediastream/MediaStreamSource.h',
748 'mediastream/MediaStreamTrackSourcesRequest.h', 748 'mediastream/MediaStreamTrackSourcesRequest.h',
749 'mediastream/MediaStreamWebAudioSource.cpp', 749 'mediastream/MediaStreamWebAudioSource.cpp',
750 'mediastream/MediaStreamWebAudioSource.h', 750 'mediastream/MediaStreamWebAudioSource.h',
751 'mediastream/RTCConfiguration.cpp',
751 'mediastream/RTCConfiguration.h', 752 'mediastream/RTCConfiguration.h',
752 'mediastream/RTCSessionDescriptionRequest.h', 753 'mediastream/RTCSessionDescriptionRequest.h',
753 'mediastream/RTCStatsRequest.h', 754 'mediastream/RTCStatsRequest.h',
754 'mediastream/RTCStatsResponseBase.h', 755 'mediastream/RTCStatsResponseBase.h',
755 'mediastream/RTCVoidRequest.h', 756 'mediastream/RTCVoidRequest.h',
756 'mhtml/ArchiveResource.cpp', 757 'mhtml/ArchiveResource.cpp',
757 'mhtml/ArchiveResourceCollection.cpp', 758 'mhtml/ArchiveResourceCollection.cpp',
758 'mhtml/ArchiveResourceCollection.h', 759 'mhtml/ArchiveResourceCollection.h',
759 'mhtml/MHTMLArchive.cpp', 760 'mhtml/MHTMLArchive.cpp',
760 'mhtml/MHTMLArchive.h', 761 'mhtml/MHTMLArchive.h',
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
1059 ['os_posix==1 and OS!="mac"', 1060 ['os_posix==1 and OS!="mac"',
1060 { 1061 {
1061 'platform_test_files': [ 1062 'platform_test_files': [
1062 'text/LocaleICUTest.cpp', 1063 'text/LocaleICUTest.cpp',
1063 ], 1064 ],
1064 } 1065 }
1065 ], 1066 ],
1066 ], 1067 ],
1067 }, 1068 },
1068 } 1069 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698