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

Side by Side Diff: webrtc/modules/video_coding/codecs/vp8/vp8.gyp

Issue 1355083002: Roll chromium_revision 310ea93..8cf53d6 (349094:351112) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Update to 8cf53d6 (#351112) Created 5 years, 2 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/modules.gyp ('k') | webrtc/modules/video_coding/codecs/vp9/vp9.gyp » ('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) 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 'includes': [ 10 'includes': [
11 '../../../../build/common.gypi', 11 '../../../../build/common.gypi',
12 ], 12 ],
13 'targets': [ 13 'targets': [
14 { 14 {
15 'target_name': 'webrtc_vp8', 15 'target_name': 'webrtc_vp8',
16 'type': 'static_library', 16 'type': 'static_library',
17 'dependencies': [ 17 'dependencies': [
18 '<(webrtc_root)/common.gyp:webrtc_common', 18 '<(webrtc_root)/common.gyp:webrtc_common',
19 '<(webrtc_root)/common_video/common_video.gyp:common_video', 19 '<(webrtc_root)/common_video/common_video.gyp:common_video',
20 '<(webrtc_root)/modules/video_coding/utility/video_coding_utility.gyp:vi deo_coding_utility', 20 '<(webrtc_root)/modules/video_coding/utility/video_coding_utility.gyp:vi deo_coding_utility',
21 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers', 21 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
22 ], 22 ],
23 'conditions': [ 23 'conditions': [
24 ['build_libvpx==1', { 24 ['build_libvpx==1', {
25 'dependencies': [ 25 'dependencies': [
26 '<(libvpx_dir)/libvpx.gyp:libvpx', 26 '<(libvpx_dir)/libvpx.gyp:libvpx_new',
27 ], 27 ],
28 }], 28 }],
29 ], 29 ],
30 'sources': [ 30 'sources': [
31 'default_temporal_layers.cc', 31 'default_temporal_layers.cc',
32 'default_temporal_layers.h', 32 'default_temporal_layers.h',
33 'include/vp8.h', 33 'include/vp8.h',
34 'include/vp8_common_types.h', 34 'include/vp8_common_types.h',
35 'realtime_temporal_layers.cc', 35 'realtime_temporal_layers.cc',
36 'reference_picture_selection.cc', 36 'reference_picture_selection.cc',
(...skipping 30 matching lines...) Expand all
67 '<(webrtc_root)/tools/internal_tools.gyp:command_line_parser', 67 '<(webrtc_root)/tools/internal_tools.gyp:command_line_parser',
68 ], 68 ],
69 'sources': [ 69 'sources': [
70 'vp8_sequence_coder.cc', 70 'vp8_sequence_coder.cc',
71 ], 71 ],
72 }, 72 },
73 ], # targets 73 ], # targets
74 }], # include_tests 74 }], # include_tests
75 ], 75 ],
76 } 76 }
OLDNEW
« no previous file with comments | « webrtc/modules/modules.gyp ('k') | webrtc/modules/video_coding/codecs/vp9/vp9.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698