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

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

Issue 2611983002: TrackMediaInfoMap added. (Closed)
Patch Set: Addressed comments, less template, renames, refactoring, cleanup Created 3 years, 11 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 | « no previous file | webrtc/api/test/mock_rtpreceiver.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) 2015 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2015 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("../build/webrtc.gni") 9 import("../build/webrtc.gni")
10 if (is_android) { 10 if (is_android) {
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "rtpsender.cc", 94 "rtpsender.cc",
95 "rtpsender.h", 95 "rtpsender.h",
96 "rtpsenderinterface.h", 96 "rtpsenderinterface.h",
97 "sctputils.cc", 97 "sctputils.cc",
98 "sctputils.h", 98 "sctputils.h",
99 "statscollector.cc", 99 "statscollector.cc",
100 "statscollector.h", 100 "statscollector.h",
101 "statstypes.cc", 101 "statstypes.cc",
102 "statstypes.h", 102 "statstypes.h",
103 "streamcollection.h", 103 "streamcollection.h",
104 "trackmediainfomap.cc",
105 "trackmediainfomap.h",
104 "videocapturertracksource.cc", 106 "videocapturertracksource.cc",
105 "videocapturertracksource.h", 107 "videocapturertracksource.h",
106 "videosourceproxy.h", 108 "videosourceproxy.h",
107 "videotrack.cc", 109 "videotrack.cc",
108 "videotrack.h", 110 "videotrack.h",
109 "videotracksource.cc", 111 "videotracksource.cc",
110 "videotracksource.h", 112 "videotracksource.h",
111 "webrtcsdp.cc", 113 "webrtcsdp.cc",
112 "webrtcsdp.h", 114 "webrtcsdp.h",
113 "webrtcsession.cc", 115 "webrtcsession.cc",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 "test/fakeaudiocapturemodule.cc", 249 "test/fakeaudiocapturemodule.cc",
248 "test/fakeaudiocapturemodule.h", 250 "test/fakeaudiocapturemodule.h",
249 "test/fakeaudiocapturemodule_unittest.cc", 251 "test/fakeaudiocapturemodule_unittest.cc",
250 "test/fakeconstraints.h", 252 "test/fakeconstraints.h",
251 "test/fakedatachannelprovider.h", 253 "test/fakedatachannelprovider.h",
252 "test/fakeperiodicvideocapturer.h", 254 "test/fakeperiodicvideocapturer.h",
253 "test/fakertccertificategenerator.h", 255 "test/fakertccertificategenerator.h",
254 "test/fakevideotrackrenderer.h", 256 "test/fakevideotrackrenderer.h",
255 "test/mock_datachannel.h", 257 "test/mock_datachannel.h",
256 "test/mock_peerconnection.h", 258 "test/mock_peerconnection.h",
259 "test/mock_rtpreceiver.h",
260 "test/mock_rtpsender.h",
257 "test/mock_webrtcsession.h", 261 "test/mock_webrtcsession.h",
258 "test/mockpeerconnectionobservers.h", 262 "test/mockpeerconnectionobservers.h",
259 "test/peerconnectiontestwrapper.cc", 263 "test/peerconnectiontestwrapper.cc",
260 "test/peerconnectiontestwrapper.h", 264 "test/peerconnectiontestwrapper.h",
261 "test/rtcstatsobtainer.h", 265 "test/rtcstatsobtainer.h",
262 "test/testsdpstrings.h", 266 "test/testsdpstrings.h",
267 "trackmediainfomap_unittest.cc",
263 "videocapturertracksource_unittest.cc", 268 "videocapturertracksource_unittest.cc",
264 "videotrack_unittest.cc", 269 "videotrack_unittest.cc",
265 "webrtcsdp_unittest.cc", 270 "webrtcsdp_unittest.cc",
266 "webrtcsession_unittest.cc", 271 "webrtcsession_unittest.cc",
267 ] 272 ]
268 273
269 if (rtc_enable_sctp) { 274 if (rtc_enable_sctp) {
270 defines = [ "HAVE_SCTP" ] 275 defines = [ "HAVE_SCTP" ]
271 } 276 }
272 277
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 deps = [ 358 deps = [
354 ":libjingle_peerconnection", 359 ":libjingle_peerconnection",
355 "../base:rtc_base_approved", 360 "../base:rtc_base_approved",
356 ] 361 ]
357 if (!build_with_chromium && is_clang) { 362 if (!build_with_chromium && is_clang) {
358 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 363 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
359 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 364 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
360 } 365 }
361 } 366 }
362 } 367 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/api/test/mock_rtpreceiver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698