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 { | 7 { |
8 'target_name': 'iccjpeg', | 8 'target_name': 'iccjpeg', |
9 'product_name': 'iccjpeg', | |
10 'type': 'static_library', | 9 'type': 'static_library', |
11 'dependencies': [ | 10 'dependencies': [ |
12 '<(libjpeg_gyp_path):libjpeg', | 11 '<(libjpeg_gyp_path):libjpeg', |
13 ], | 12 ], |
14 'sources': [ | 13 'sources': [ |
15 'iccjpeg.c', | 14 'iccjpeg.c', |
16 'iccjpeg.h', | 15 'iccjpeg.h', |
17 ], | 16 ], |
18 'direct_dependent_settings': { | 17 'direct_dependent_settings': { |
19 'include_dirs': [ | 18 'include_dirs': [ |
20 '.', | 19 '.', |
21 ], | 20 ], |
22 }, | 21 }, |
23 }, | 22 }, |
24 ], | 23 ], |
25 } | 24 } |
26 | 25 |
27 # Local Variables: | 26 # Local Variables: |
28 # tab-width:2 | 27 # tab-width:2 |
29 # indent-tabs-mode:nil | 28 # indent-tabs-mode:nil |
30 # End: | 29 # End: |
31 # vim: set expandtab tabstop=2 shiftwidth=2: | 30 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |