| OLD | NEW |
| 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 | 10 |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 } | 89 } |
| 90 | 90 |
| 91 deps = [ | 91 deps = [ |
| 92 ":video_coding_utility", | 92 ":video_coding_utility", |
| 93 ":webrtc_h264", | 93 ":webrtc_h264", |
| 94 ":webrtc_i420", | 94 ":webrtc_i420", |
| 95 ":webrtc_vp8", | 95 ":webrtc_vp8", |
| 96 ":webrtc_vp9", | 96 ":webrtc_vp9", |
| 97 "..:module_api", | 97 "..:module_api", |
| 98 "../..:webrtc_common", | 98 "../..:webrtc_common", |
| 99 "../../api:optional", |
| 99 "../../call:video_stream_api", | 100 "../../call:video_stream_api", |
| 100 "../../common_video", | 101 "../../common_video", |
| 101 "../../rtc_base:rtc_base", | 102 "../../rtc_base:rtc_base", |
| 102 "../../rtc_base:rtc_base_approved", | 103 "../../rtc_base:rtc_base_approved", |
| 103 "../../rtc_base:rtc_numerics", | 104 "../../rtc_base:rtc_numerics", |
| 104 "../../rtc_base:rtc_task_queue", | 105 "../../rtc_base:rtc_task_queue", |
| 105 "../../rtc_base:sequenced_task_checker", | 106 "../../rtc_base:sequenced_task_checker", |
| 106 "../../system_wrappers", | 107 "../../system_wrappers", |
| 107 "../pacing", | 108 "../pacing", |
| 108 "../rtp_rtcp:rtp_rtcp", | 109 "../rtp_rtcp:rtp_rtcp", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 129 ] | 130 ] |
| 130 | 131 |
| 131 if (!build_with_chromium && is_clang) { | 132 if (!build_with_chromium && is_clang) { |
| 132 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). | 133 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). |
| 133 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] | 134 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] |
| 134 } | 135 } |
| 135 | 136 |
| 136 deps = [ | 137 deps = [ |
| 137 "..:module_api", | 138 "..:module_api", |
| 138 "../..:webrtc_common", | 139 "../..:webrtc_common", |
| 140 "../../api:optional", |
| 139 "../../api/video_codecs:video_codecs_api", | 141 "../../api/video_codecs:video_codecs_api", |
| 140 "../../common_video", | 142 "../../common_video", |
| 141 "../../modules/rtp_rtcp:rtp_rtcp", | 143 "../../modules/rtp_rtcp:rtp_rtcp", |
| 142 "../../rtc_base:rtc_base_approved", | 144 "../../rtc_base:rtc_base_approved", |
| 143 "../../rtc_base:rtc_numerics", | 145 "../../rtc_base:rtc_numerics", |
| 144 "../../rtc_base:rtc_task_queue", | 146 "../../rtc_base:rtc_task_queue", |
| 145 "../../rtc_base:sequenced_task_checker", | 147 "../../rtc_base:sequenced_task_checker", |
| 146 "../../system_wrappers", | 148 "../../system_wrappers", |
| 147 ] | 149 ] |
| 148 } | 150 } |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 | 227 |
| 226 if (!build_with_chromium && is_clang) { | 228 if (!build_with_chromium && is_clang) { |
| 227 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). | 229 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). |
| 228 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] | 230 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] |
| 229 } | 231 } |
| 230 | 232 |
| 231 deps = [ | 233 deps = [ |
| 232 ":video_coding_utility", | 234 ":video_coding_utility", |
| 233 "..:module_api", | 235 "..:module_api", |
| 234 "../..:webrtc_common", | 236 "../..:webrtc_common", |
| 237 "../../api:optional", |
| 235 "../../api/video_codecs:video_codecs_api", | 238 "../../api/video_codecs:video_codecs_api", |
| 236 "../../common_video", | 239 "../../common_video", |
| 237 "../../rtc_base:rtc_base_approved", | 240 "../../rtc_base:rtc_base_approved", |
| 238 "../../rtc_base:rtc_numerics", | 241 "../../rtc_base:rtc_numerics", |
| 239 "../../rtc_base:sequenced_task_checker", | 242 "../../rtc_base:sequenced_task_checker", |
| 240 "../../system_wrappers", | 243 "../../system_wrappers", |
| 241 ] | 244 ] |
| 242 if (rtc_build_libvpx) { | 245 if (rtc_build_libvpx) { |
| 243 deps += [ rtc_libvpx_dir ] | 246 deps += [ rtc_libvpx_dir ] |
| 244 } | 247 } |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 "codecs/vp8/test/vp8_impl_unittest.cc", | 434 "codecs/vp8/test/vp8_impl_unittest.cc", |
| 432 "codecs/vp9/test/vp9_impl_unittest.cc", | 435 "codecs/vp9/test/vp9_impl_unittest.cc", |
| 433 ] | 436 ] |
| 434 | 437 |
| 435 deps = [ | 438 deps = [ |
| 436 ":video_codecs_test_framework", | 439 ":video_codecs_test_framework", |
| 437 ":video_coding_videoprocessor_integration_test", | 440 ":video_coding_videoprocessor_integration_test", |
| 438 ":webrtc_h264", | 441 ":webrtc_h264", |
| 439 ":webrtc_vp8", | 442 ":webrtc_vp8", |
| 440 ":webrtc_vp9", | 443 ":webrtc_vp9", |
| 444 "../../api:optional", |
| 441 "../../api:video_frame_api", | 445 "../../api:video_frame_api", |
| 442 "../../common_video:common_video", | 446 "../../common_video:common_video", |
| 443 "../../rtc_base:rtc_base_approved", | 447 "../../rtc_base:rtc_base_approved", |
| 444 "../../test:field_trial", | 448 "../../test:field_trial", |
| 445 "../../test:test_support", | 449 "../../test:test_support", |
| 446 "../../test:video_test_common", | 450 "../../test:video_test_common", |
| 447 "../video_capture", | 451 "../video_capture", |
| 448 ] | 452 ] |
| 449 | 453 |
| 450 if (is_ios || is_mac) { | 454 if (is_ios || is_mac) { |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 618 } | 622 } |
| 619 | 623 |
| 620 # TODO(jschuh): bugs.webrtc.org/1348: fix this warning. | 624 # TODO(jschuh): bugs.webrtc.org/1348: fix this warning. |
| 621 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] | 625 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
| 622 if (!build_with_chromium && is_clang) { | 626 if (!build_with_chromium && is_clang) { |
| 623 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). | 627 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). |
| 624 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] | 628 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] |
| 625 } | 629 } |
| 626 } | 630 } |
| 627 } | 631 } |
| OLD | NEW |