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': 'isimpledom', | 18 'target_name': 'isimpledom', |
19 'type': 'static_library', | 19 'type': 'static_library', |
20 'msvs_guid': '1814CEEB-49E2-407F-AF99-FA755A7D2607', | |
21 'sources': [ | 20 'sources': [ |
22 'ISimpleDOMDocument.idl', | 21 'ISimpleDOMDocument.idl', |
23 'ISimpleDOMNode.idl', | 22 'ISimpleDOMNode.idl', |
24 'ISimpleDOMText.idl', | 23 'ISimpleDOMText.idl', |
25 '<(INTERMEDIATE_DIR)/ISimpleDOMDocument.h', | 24 '<(INTERMEDIATE_DIR)/ISimpleDOMDocument.h', |
26 '<(INTERMEDIATE_DIR)/ISimpleDOMDocument_i.c', | 25 '<(INTERMEDIATE_DIR)/ISimpleDOMDocument_i.c', |
27 '<(INTERMEDIATE_DIR)/ISimpleDOMDocument_p.c', | 26 '<(INTERMEDIATE_DIR)/ISimpleDOMDocument_p.c', |
28 '<(INTERMEDIATE_DIR)/ISimpleDOMNode.h', | 27 '<(INTERMEDIATE_DIR)/ISimpleDOMNode.h', |
29 '<(INTERMEDIATE_DIR)/ISimpleDOMNode_i.c', | 28 '<(INTERMEDIATE_DIR)/ISimpleDOMNode_i.c', |
30 '<(INTERMEDIATE_DIR)/ISimpleDOMNode_p.c', | 29 '<(INTERMEDIATE_DIR)/ISimpleDOMNode_p.c', |
(...skipping 15 matching lines...) Expand all Loading... |
46 }, | 45 }, |
47 }, | 46 }, |
48 ], | 47 ], |
49 } | 48 } |
50 | 49 |
51 # Local Variables: | 50 # Local Variables: |
52 # tab-width:2 | 51 # tab-width:2 |
53 # indent-tabs-mode:nil | 52 # indent-tabs-mode:nil |
54 # End: | 53 # End: |
55 # vim: set expandtab tabstop=2 shiftwidth=2: | 54 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |