OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables': { | 5 'variables': { |
6 'libvpx_source%': 'source/libvpx', | 6 'libvpx_source%': 'source/libvpx', |
7 'werror': '', | 7 'werror': '', |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../../native_client/build/untrusted.gypi', | 10 '../../native_client/build/untrusted.gypi', |
(...skipping 13 matching lines...) Expand all Loading... |
24 'source/config', | 24 'source/config', |
25 '<(libvpx_source)', | 25 '<(libvpx_source)', |
26 '<(libvpx_source)/vp8/common', | 26 '<(libvpx_source)/vp8/common', |
27 '<(libvpx_source)/vp8/decoder', | 27 '<(libvpx_source)/vp8/decoder', |
28 '<(libvpx_source)/vp8/encoder', | 28 '<(libvpx_source)/vp8/encoder', |
29 ], | 29 ], |
30 'includes': ['libvpx_srcs_nacl.gypi', ], | 30 'includes': ['libvpx_srcs_nacl.gypi', ], |
31 }, # end of target 'libvpx_nacl' | 31 }, # end of target 'libvpx_nacl' |
32 ], | 32 ], |
33 } | 33 } |
OLD | NEW |