| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 { | 4 { |
| 5 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 # This libvpx target contains both encoder and decoder. | 7 # This libvpx target contains both encoder and decoder. |
| 8 # Encoder is configured to be realtime only. | 8 # Encoder is configured to be realtime only. |
| 9 'target_name': 'libvpx', | 9 'target_name': 'libvpx', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| 11 'dependencies': [ | 11 'dependencies': [ |
| 12 '<(DEPTH)/third_party/libvpx_new/libvpx.gyp:libvpx_new' | 12 '<(DEPTH)/third_party/libvpx_new/libvpx.gyp:libvpx_new' |
| 13 ] | 13 ], |
| 14 'direct_dependent_settings': { | 14 'direct_dependent_settings': { |
| 15 'include_dirs': [ | 15 'include_dirs': [ |
| 16 '../libvpx_new/source/libvpx', | 16 '<(DEPTH)/third_party/libvpx_new/source/libvpx', |
| 17 ], | 17 ], |
| 18 }, | 18 }, |
| 19 }, | 19 }, |
| 20 ], | 20 ], |
| 21 } | 21 } |
| OLD | NEW |