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

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

Issue 2323393004: Complete removing Blink gyp files. (Closed)
Patch Set: Windows Created 4 years, 3 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
(Empty)
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
3 # found in the LICENSE file.
4
5 import("//third_party/WebKit/Source/modules/modules.gni")
6
7 blink_modules_sources("mediastream") {
8 sources = [
9 "MediaConstraintsImpl.cpp",
10 "MediaConstraintsImpl.h",
11 "MediaDeviceInfo.cpp",
12 "MediaDeviceInfo.h",
13 "MediaDevices.cpp",
14 "MediaDevices.h",
15 "MediaDevicesRequest.cpp",
16 "MediaDevicesRequest.h",
17 "MediaErrorState.cpp",
18 "MediaErrorState.h",
19 "MediaStream.cpp",
20 "MediaStream.h",
21 "MediaStreamEvent.cpp",
22 "MediaStreamEvent.h",
23 "MediaStreamRegistry.cpp",
24 "MediaStreamRegistry.h",
25 "MediaStreamTrack.cpp",
26 "MediaStreamTrack.h",
27 "MediaStreamTrackEvent.cpp",
28 "MediaStreamTrackEvent.h",
29 "MediaStreamTrackSourcesCallback.h",
30 "MediaStreamTrackSourcesRequestImpl.cpp",
31 "MediaStreamTrackSourcesRequestImpl.h",
32 "NavigatorMediaStream.cpp",
33 "NavigatorMediaStream.h",
34 "NavigatorUserMedia.cpp",
35 "NavigatorUserMedia.h",
36 "NavigatorUserMediaError.cpp",
37 "NavigatorUserMediaError.h",
38 "NavigatorUserMediaErrorCallback.h",
39 "NavigatorUserMediaSuccessCallback.h",
40 "SourceInfo.cpp",
41 "SourceInfo.h",
42 "URLMediaStream.cpp",
43 "URLMediaStream.h",
44 "UserMediaClient.h",
45 "UserMediaController.cpp",
46 "UserMediaController.h",
47 "UserMediaRequest.cpp",
48 "UserMediaRequest.h",
49 ]
50 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/mediasource/BUILD.gn ('k') | third_party/WebKit/Source/modules/modules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698