OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 # libvpx_lib is currently not being used since we use libvpx inside | 7 # libvpx_lib is not currently being used since we use libvpx inside |
8 # libavcodec. Keeping this just in case we need this later. | 8 # libavcodec. Keeping this just in case we need this later. |
9 { | 9 { |
10 'target_name': 'libvpx_lib', | 10 'target_name': 'libvpx_lib', |
11 'type': 'none', | 11 'type': 'none', |
12 'variables': { | 12 'variables': { |
13 'libvpx_lib': 'libvpx.a', | 13 'libvpx_lib': 'libvpx.a', |
14 }, | 14 }, |
15 'conditions': [ | 15 'conditions': [ |
16 # This section specifies the folder for looking for libvpx.a. | 16 # This section specifies the folder for looking for libvpx.a. |
17 # | 17 # |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 }, | 81 }, |
82 } | 82 } |
83 ], | 83 ], |
84 } | 84 } |
85 | 85 |
86 # Local Variables: | 86 # Local Variables: |
87 # tab-width:2 | 87 # tab-width:2 |
88 # indent-tabs-mode:nil | 88 # indent-tabs-mode:nil |
89 # End: | 89 # End: |
90 # vim: set expandtab tabstop=2 shiftwidth=2: | 90 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |