| 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 'includes': [ | 6 'includes': [ |
| 7 '../../build/common.gypi', | 7 '../../build/common.gypi', |
| 8 ], | 8 ], |
| 9 | 9 |
| 10 'target_defaults': { | 10 'target_defaults': { |
| 11 'include_dirs': [ | 11 'include_dirs': [ |
| 12 '.', | 12 '.', |
| 13 '<(INTERMEDIATE_DIR)', | 13 '<(INTERMEDIATE_DIR)', |
| 14 ], | 14 ], |
| 15 }, | 15 }, |
| 16 'targets': [ | 16 'targets': [ |
| 17 { | 17 { |
| 18 'target_name': 'iaccessible2', | 18 'target_name': 'iaccessible2', |
| 19 'type': '<(library)', | 19 'type': 'static_library', |
| 20 'msvs_guid': 'C974E070-3787-490A-87B0-E333B06CA1E2', | 20 'msvs_guid': 'C974E070-3787-490A-87B0-E333B06CA1E2', |
| 21 'sources': [ | 21 'sources': [ |
| 22 'ia2_api_all.idl', | 22 'ia2_api_all.idl', |
| 23 '<(INTERMEDIATE_DIR)/ia2_api_all.h', | 23 '<(INTERMEDIATE_DIR)/ia2_api_all.h', |
| 24 '<(INTERMEDIATE_DIR)/ia2_api_all_i.c', | 24 '<(INTERMEDIATE_DIR)/ia2_api_all_i.c', |
| 25 '<(INTERMEDIATE_DIR)/ia2_api_all_p.c', | 25 '<(INTERMEDIATE_DIR)/ia2_api_all_p.c', |
| 26 ], | 26 ], |
| 27 'hard_dependency': 1, | 27 'hard_dependency': 1, |
| 28 'direct_dependent_settings': { | 28 'direct_dependent_settings': { |
| 29 'include_dirs': [ | 29 'include_dirs': [ |
| (...skipping 19 matching lines...) Expand all Loading... |
| 49 }, | 49 }, |
| 50 }, | 50 }, |
| 51 ], | 51 ], |
| 52 } | 52 } |
| 53 | 53 |
| 54 # Local Variables: | 54 # Local Variables: |
| 55 # tab-width:2 | 55 # tab-width:2 |
| 56 # indent-tabs-mode:nil | 56 # indent-tabs-mode:nil |
| 57 # End: | 57 # End: |
| 58 # vim: set expandtab tabstop=2 shiftwidth=2: | 58 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |