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

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

Issue 2839963005: Revert of Creating webrtc/modules:module_api (Closed)
Patch Set: Created 3 years, 7 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/modules/video_capture/BUILD.gn ('k') | webrtc/modules/video_processing/BUILD.gn » ('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 10
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 87 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
88 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 88 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
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",
98 "../..:video_stream_api", 97 "../..:video_stream_api",
99 "../..:webrtc_common", 98 "../..:webrtc_common",
100 "../../base:rtc_base", 99 "../../base:rtc_base",
101 "../../base:rtc_base_approved", 100 "../../base:rtc_base_approved",
102 "../../base:rtc_numerics", 101 "../../base:rtc_numerics",
103 "../../base:rtc_task_queue", 102 "../../base:rtc_task_queue",
104 "../../common_video", 103 "../../common_video",
105 "../../system_wrappers", 104 "../../system_wrappers",
106 "../rtp_rtcp:rtp_rtcp", 105 "../rtp_rtcp:rtp_rtcp",
107 "../utility:utility", 106 "../utility:utility",
(...skipping 15 matching lines...) Expand all
123 "utility/vp8_header_parser.cc", 122 "utility/vp8_header_parser.cc",
124 "utility/vp8_header_parser.h", 123 "utility/vp8_header_parser.h",
125 ] 124 ]
126 125
127 if (!build_with_chromium && is_clang) { 126 if (!build_with_chromium && is_clang) {
128 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 127 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
129 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 128 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
130 } 129 }
131 130
132 deps = [ 131 deps = [
133 "..:module_api",
134 "../..:webrtc_common", 132 "../..:webrtc_common",
135 "../../api/video_codecs:video_codecs_api", 133 "../../api/video_codecs:video_codecs_api",
136 "../../base:rtc_base_approved", 134 "../../base:rtc_base_approved",
137 "../../base:rtc_numerics", 135 "../../base:rtc_numerics",
138 "../../base:rtc_task_queue", 136 "../../base:rtc_task_queue",
139 "../../common_video", 137 "../../common_video",
140 "../../modules/rtp_rtcp:rtp_rtcp", 138 "../../modules/rtp_rtcp:rtp_rtcp",
141 "../../system_wrappers", 139 "../../system_wrappers",
142 ] 140 ]
143 } 141 }
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 # TODO(jschuh): Bug 1348: fix this warning. 218 # TODO(jschuh): Bug 1348: fix this warning.
221 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 219 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
222 220
223 if (!build_with_chromium && is_clang) { 221 if (!build_with_chromium && is_clang) {
224 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 222 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
225 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 223 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
226 } 224 }
227 225
228 deps = [ 226 deps = [
229 ":video_coding_utility", 227 ":video_coding_utility",
230 "..:module_api",
231 "../..:webrtc_common", 228 "../..:webrtc_common",
232 "../../api/video_codecs:video_codecs_api", 229 "../../api/video_codecs:video_codecs_api",
233 "../../base:rtc_base_approved", 230 "../../base:rtc_base_approved",
234 "../../common_video", 231 "../../common_video",
235 "../../system_wrappers", 232 "../../system_wrappers",
236 ] 233 ]
237 if (rtc_build_libvpx) { 234 if (rtc_build_libvpx) {
238 deps += [ rtc_libvpx_dir ] 235 deps += [ rtc_libvpx_dir ]
239 } 236 }
240 } 237 }
(...skipping 15 matching lines...) Expand all
256 ] 253 ]
257 } 254 }
258 255
259 if (!build_with_chromium && is_clang) { 256 if (!build_with_chromium && is_clang) {
260 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 257 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
261 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 258 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
262 } 259 }
263 260
264 deps = [ 261 deps = [
265 ":video_coding_utility", 262 ":video_coding_utility",
266 "..:module_api",
267 "../../base:rtc_base_approved", 263 "../../base:rtc_base_approved",
268 "../../common_video", 264 "../../common_video",
269 "../../system_wrappers", 265 "../../system_wrappers",
270 ] 266 ]
271 if (rtc_build_libvpx) { 267 if (rtc_build_libvpx) {
272 deps += [ rtc_libvpx_dir ] 268 deps += [ rtc_libvpx_dir ]
273 } 269 }
274 } 270 }
275 271
276 if (rtc_include_tests) { 272 if (rtc_include_tests) {
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 if (rtc_use_h264) { 536 if (rtc_use_h264) {
541 sources += [ "codecs/h264/h264_encoder_impl_unittest.cc" ] 537 sources += [ "codecs/h264/h264_encoder_impl_unittest.cc" ]
542 } 538 }
543 deps = [ 539 deps = [
544 ":video_codecs_test_framework", 540 ":video_codecs_test_framework",
545 ":video_coding", 541 ":video_coding",
546 ":video_coding_utility", 542 ":video_coding_utility",
547 ":webrtc_h264", 543 ":webrtc_h264",
548 ":webrtc_vp8", 544 ":webrtc_vp8",
549 ":webrtc_vp9", 545 ":webrtc_vp9",
550 "..:module_api",
551 "../..:webrtc_common", 546 "../..:webrtc_common",
552 "../../api:video_frame_api", 547 "../../api:video_frame_api",
553 "../../api/video_codecs:video_codecs_api", 548 "../../api/video_codecs:video_codecs_api",
554 "../../base:rtc_base", 549 "../../base:rtc_base",
555 "../../base:rtc_base_approved", 550 "../../base:rtc_base_approved",
556 "../../base:rtc_task_queue", 551 "../../base:rtc_task_queue",
557 "../../common_video:common_video", 552 "../../common_video:common_video",
558 "../../system_wrappers:metrics_default", 553 "../../system_wrappers:metrics_default",
559 "../../system_wrappers:system_wrappers", 554 "../../system_wrappers:system_wrappers",
560 "../../test:field_trial", 555 "../../test:field_trial",
(...skipping 14 matching lines...) Expand all
575 } 570 }
576 571
577 # TODO(jschuh): bugs.webrtc.org/1348: fix this warning. 572 # TODO(jschuh): bugs.webrtc.org/1348: fix this warning.
578 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 573 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
579 if (!build_with_chromium && is_clang) { 574 if (!build_with_chromium && is_clang) {
580 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 575 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
581 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 576 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
582 } 577 }
583 } 578 }
584 } 579 }
OLDNEW
« no previous file with comments | « webrtc/modules/video_capture/BUILD.gn ('k') | webrtc/modules/video_processing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698