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

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

Issue 1535113002: [rtp_rtcp] time helper functions (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 4 years, 12 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/modules/rtp_rtcp/source/receive_statistics_impl.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) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 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': [ 10 'includes': [
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 'rtp_rtcp/source/rtp_format_h264_unittest.cc', 321 'rtp_rtcp/source/rtp_format_h264_unittest.cc',
322 'rtp_rtcp/source/rtp_format_vp8_test_helper.cc', 322 'rtp_rtcp/source/rtp_format_vp8_test_helper.cc',
323 'rtp_rtcp/source/rtp_format_vp8_test_helper.h', 323 'rtp_rtcp/source/rtp_format_vp8_test_helper.h',
324 'rtp_rtcp/source/rtp_format_vp8_unittest.cc', 324 'rtp_rtcp/source/rtp_format_vp8_unittest.cc',
325 'rtp_rtcp/source/rtp_format_vp9_unittest.cc', 325 'rtp_rtcp/source/rtp_format_vp9_unittest.cc',
326 'rtp_rtcp/source/rtp_packet_history_unittest.cc', 326 'rtp_rtcp/source/rtp_packet_history_unittest.cc',
327 'rtp_rtcp/source/rtp_payload_registry_unittest.cc', 327 'rtp_rtcp/source/rtp_payload_registry_unittest.cc',
328 'rtp_rtcp/source/rtp_rtcp_impl_unittest.cc', 328 'rtp_rtcp/source/rtp_rtcp_impl_unittest.cc',
329 'rtp_rtcp/source/rtp_header_extension_unittest.cc', 329 'rtp_rtcp/source/rtp_header_extension_unittest.cc',
330 'rtp_rtcp/source/rtp_sender_unittest.cc', 330 'rtp_rtcp/source/rtp_sender_unittest.cc',
331 'rtp_rtcp/source/time_util_unittest.cc',
331 'rtp_rtcp/source/vp8_partition_aggregator_unittest.cc', 332 'rtp_rtcp/source/vp8_partition_aggregator_unittest.cc',
332 'rtp_rtcp/test/testAPI/test_api.cc', 333 'rtp_rtcp/test/testAPI/test_api.cc',
333 'rtp_rtcp/test/testAPI/test_api.h', 334 'rtp_rtcp/test/testAPI/test_api.h',
334 'rtp_rtcp/test/testAPI/test_api_audio.cc', 335 'rtp_rtcp/test/testAPI/test_api_audio.cc',
335 'rtp_rtcp/test/testAPI/test_api_rtcp.cc', 336 'rtp_rtcp/test/testAPI/test_api_rtcp.cc',
336 'rtp_rtcp/test/testAPI/test_api_video.cc', 337 'rtp_rtcp/test/testAPI/test_api_video.cc',
337 'utility/source/audio_frame_operations_unittest.cc', 338 'utility/source/audio_frame_operations_unittest.cc',
338 'utility/source/file_player_unittests.cc', 339 'utility/source/file_player_unittests.cc',
339 'utility/source/process_thread_impl_unittest.cc', 340 'utility/source/process_thread_impl_unittest.cc',
340 'video_coding/codecs/test/packet_manipulator_unittest.cc', 341 'video_coding/codecs/test/packet_manipulator_unittest.cc',
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 'sources': [ 566 'sources': [
566 'video_render_tests.isolate', 567 'video_render_tests.isolate',
567 ], 568 ],
568 }, 569 },
569 ], 570 ],
570 }], 571 }],
571 ], 572 ],
572 }], # include_tests 573 }], # include_tests
573 ], # conditions 574 ], # conditions
574 } 575 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/source/receive_statistics_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698