OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'mojom_bindings_generator_variables.gypi', | 7 'mojom_bindings_generator_variables.gypi', |
8 ], | 8 ], |
9 'variables': { | 9 'variables': { |
10 'variables': { | 10 'variables': { |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 '<@(mojom_extra_generator_args)', | 100 '<@(mojom_extra_generator_args)', |
101 '--bytecode_path', | 101 '--bytecode_path', |
102 '<(SHARED_INTERMEDIATE_DIR)/mojo/public/tools/bindings', | 102 '<(SHARED_INTERMEDIATE_DIR)/mojo/public/tools/bindings', |
103 ], | 103 ], |
104 'message': 'Generating Mojo bindings from <(RULE_INPUT_DIRNAME)/<(RULE_INP
UT_ROOT).mojom', | 104 'message': 'Generating Mojo bindings from <(RULE_INPUT_DIRNAME)/<(RULE_INP
UT_ROOT).mojom', |
105 'process_outputs_as_sources': 1, | 105 'process_outputs_as_sources': 1, |
106 } | 106 } |
107 ], | 107 ], |
108 'dependencies': [ | 108 'dependencies': [ |
109 '<(DEPTH)/base/base.gyp:base', | 109 '<(DEPTH)/base/base.gyp:base', |
| 110 '<(DEPTH)/mojo/mojo_public.gyp:mojo_interface_bindings_generation', |
110 '<(DEPTH)/mojo/public/tools/bindings/bindings.gyp:precompile_mojom_bindings_
generator_templates', | 111 '<(DEPTH)/mojo/public/tools/bindings/bindings.gyp:precompile_mojom_bindings_
generator_templates', |
111 '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_interface_bindings_generatio
n', | |
112 '<@(mojom_typemap_dependencies)', | 112 '<@(mojom_typemap_dependencies)', |
113 ], | 113 ], |
114 'export_dependent_settings': [ | 114 'export_dependent_settings': [ |
115 '<@(mojom_typemap_dependencies)', | 115 '<@(mojom_typemap_dependencies)', |
116 ], | 116 ], |
117 'include_dirs': [ | 117 'include_dirs': [ |
118 '<(DEPTH)', | 118 '<(DEPTH)', |
119 '<(SHARED_INTERMEDIATE_DIR)', | 119 '<(SHARED_INTERMEDIATE_DIR)', |
120 ], | 120 ], |
121 'direct_dependent_settings': { | 121 'direct_dependent_settings': { |
122 'include_dirs': [ | 122 'include_dirs': [ |
123 '<(DEPTH)', | 123 '<(DEPTH)', |
124 '<(SHARED_INTERMEDIATE_DIR)', | 124 '<(SHARED_INTERMEDIATE_DIR)', |
125 ], | 125 ], |
126 'variables': { | 126 'variables': { |
127 'generated_src_dirs': [ | 127 'generated_src_dirs': [ |
128 '<(PRODUCT_DIR)/java_mojo/<(_target_name)/src', | 128 '<(PRODUCT_DIR)/java_mojo/<(_target_name)/src', |
129 ], | 129 ], |
130 'additional_input_paths': [ | 130 'additional_input_paths': [ |
131 '<@(mojom_bindings_generator_sources)', | 131 '<@(mojom_bindings_generator_sources)', |
132 '<@(_sources)', | 132 '<@(_sources)', |
133 ], | 133 ], |
134 }, | 134 }, |
135 }, | 135 }, |
136 'hard_dependency': 1, | 136 'hard_dependency': 1, |
137 } | 137 } |
OLD | NEW |