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

Side by Side Diff: webrtc/pc/BUILD.gn

Issue 2690793003: Move trackmediainfomap files from api/ to pc/. (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « webrtc/api/trackmediainfomap_unittest.cc ('k') | webrtc/pc/rtcstatscollector.h » ('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 (c) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 import("../webrtc.gni") 9 import("../webrtc.gni")
10 if (is_android) { 10 if (is_android) {
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "rtcstatscollector.h", 115 "rtcstatscollector.h",
116 "rtpreceiver.cc", 116 "rtpreceiver.cc",
117 "rtpreceiver.h", 117 "rtpreceiver.h",
118 "rtpsender.cc", 118 "rtpsender.cc",
119 "rtpsender.h", 119 "rtpsender.h",
120 "sctputils.cc", 120 "sctputils.cc",
121 "sctputils.h", 121 "sctputils.h",
122 "statscollector.cc", 122 "statscollector.cc",
123 "statscollector.h", 123 "statscollector.h",
124 "streamcollection.h", 124 "streamcollection.h",
125 "trackmediainfomap.cc",
126 "trackmediainfomap.h",
125 "videocapturertracksource.cc", 127 "videocapturertracksource.cc",
126 "videocapturertracksource.h", 128 "videocapturertracksource.h",
127 "videotrack.cc", 129 "videotrack.cc",
128 "videotrack.h", 130 "videotrack.h",
129 "videotracksource.cc", 131 "videotracksource.cc",
130 "videotracksource.h", 132 "videotracksource.h",
131 "webrtcsdp.cc", 133 "webrtcsdp.cc",
132 "webrtcsdp.h", 134 "webrtcsdp.h",
133 "webrtcsession.cc", 135 "webrtcsession.cc",
134 "webrtcsession.h", 136 "webrtcsession.h",
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 "test/fakevideotrackrenderer.h", 276 "test/fakevideotrackrenderer.h",
275 "test/fakevideotracksource.h", 277 "test/fakevideotracksource.h",
276 "test/mock_datachannel.h", 278 "test/mock_datachannel.h",
277 "test/mock_peerconnection.h", 279 "test/mock_peerconnection.h",
278 "test/mock_webrtcsession.h", 280 "test/mock_webrtcsession.h",
279 "test/mockpeerconnectionobservers.h", 281 "test/mockpeerconnectionobservers.h",
280 "test/peerconnectiontestwrapper.cc", 282 "test/peerconnectiontestwrapper.cc",
281 "test/peerconnectiontestwrapper.h", 283 "test/peerconnectiontestwrapper.h",
282 "test/rtcstatsobtainer.h", 284 "test/rtcstatsobtainer.h",
283 "test/testsdpstrings.h", 285 "test/testsdpstrings.h",
286 "trackmediainfomap_unittest.cc",
284 "videocapturertracksource_unittest.cc", 287 "videocapturertracksource_unittest.cc",
285 "videotrack_unittest.cc", 288 "videotrack_unittest.cc",
286 "webrtcsdp_unittest.cc", 289 "webrtcsdp_unittest.cc",
287 "webrtcsession_unittest.cc", 290 "webrtcsession_unittest.cc",
288 ] 291 ]
289 292
290 if (rtc_enable_sctp) { 293 if (rtc_enable_sctp) {
291 defines = [ "HAVE_SCTP" ] 294 defines = [ "HAVE_SCTP" ]
292 } 295 }
293 296
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 "//testing/gmock", 345 "//testing/gmock",
343 ] 346 ]
344 347
345 if (is_android) { 348 if (is_android) {
346 deps += [ "//testing/android/native_test:native_test_support" ] 349 deps += [ "//testing/android/native_test:native_test_support" ]
347 350
348 shard_timeout = 900 351 shard_timeout = 900
349 } 352 }
350 } 353 }
351 } 354 }
OLDNEW
« no previous file with comments | « webrtc/api/trackmediainfomap_unittest.cc ('k') | webrtc/pc/rtcstatscollector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698