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

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

Issue 2764133002: Revert of Add framerate to VideoSinkWants and ability to signal on overuse (Closed)
Patch Set: Created 3 years, 9 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 | « webrtc/media/engine/webrtcvideoengine2_unittest.cc ('k') | webrtc/test/call_test.cc » ('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) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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("../webrtc.gni") 9 import("../webrtc.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 25 matching lines...) Expand all
36 "fake_texture_frame.cc", 36 "fake_texture_frame.cc",
37 "fake_texture_frame.h", 37 "fake_texture_frame.h",
38 "frame_generator.cc", 38 "frame_generator.cc",
39 "frame_generator.h", 39 "frame_generator.h",
40 "frame_generator_capturer.cc", 40 "frame_generator_capturer.cc",
41 "frame_generator_capturer.h", 41 "frame_generator_capturer.h",
42 "frame_utils.cc", 42 "frame_utils.cc",
43 "frame_utils.h", 43 "frame_utils.h",
44 "vcm_capturer.cc", 44 "vcm_capturer.cc",
45 "vcm_capturer.h", 45 "vcm_capturer.h",
46 "video_capturer.cc",
47 "video_capturer.h", 46 "video_capturer.h",
48 ] 47 ]
49 48
50 if (!build_with_chromium && is_clang) { 49 if (!build_with_chromium && is_clang) {
51 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 50 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
52 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 51 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
53 } 52 }
54 53
55 deps = [ 54 deps = [
56 "../common_video", 55 "../common_video",
57 "../media:rtc_media_base",
58 "../modules/video_capture:video_capture_module", 56 "../modules/video_capture:video_capture_module",
59 ] 57 ]
60 } 58 }
61 59
62 rtc_source_set("rtp_test_utils") { 60 rtc_source_set("rtp_test_utils") {
63 testonly = true 61 testonly = true
64 sources = [ 62 sources = [
65 "rtcp_packet_parser.cc", 63 "rtcp_packet_parser.cc",
66 "rtcp_packet_parser.h", 64 "rtcp_packet_parser.h",
67 "rtp_file_reader.cc", 65 "rtp_file_reader.cc",
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 475 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
478 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 476 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
479 } 477 }
480 478
481 deps = [ 479 deps = [
482 ":test_support", 480 ":test_support",
483 "../modules/media_file", 481 "../modules/media_file",
484 "//testing/gtest", 482 "//testing/gtest",
485 ] 483 ]
486 } 484 }
OLDNEW
« no previous file with comments | « webrtc/media/engine/webrtcvideoengine2_unittest.cc ('k') | webrtc/test/call_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698