| OLD | NEW |
| 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 } |
| OLD | NEW |