- add sources.
[platform/framework/web/crosswalk.git] / src / media / cast / video_sender / codecs / vp8 / vp8_encoder.gypi
1 {
2   'targets': [
3     {
4       'target_name': 'cast_vp8_encoder',
5       'type': 'static_library',
6       'include_dirs': [
7          '<(DEPTH)/',
8          '<(DEPTH)/third_party/',
9       ],
10       'sources': [
11         'vp8_encoder.cc',
12         'vp8_encoder.h',
13       ], # source
14       'dependencies': [
15         '<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx',
16       ],
17     },
18   ],
19 }