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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1318393002: Refactor "track options" to be a dictionary. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Another review comment set Created 5 years, 2 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
« no previous file with comments | « third_party/WebKit/Source/modules/mediastream/UserMediaRequest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 0b211493385e303e341f8fb13fa2169d2a38e99e..f18280dbf6d01086eae73398e63e302ec577ca34 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -456,6 +456,7 @@
'mediarecorder/BlobEventInit.idl',
'mediastream/MediaStreamConstraints.idl',
'mediastream/MediaStreamEventInit.idl',
+ 'mediastream/MediaTrackConstraintSet.idl',
'mediastream/RTCDTMFToneChangeEventInit.idl',
'mediastream/RTCIceCandidateInit.idl',
'mediastream/RTCSessionDescriptionInit.idl',
@@ -571,6 +572,8 @@
'<(blink_modules_output_dir)/mediastream/MediaStreamConstraints.h',
'<(blink_modules_output_dir)/mediastream/MediaStreamEventInit.cpp',
'<(blink_modules_output_dir)/mediastream/MediaStreamEventInit.h',
+ '<(blink_modules_output_dir)/mediastream/MediaTrackConstraintSet.cpp',
+ '<(blink_modules_output_dir)/mediastream/MediaTrackConstraintSet.h',
'<(blink_modules_output_dir)/mediastream/RTCDTMFToneChangeEventInit.cpp',
'<(blink_modules_output_dir)/mediastream/RTCDTMFToneChangeEventInit.h',
'<(blink_modules_output_dir)/mediastream/RTCIceCandidateInit.cpp',
« no previous file with comments | « third_party/WebKit/Source/modules/mediastream/UserMediaRequest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698