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

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

Issue 1438543002: Revert of Work on flexible mode and screen sharing. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 1 month 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) 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 { 9 {
10 'includes': [ 10 'includes': [
(...skipping 10 matching lines...) Expand all
21 ], 21 ],
22 'conditions': [ 22 'conditions': [
23 ['build_libvpx==1', { 23 ['build_libvpx==1', {
24 'dependencies': [ 24 'dependencies': [
25 '<(libvpx_dir)/libvpx.gyp:libvpx_new', 25 '<(libvpx_dir)/libvpx.gyp:libvpx_new',
26 ], 26 ],
27 }], 27 }],
28 ['build_vp9==1', { 28 ['build_vp9==1', {
29 'sources': [ 29 'sources': [
30 'include/vp9.h', 30 'include/vp9.h',
31 'screenshare_layers.cc',
32 'screenshare_layers.h',
33 'vp9_frame_buffer_pool.cc', 31 'vp9_frame_buffer_pool.cc',
34 'vp9_frame_buffer_pool.h', 32 'vp9_frame_buffer_pool.h',
35 'vp9_impl.cc', 33 'vp9_impl.cc',
36 'vp9_impl.h', 34 'vp9_impl.h',
37 ], 35 ],
38 }, { 36 }, {
39 'sources': [ 37 'sources': [
40 'vp9_dummy_impl.cc', 38 'vp9_dummy_impl.cc',
41 ], 39 ],
42 }], 40 }],
43 ], 41 ],
44 }, 42 },
45 ], 43 ],
46 } 44 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698