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

Side by Side Diff: media/cast/video_sender/codecs/vp8/vp8_encoder.gypi

Issue 109433013: Move geometric types to a separate, more lightweight target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'cast_vp8_encoder', 4 'target_name': 'cast_vp8_encoder',
5 'type': 'static_library', 5 'type': 'static_library',
6 'include_dirs': [ 6 'include_dirs': [
7 '<(DEPTH)/', 7 '<(DEPTH)/',
8 '<(DEPTH)/third_party/', 8 '<(DEPTH)/third_party/',
9 ], 9 ],
10 'sources': [ 10 'sources': [
11 'vp8_encoder.cc', 11 'vp8_encoder.cc',
12 'vp8_encoder.h', 12 'vp8_encoder.h',
13 ], # source 13 ], # source
14 'dependencies': [ 14 'dependencies': [
15 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', 15 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
16 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
16 '<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx', 17 '<(DEPTH)/third_party/libvpx/libvpx.gyp:libvpx',
17 ], 18 ],
18 }, 19 },
19 ], 20 ],
20 } 21 }
OLDNEW
« no previous file with comments | « media/cast/test/utility/utility.gyp ('k') | media/media.gyp » ('j') | ui/aura/aura.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698