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

Side by Side Diff: webrtc/api/api.gyp

Issue 1769343003: Fix mistake in dummy videotracksource.cc and h (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: ... Created 4 years, 9 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/videotracksource.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 { 9 {
10 'includes': [ '../build/common.gypi', ], 10 'includes': [ '../build/common.gypi', ],
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 'statstypes.h', 308 'statstypes.h',
309 'streamcollection.h', 309 'streamcollection.h',
310 'videocapturertracksource.cc', 310 'videocapturertracksource.cc',
311 'videocapturertracksource.h', 311 'videocapturertracksource.h',
312 'videosourceinterface.h', 312 'videosourceinterface.h',
313 'videosourceproxy.h', 313 'videosourceproxy.h',
314 'videotrack.cc', 314 'videotrack.cc',
315 'videotrack.h', 315 'videotrack.h',
316 'videotrackrenderers.cc', 316 'videotrackrenderers.cc',
317 'videotrackrenderers.h', 317 'videotrackrenderers.h',
318 'videotracksource.cc',
319 'videotracksource.h',
318 'webrtcsdp.cc', 320 'webrtcsdp.cc',
319 'webrtcsdp.h', 321 'webrtcsdp.h',
320 'webrtcsession.cc', 322 'webrtcsession.cc',
321 'webrtcsession.h', 323 'webrtcsession.h',
322 'webrtcsessiondescriptionfactory.cc', 324 'webrtcsessiondescriptionfactory.cc',
323 'webrtcsessiondescriptionfactory.h', 325 'webrtcsessiondescriptionfactory.h',
324 ], 326 ],
325 # TODO(kjellander): Make the code compile without disabling these flags. 327 # TODO(kjellander): Make the code compile without disabling these flags.
326 # See https://bugs.chromium.org/p/webrtc/issues/detail?id=3307 328 # See https://bugs.chromium.org/p/webrtc/issues/detail?id=3307
327 'cflags': [ 329 'cflags': [
(...skipping 30 matching lines...) Expand all
358 'AdditionalOptions': [ 360 'AdditionalOptions': [
359 '-Wno-sign-compare', 361 '-Wno-sign-compare',
360 ], 362 ],
361 }, 363 },
362 }, 364 },
363 }], 365 }],
364 ], 366 ],
365 }, # target libjingle_peerconnection 367 }, # target libjingle_peerconnection
366 ], # targets 368 ], # targets
367 } 369 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/api/videotracksource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698