OLD | NEW |
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("peerconnection") { | 7 blink_modules_sources("peerconnection") { |
8 sources = [ | 8 sources = [ |
9 "RTCCertificate.cpp", | 9 "RTCCertificate.cpp", |
10 "RTCCertificate.h", | 10 "RTCCertificate.h", |
(...skipping 27 matching lines...) Expand all Loading... |
38 "RTCSessionDescriptionRequestImpl.h", | 38 "RTCSessionDescriptionRequestImpl.h", |
39 "RTCSessionDescriptionRequestPromiseImpl.cpp", | 39 "RTCSessionDescriptionRequestPromiseImpl.cpp", |
40 "RTCSessionDescriptionRequestPromiseImpl.h", | 40 "RTCSessionDescriptionRequestPromiseImpl.h", |
41 "RTCStatsCallback.h", | 41 "RTCStatsCallback.h", |
42 "RTCStatsReport.cpp", | 42 "RTCStatsReport.cpp", |
43 "RTCStatsReport.h", | 43 "RTCStatsReport.h", |
44 "RTCStatsRequestImpl.cpp", | 44 "RTCStatsRequestImpl.cpp", |
45 "RTCStatsRequestImpl.h", | 45 "RTCStatsRequestImpl.h", |
46 "RTCStatsResponse.cpp", | 46 "RTCStatsResponse.cpp", |
47 "RTCStatsResponse.h", | 47 "RTCStatsResponse.h", |
| 48 "RTCTrackEvent.cpp", |
| 49 "RTCTrackEvent.h", |
48 "RTCVoidRequestImpl.cpp", | 50 "RTCVoidRequestImpl.cpp", |
49 "RTCVoidRequestImpl.h", | 51 "RTCVoidRequestImpl.h", |
50 "RTCVoidRequestPromiseImpl.cpp", | 52 "RTCVoidRequestPromiseImpl.cpp", |
51 "RTCVoidRequestPromiseImpl.h", | 53 "RTCVoidRequestPromiseImpl.h", |
52 ] | 54 ] |
53 } | 55 } |
OLD | NEW |