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

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: Merge with master 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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
749 'mediastream/MediaStreamCenter.h', 749 'mediastream/MediaStreamCenter.h',
750 'mediastream/MediaStreamComponent.cpp', 750 'mediastream/MediaStreamComponent.cpp',
751 'mediastream/MediaStreamComponent.h', 751 'mediastream/MediaStreamComponent.h',
752 'mediastream/MediaStreamDescriptor.cpp', 752 'mediastream/MediaStreamDescriptor.cpp',
753 'mediastream/MediaStreamDescriptor.h', 753 'mediastream/MediaStreamDescriptor.h',
754 'mediastream/MediaStreamSource.cpp', 754 'mediastream/MediaStreamSource.cpp',
755 'mediastream/MediaStreamSource.h', 755 'mediastream/MediaStreamSource.h',
756 'mediastream/MediaStreamTrackSourcesRequest.h', 756 'mediastream/MediaStreamTrackSourcesRequest.h',
757 'mediastream/MediaStreamWebAudioSource.cpp', 757 'mediastream/MediaStreamWebAudioSource.cpp',
758 'mediastream/MediaStreamWebAudioSource.h', 758 'mediastream/MediaStreamWebAudioSource.h',
759 'mediastream/RTCConfiguration.cpp',
759 'mediastream/RTCConfiguration.h', 760 'mediastream/RTCConfiguration.h',
760 'mediastream/RTCSessionDescriptionRequest.h', 761 'mediastream/RTCSessionDescriptionRequest.h',
761 'mediastream/RTCStatsRequest.h', 762 'mediastream/RTCStatsRequest.h',
762 'mediastream/RTCStatsResponseBase.h', 763 'mediastream/RTCStatsResponseBase.h',
763 'mediastream/RTCVoidRequest.h', 764 'mediastream/RTCVoidRequest.h',
764 'mhtml/ArchiveResource.cpp', 765 'mhtml/ArchiveResource.cpp',
765 'mhtml/ArchiveResourceCollection.cpp', 766 'mhtml/ArchiveResourceCollection.cpp',
766 'mhtml/ArchiveResourceCollection.h', 767 'mhtml/ArchiveResourceCollection.h',
767 'mhtml/MHTMLArchive.cpp', 768 'mhtml/MHTMLArchive.cpp',
768 'mhtml/MHTMLArchive.h', 769 'mhtml/MHTMLArchive.h',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
1069 ['os_posix==1 and OS!="mac"', 1070 ['os_posix==1 and OS!="mac"',
1070 { 1071 {
1071 'platform_test_files': [ 1072 'platform_test_files': [
1072 'text/LocaleICUTest.cpp', 1073 'text/LocaleICUTest.cpp',
1073 ], 1074 ],
1074 } 1075 }
1075 ], 1076 ],
1076 ], 1077 ],
1077 }, 1078 },
1078 } 1079 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698