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

Side by Side Diff: webrtc/modules/video_coding/video_coding.gypi

Issue 2149553002: Switch to use SequencedTaskChecker instead of ThreadChecker where needed. (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
OLDNEW
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 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 { 9 {
10 'targets': [ 10 'targets': [
11 { 11 {
12 'target_name': 'webrtc_video_coding', 12 'target_name': 'webrtc_video_coding',
13 'type': 'static_library', 13 'type': 'static_library',
14 'dependencies': [ 14 'dependencies': [
15 'webrtc_h264', 15 'webrtc_h264',
16 'webrtc_i420', 16 'webrtc_i420',
17 '../base/base.gyp:rtc_task_queue',
tommi 2016/07/13 10:15:47 is this list in correct order?
17 '<(webrtc_root)/common_video/common_video.gyp:common_video', 18 '<(webrtc_root)/common_video/common_video.gyp:common_video',
18 '<(webrtc_root)/modules/video_coding/utility/video_coding_utility.gyp:vi deo_coding_utility', 19 '<(webrtc_root)/modules/video_coding/utility/video_coding_utility.gyp:vi deo_coding_utility',
19 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', 20 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
20 '<(webrtc_vp8_dir)/vp8.gyp:webrtc_vp8', 21 '<(webrtc_vp8_dir)/vp8.gyp:webrtc_vp8',
21 '<(webrtc_vp9_dir)/vp9.gyp:webrtc_vp9', 22 '<(webrtc_vp9_dir)/vp9.gyp:webrtc_vp9',
22 ], 23 ],
23 'sources': [ 24 'sources': [
24 # interfaces 25 # interfaces
25 'include/video_coding.h', 26 'include/video_coding.h',
26 'include/video_coding_defines.h', 27 'include/video_coding_defines.h',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'timing.cc', 88 'timing.cc',
88 'video_coding_impl.cc', 89 'video_coding_impl.cc',
89 'video_sender.cc', 90 'video_sender.cc',
90 'video_receiver.cc', 91 'video_receiver.cc',
91 ], # source 92 ], # source
92 # TODO(jschuh): Bug 1348: fix size_t to int truncations. 93 # TODO(jschuh): Bug 1348: fix size_t to int truncations.
93 'msvs_disabled_warnings': [ 4267, ], 94 'msvs_disabled_warnings': [ 4267, ],
94 }, 95 },
95 ], 96 ],
96 } 97 }
OLDNEW
« no previous file with comments | « webrtc/common_video/include/i420_buffer_pool.h ('k') | webrtc/modules/video_coding/video_coding_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698