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

Unified Diff: Source/core/core.gypi

Issue 16778002: MediaStream API: Changing the device enumeration to be async (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Moved files Created 7 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index e591844bea4998cdb7f68165a1bf8cf709733f50..513890fbdb5430ffd5ffc7fa53f75c0b3ee49271 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3605,7 +3605,6 @@
'platform/chromium/support/WebFloatQuad.cpp',
'platform/chromium/support/WebHTTPBody.cpp',
'platform/chromium/support/WebHTTPLoadInfo.cpp',
- 'platform/chromium/support/WebMediaConstraints.cpp',
'platform/chromium/support/WebMediaStream.cpp',
'platform/chromium/support/WebMediaStreamSource.cpp',
'platform/chromium/support/WebMediaStreamSourcesRequest.cpp',
@@ -3617,6 +3616,7 @@
'platform/chromium/support/WebRTCSessionDescription.cpp',
'platform/chromium/support/WebRTCSessionDescriptionRequest.cpp',
'platform/chromium/support/WebRTCStatsRequest.cpp',
+ 'platform/chromium/support/WebMediaConstraints.cpp',
'platform/chromium/support/WebRTCStatsResponse.cpp',
'platform/chromium/support/WebRTCVoidRequest.cpp',
'platform/chromium/support/WebScrollbarImpl.cpp',

Powered by Google App Engine
This is Rietveld 408576698