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

Side by Side Diff: talk/libjingle_tests.gyp

Issue 1578323002: Add rtppacketuil.h/cc (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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 | « talk/libjingle.gyp ('k') | talk/media/base/rtputils.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 # 1 #
2 # libjingle 2 # libjingle
3 # Copyright 2012 Google Inc. 3 # Copyright 2012 Google Inc.
4 # 4 #
5 # Redistribution and use in source and binary forms, with or without 5 # Redistribution and use in source and binary forms, with or without
6 # modification, are permitted provided that the following conditions are met: 6 # modification, are permitted provided that the following conditions are met:
7 # 7 #
8 # 1. Redistributions of source code must retain the above copyright notice, 8 # 1. Redistributions of source code must retain the above copyright notice,
9 # this list of conditions and the following disclaimer. 9 # this list of conditions and the following disclaimer.
10 # 2. Redistributions in binary form must reproduce the above copyright notice, 10 # 2. Redistributions in binary form must reproduce the above copyright notice,
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 ], 80 ],
81 'sources': [ 81 'sources': [
82 'media/base/capturemanager_unittest.cc', 82 'media/base/capturemanager_unittest.cc',
83 'media/base/codec_unittest.cc', 83 'media/base/codec_unittest.cc',
84 'media/base/rtpdataengine_unittest.cc', 84 'media/base/rtpdataengine_unittest.cc',
85 'media/base/rtpdump_unittest.cc', 85 'media/base/rtpdump_unittest.cc',
86 'media/base/rtputils_unittest.cc', 86 'media/base/rtputils_unittest.cc',
87 'media/base/streamparams_unittest.cc', 87 'media/base/streamparams_unittest.cc',
88 'media/base/testutils.cc', 88 'media/base/testutils.cc',
89 'media/base/testutils.h', 89 'media/base/testutils.h',
90 'media/base/turnutils_unittest.cc',
90 'media/base/videoadapter_unittest.cc', 91 'media/base/videoadapter_unittest.cc',
91 'media/base/videocapturer_unittest.cc', 92 'media/base/videocapturer_unittest.cc',
92 'media/base/videocommon_unittest.cc', 93 'media/base/videocommon_unittest.cc',
93 'media/base/videoengine_unittest.h', 94 'media/base/videoengine_unittest.h',
94 'media/base/videoframe_unittest.h', 95 'media/base/videoframe_unittest.h',
95 'media/devices/dummydevicemanager_unittest.cc', 96 'media/devices/dummydevicemanager_unittest.cc',
96 'media/devices/filevideocapturer_unittest.cc', 97 'media/devices/filevideocapturer_unittest.cc',
97 'media/sctp/sctpdataengine_unittest.cc', 98 'media/sctp/sctpdataengine_unittest.cc',
98 'media/webrtc/simulcast_unittest.cc', 99 'media/webrtc/simulcast_unittest.cc',
99 'media/webrtc/webrtcmediaengine_unittest.cc', 100 'media/webrtc/webrtcmediaengine_unittest.cc',
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 'build/isolate.gypi', 461 'build/isolate.gypi',
461 ], 462 ],
462 'sources': [ 463 'sources': [
463 'libjingle_peerconnection_unittest.isolate', 464 'libjingle_peerconnection_unittest.isolate',
464 ], 465 ],
465 }, 466 },
466 ], 467 ],
467 }], 468 }],
468 ], 469 ],
469 } 470 }
OLDNEW
« no previous file with comments | « talk/libjingle.gyp ('k') | talk/media/base/rtputils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698