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

Unified Diff: Source/platform/blink_platform.gypi

Issue 64593002: Move MediaStreamSource to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: also move WebMediaConstraints.cpp Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/mediastream/UserMediaRequest.h ('k') | Source/platform/exported/WebMediaConstraints.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 4f87150862f7bc2468a7b8232b18566aad2afae5..2f18462be347f4b946ea79e867a6169d30919272 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -245,6 +245,8 @@
'exported/WebFloatQuad.cpp',
'exported/WebHTTPBody.cpp',
'exported/WebHTTPLoadInfo.cpp',
+ 'exported/WebMediaConstraints.cpp',
+ 'exported/WebMediaStreamSource.cpp',
'exported/WebPrerender.cpp',
'exported/WebPrerenderingSupport.cpp',
'exported/WebRTCConfiguration.cpp',
@@ -361,6 +363,8 @@
'graphics/WindRule.h',
'mediastream/MediaConstraints.cpp',
'mediastream/MediaConstraints.h',
+ 'mediastream/MediaStreamSource.cpp',
+ 'mediastream/MediaStreamSource.h',
'mediastream/RTCConfiguration.h',
'mediastream/RTCSessionDescriptionRequest.h',
'mediastream/RTCStatsResponseBase.h',
« no previous file with comments | « Source/modules/mediastream/UserMediaRequest.h ('k') | Source/platform/exported/WebMediaConstraints.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698