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

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

Issue 2119503002: Remove all old suspension logic. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 5 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "video_coding/codecs/vp8/screenshare_layers_unittest.cc", 233 "video_coding/codecs/vp8/screenshare_layers_unittest.cc",
234 "video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc", 234 "video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc",
235 "video_coding/codecs/vp8/simulcast_unittest.cc", 235 "video_coding/codecs/vp8/simulcast_unittest.cc",
236 "video_coding/codecs/vp8/simulcast_unittest.h", 236 "video_coding/codecs/vp8/simulcast_unittest.h",
237 "video_coding/decoding_state_unittest.cc", 237 "video_coding/decoding_state_unittest.cc",
238 "video_coding/frame_buffer2_unittest.cc", 238 "video_coding/frame_buffer2_unittest.cc",
239 "video_coding/histogram_unittest.cc", 239 "video_coding/histogram_unittest.cc",
240 "video_coding/include/mock/mock_vcm_callbacks.h", 240 "video_coding/include/mock/mock_vcm_callbacks.h",
241 "video_coding/jitter_buffer_unittest.cc", 241 "video_coding/jitter_buffer_unittest.cc",
242 "video_coding/jitter_estimator_tests.cc", 242 "video_coding/jitter_estimator_tests.cc",
243 "video_coding/media_optimization_unittest.cc",
244 "video_coding/nack_module_unittest.cc", 243 "video_coding/nack_module_unittest.cc",
245 "video_coding/percentile_filter_unittest.cc", 244 "video_coding/percentile_filter_unittest.cc",
246 "video_coding/protection_bitrate_calculator_unittest.cc", 245 "video_coding/protection_bitrate_calculator_unittest.cc",
247 "video_coding/receiver_unittest.cc", 246 "video_coding/receiver_unittest.cc",
248 "video_coding/sequence_number_util_unittest.cc", 247 "video_coding/sequence_number_util_unittest.cc",
249 "video_coding/session_info_unittest.cc", 248 "video_coding/session_info_unittest.cc",
250 "video_coding/test/stream_generator.cc", 249 "video_coding/test/stream_generator.cc",
251 "video_coding/test/stream_generator.h", 250 "video_coding/test/stream_generator.h",
252 "video_coding/timing_unittest.cc", 251 "video_coding/timing_unittest.cc",
253 "video_coding/utility/frame_dropper_unittest.cc", 252 "video_coding/utility/frame_dropper_unittest.cc",
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 "audio_device/ios/objc/RTCAudioSessionTest.mm", 530 "audio_device/ios/objc/RTCAudioSessionTest.mm",
532 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", 531 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc",
533 ] 532 ]
534 533
535 ldflags = [ "-ObjC" ] 534 ldflags = [ "-ObjC" ]
536 535
537 # TODO(kjellander): Mac bundle files. 536 # TODO(kjellander): Mac bundle files.
538 } 537 }
539 } 538 }
540 } 539 }
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