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

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

Issue 2199133004: PacketBuffer is now ref counted. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: #include <utility> for std::move Created 4 years, 4 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/modules.gyp » ('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("../build/webrtc.gni") 9 import("../build/webrtc.gni")
10 import("audio_coding/audio_coding.gni") 10 import("audio_coding/audio_coding.gni")
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 "video_coding/decoding_state_unittest.cc", 318 "video_coding/decoding_state_unittest.cc",
319 "video_coding/frame_buffer2_unittest.cc", 319 "video_coding/frame_buffer2_unittest.cc",
320 "video_coding/histogram_unittest.cc", 320 "video_coding/histogram_unittest.cc",
321 "video_coding/include/mock/mock_vcm_callbacks.h", 321 "video_coding/include/mock/mock_vcm_callbacks.h",
322 "video_coding/jitter_buffer_unittest.cc", 322 "video_coding/jitter_buffer_unittest.cc",
323 "video_coding/jitter_estimator_tests.cc", 323 "video_coding/jitter_estimator_tests.cc",
324 "video_coding/nack_module_unittest.cc", 324 "video_coding/nack_module_unittest.cc",
325 "video_coding/percentile_filter_unittest.cc", 325 "video_coding/percentile_filter_unittest.cc",
326 "video_coding/protection_bitrate_calculator_unittest.cc", 326 "video_coding/protection_bitrate_calculator_unittest.cc",
327 "video_coding/receiver_unittest.cc", 327 "video_coding/receiver_unittest.cc",
328 "video_coding/rtp_frame_reference_finder_unittest.cc",
328 "video_coding/sequence_number_util_unittest.cc", 329 "video_coding/sequence_number_util_unittest.cc",
329 "video_coding/session_info_unittest.cc", 330 "video_coding/session_info_unittest.cc",
330 "video_coding/test/stream_generator.cc", 331 "video_coding/test/stream_generator.cc",
331 "video_coding/test/stream_generator.h", 332 "video_coding/test/stream_generator.h",
332 "video_coding/timing_unittest.cc", 333 "video_coding/timing_unittest.cc",
333 "video_coding/utility/frame_dropper_unittest.cc", 334 "video_coding/utility/frame_dropper_unittest.cc",
334 "video_coding/utility/h264_bitstream_parser_unittest.cc", 335 "video_coding/utility/h264_bitstream_parser_unittest.cc",
335 "video_coding/utility/ivf_file_writer_unittest.cc", 336 "video_coding/utility/ivf_file_writer_unittest.cc",
336 "video_coding/utility/quality_scaler_unittest.cc", 337 "video_coding/utility/quality_scaler_unittest.cc",
337 "video_coding/video_coding_robustness_unittest.cc", 338 "video_coding/video_coding_robustness_unittest.cc",
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 "audio_device/ios/objc/RTCAudioSessionTest.mm", 611 "audio_device/ios/objc/RTCAudioSessionTest.mm",
611 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", 612 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc",
612 ] 613 ]
613 614
614 ldflags = [ "-ObjC" ] 615 ldflags = [ "-ObjC" ]
615 616
616 # TODO(kjellander): Mac bundle files. 617 # TODO(kjellander): Mac bundle files.
617 } 618 }
618 } 619 }
619 } 620 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/modules.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698