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

Side by Side Diff: third_party/WebKit/public/blink_headers.gypi

Issue 1815033003: Add srcObject attribute of type MediaStream to HTMLMediaElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix condition Created 4 years, 8 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 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'blink_public_sources': [ 7 'blink_public_sources': [
8 "platform/callback/WebClosure.h", 8 "platform/callback/WebClosure.h",
9 "platform/Platform.h", 9 "platform/Platform.h",
10 "platform/FilePathConversion.h", 10 "platform/FilePathConversion.h",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "platform/WebInbandTextTrackClient.h", 114 "platform/WebInbandTextTrackClient.h",
115 "platform/WebInputEventResult.h", 115 "platform/WebInputEventResult.h",
116 "platform/WebLayer.h", 116 "platform/WebLayer.h",
117 "platform/WebLayerPositionConstraint.h", 117 "platform/WebLayerPositionConstraint.h",
118 "platform/WebLayerScrollClient.h", 118 "platform/WebLayerScrollClient.h",
119 "platform/WebLayerTreeView.h", 119 "platform/WebLayerTreeView.h",
120 "platform/WebLayoutAndPaintAsyncCallback.h", 120 "platform/WebLayoutAndPaintAsyncCallback.h",
121 "platform/WebLocalizedString.h", 121 "platform/WebLocalizedString.h",
122 "platform/WebMediaConstraints.h", 122 "platform/WebMediaConstraints.h",
123 "platform/WebMediaDeviceInfo.h", 123 "platform/WebMediaDeviceInfo.h",
124 "platform/WebMediaElementSource.h",
124 "platform/WebMediaKeySystemConfiguration.h", 125 "platform/WebMediaKeySystemConfiguration.h",
125 "platform/WebMediaKeySystemMediaCapability.h", 126 "platform/WebMediaKeySystemMediaCapability.h",
126 "platform/WebMediaPlayer.h", 127 "platform/WebMediaPlayer.h",
127 "platform/WebMediaPlayerClient.h", 128 "platform/WebMediaPlayerClient.h",
128 "platform/WebMediaRecorderHandler.h", 129 "platform/WebMediaRecorderHandler.h",
129 "platform/WebMediaRecorderHandlerClient.h", 130 "platform/WebMediaRecorderHandlerClient.h",
130 "platform/WebMediaSource.h", 131 "platform/WebMediaSource.h",
131 "platform/WebMediaStream.h", 132 "platform/WebMediaStream.h",
132 "platform/WebMediaStreamCenter.h", 133 "platform/WebMediaStreamCenter.h",
133 "platform/WebMediaStreamCenterClient.h", 134 "platform/WebMediaStreamCenterClient.h",
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 "web/modules/serviceworker/WebServiceWorkerContextClient.h", 503 "web/modules/serviceworker/WebServiceWorkerContextClient.h",
503 "web/modules/serviceworker/WebServiceWorkerContextProxy.h", 504 "web/modules/serviceworker/WebServiceWorkerContextProxy.h",
504 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h", 505 "web/modules/serviceworker/WebServiceWorkerNetworkProvider.h",
505 "web/modules/webmidi/WebMIDIClient.h", 506 "web/modules/webmidi/WebMIDIClient.h",
506 "web/modules/webmidi/WebMIDIOptions.h", 507 "web/modules/webmidi/WebMIDIOptions.h",
507 "web/modules/webmidi/WebMIDIPermissionRequest.h", 508 "web/modules/webmidi/WebMIDIPermissionRequest.h",
508 "web/win/WebFontRendering.h", 509 "web/win/WebFontRendering.h",
509 ], 510 ],
510 }, 511 },
511 } 512 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698