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

Side by Side Diff: third_party/WebKit/Source/modules/mediastream/BUILD.gn

Issue 2578623002: Move MediaStreamTrack contentHint to separate IDL. (Closed)
Patch Set: inline contenthint method calls Created 4 years 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 import("//third_party/WebKit/Source/modules/modules.gni") 5 import("//third_party/WebKit/Source/modules/modules.gni")
6 6
7 blink_modules_sources("mediastream") { 7 blink_modules_sources("mediastream") {
8 sources = [ 8 sources = [
9 "MediaConstraintsImpl.cpp", 9 "MediaConstraintsImpl.cpp",
10 "MediaConstraintsImpl.h", 10 "MediaConstraintsImpl.h",
11 "MediaDeviceInfo.cpp", 11 "MediaDeviceInfo.cpp",
12 "MediaDeviceInfo.h", 12 "MediaDeviceInfo.h",
13 "MediaDevices.cpp", 13 "MediaDevices.cpp",
14 "MediaDevices.h", 14 "MediaDevices.h",
15 "MediaDevicesRequest.cpp", 15 "MediaDevicesRequest.cpp",
16 "MediaDevicesRequest.h", 16 "MediaDevicesRequest.h",
17 "MediaErrorState.cpp", 17 "MediaErrorState.cpp",
18 "MediaErrorState.h", 18 "MediaErrorState.h",
19 "MediaStream.cpp", 19 "MediaStream.cpp",
20 "MediaStream.h", 20 "MediaStream.h",
21 "MediaStreamEvent.cpp", 21 "MediaStreamEvent.cpp",
22 "MediaStreamEvent.h", 22 "MediaStreamEvent.h",
23 "MediaStreamRegistry.cpp", 23 "MediaStreamRegistry.cpp",
24 "MediaStreamRegistry.h", 24 "MediaStreamRegistry.h",
25 "MediaStreamTrack.cpp", 25 "MediaStreamTrack.cpp",
26 "MediaStreamTrack.h", 26 "MediaStreamTrack.h",
27 "MediaStreamTrackContentHint.h",
27 "MediaStreamTrackEvent.cpp", 28 "MediaStreamTrackEvent.cpp",
28 "MediaStreamTrackEvent.h", 29 "MediaStreamTrackEvent.h",
29 "NavigatorMediaStream.cpp", 30 "NavigatorMediaStream.cpp",
30 "NavigatorMediaStream.h", 31 "NavigatorMediaStream.h",
31 "NavigatorUserMedia.cpp", 32 "NavigatorUserMedia.cpp",
32 "NavigatorUserMedia.h", 33 "NavigatorUserMedia.h",
33 "NavigatorUserMediaError.cpp", 34 "NavigatorUserMediaError.cpp",
34 "NavigatorUserMediaError.h", 35 "NavigatorUserMediaError.h",
35 "NavigatorUserMediaErrorCallback.h", 36 "NavigatorUserMediaErrorCallback.h",
36 "NavigatorUserMediaSuccessCallback.h", 37 "NavigatorUserMediaSuccessCallback.h",
37 "URLMediaStream.cpp", 38 "URLMediaStream.cpp",
38 "URLMediaStream.h", 39 "URLMediaStream.h",
39 "UserMediaClient.h", 40 "UserMediaClient.h",
40 "UserMediaController.cpp", 41 "UserMediaController.cpp",
41 "UserMediaController.h", 42 "UserMediaController.h",
42 "UserMediaRequest.cpp", 43 "UserMediaRequest.cpp",
43 "UserMediaRequest.h", 44 "UserMediaRequest.h",
44 ] 45 ]
45 } 46 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698