OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'variables': { | 9 'variables': { |
10 'chromium_code': 0, | 10 'chromium_code': 0, |
11 'idl_out_path': '<(SHARED_INTERMEDIATE_DIR)/idl_glue', | 11 'idl_out_path': '<(SHARED_INTERMEDIATE_DIR)/idl_glue', |
12 'static_glue_dir': '../../../<(nixysadir)/static_glue/npapi', | 12 'static_glue_dir': '../../../<(nixysadir)/static_glue/npapi', |
13 'idl_files': [ | 13 'idl_files': [ |
14 'archive_request.idl', | 14 '<!@(python get_idl_files.py)', |
15 'bitmap.idl', | |
16 'bounding_box.idl', | |
17 'buffer.idl', | |
18 'canvas.idl', | |
19 'canvas_paint.idl', | |
20 'canvas_shader.idl', | |
21 'clear_buffer.idl', | |
22 'client.idl', | |
23 'counter.idl', | |
24 'cursor.idl', | |
25 'curve.idl', | |
26 'display_mode.idl', | |
27 'draw_context.idl', | |
28 'draw_element.idl', | |
29 'draw_list.idl', | |
30 'draw_pass.idl', | |
31 'effect.idl', | |
32 'element.idl', | |
33 'event.idl', | |
34 'field.idl', | |
35 'file_request.idl', | |
36 'function.idl', | |
37 'material.idl', | |
38 'matrix4_axis_rotation.idl', | |
39 'matrix4_composition.idl', | |
40 'matrix4_scale.idl', | |
41 'matrix4_translation.idl', | |
42 'named.idl', | |
43 'pack.idl', | |
44 'param.idl', | |
45 'param_array.idl', | |
46 'param_object.idl', | |
47 'param_operation.idl', | |
48 'plugin.idl', | |
49 'primitive.idl', | |
50 'raw_data.idl', | |
51 'ray_intersection_info.idl', | |
52 'render_event.idl', | |
53 'render_node.idl', | |
54 'render_surface.idl', | |
55 'render_surface_set.idl', | |
56 'sampler.idl', | |
57 'shape.idl', | |
58 'skin.idl', | |
59 'standard_param.idl', | |
60 'state.idl', | |
61 'state_set.idl', | |
62 'stream.idl', | |
63 'stream_bank.idl', | |
64 'texture.idl', | |
65 'tick_event.idl', | |
66 'transform.idl', | |
67 'tree_traversal.idl', | |
68 'types.idl', | |
69 'vector.idl', | |
70 'vertex_source.idl', | |
71 'viewport.idl', | |
72 ], | 15 ], |
73 }, | 16 }, |
74 'target_defaults': { | 17 'target_defaults': { |
75 'include_dirs': [ | 18 'include_dirs': [ |
76 '../..', | 19 '../..', |
77 '../../..', | 20 '../../..', |
78 '../../../<(npapidir)/include', | 21 '../../../<(npapidir)/include', |
79 '../../../<(zlibdir)', | 22 '../../../<(zlibdir)', |
80 '../../../skia/config', | 23 '../../../skia/config', |
81 '../../plugin/cross', | 24 '../../plugin/cross', |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 ], | 120 ], |
178 }, | 121 }, |
179 ], | 122 ], |
180 } | 123 } |
181 | 124 |
182 # Local Variables: | 125 # Local Variables: |
183 # tab-width:2 | 126 # tab-width:2 |
184 # indent-tabs-mode:nil | 127 # indent-tabs-mode:nil |
185 # End: | 128 # End: |
186 # vim: set expandtab tabstop=2 shiftwidth=2: | 129 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |