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

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

Issue 2558463002: Reland of H.264 packetization mode 0 (try 3) (Closed)
Patch Set: Lengthened timeout Created 4 years 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
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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 ] 537 ]
538 } else { 538 } else {
539 defines += [ "WEBRTC_INTELLIGIBILITY_ENHANCER=0" ] 539 defines += [ "WEBRTC_INTELLIGIBILITY_ENHANCER=0" ]
540 } 540 }
541 541
542 if (rtc_libvpx_build_vp9) { 542 if (rtc_libvpx_build_vp9) {
543 sources += 543 sources +=
544 [ "video_coding/codecs/vp9/vp9_screenshare_layers_unittest.cc" ] 544 [ "video_coding/codecs/vp9/vp9_screenshare_layers_unittest.cc" ]
545 } 545 }
546 546
547 if (rtc_use_h264) {
548 sources += [ "video_coding/codecs/h264/h264_encoder_impl_unittest.cc" ]
549 }
550
547 if (rtc_desktop_capture_supported || is_android) { 551 if (rtc_desktop_capture_supported || is_android) {
548 deps += [ "desktop_capture" ] 552 deps += [ "desktop_capture" ]
549 sources += [ 553 sources += [
550 "desktop_capture/desktop_region_unittest.cc", 554 "desktop_capture/desktop_region_unittest.cc",
551 "desktop_capture/differ_block_unittest.cc", 555 "desktop_capture/differ_block_unittest.cc",
552 ] 556 ]
553 } 557 }
554 558
555 if (rtc_desktop_capture_supported) { 559 if (rtc_desktop_capture_supported) {
556 deps += [ "desktop_capture:desktop_capture_mock" ] 560 deps += [ "desktop_capture:desktop_capture_mock" ]
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 "../test:test_common", 752 "../test:test_common",
749 "../test:test_main", 753 "../test:test_main",
750 "remote_bitrate_estimator:bwe_simulator_lib", 754 "remote_bitrate_estimator:bwe_simulator_lib",
751 "video_capture", 755 "video_capture",
752 "//testing/gmock", 756 "//testing/gmock",
753 "//testing/gtest", 757 "//testing/gtest",
754 "//third_party/gflags", 758 "//third_party/gflags",
755 ] 759 ]
756 } 760 }
757 } 761 }
OLDNEW
« no previous file with comments | « webrtc/media/engine/internalencoderfactory.cc ('k') | webrtc/modules/include/module_common_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698