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 'actions': [ | 9 'actions': [ |
10 { | 10 { |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 '-d', '<(DEPTH)', | 54 '-d', '<(DEPTH)', |
55 '<@(mojom_import_args)', | 55 '<@(mojom_import_args)', |
56 '-o', '<(SHARED_INTERMEDIATE_DIR)', | 56 '-o', '<(SHARED_INTERMEDIATE_DIR)', |
57 '--java_output_directory=<(java_out_dir)', | 57 '--java_output_directory=<(java_out_dir)', |
58 ], | 58 ], |
59 'message': 'Generating Mojo bindings from <(RULE_INPUT_DIRNAME)/<(RULE_INP
UT_ROOT).mojom', | 59 'message': 'Generating Mojo bindings from <(RULE_INPUT_DIRNAME)/<(RULE_INP
UT_ROOT).mojom', |
60 'process_outputs_as_sources': 1, | 60 'process_outputs_as_sources': 1, |
61 } | 61 } |
62 ], | 62 ], |
63 'dependencies': [ | 63 'dependencies': [ |
| 64 '<(DEPTH)/base/base.gyp:base', |
64 '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_interface_bindings_generatio
n', | 65 '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_interface_bindings_generatio
n', |
65 ], | 66 ], |
66 'include_dirs': [ | 67 'include_dirs': [ |
67 '<(DEPTH)', | 68 '<(DEPTH)', |
68 '<(SHARED_INTERMEDIATE_DIR)', | 69 '<(SHARED_INTERMEDIATE_DIR)', |
69 ], | 70 ], |
70 'direct_dependent_settings': { | 71 'direct_dependent_settings': { |
71 'include_dirs': [ | 72 'include_dirs': [ |
72 '<(DEPTH)', | 73 '<(DEPTH)', |
73 '<(SHARED_INTERMEDIATE_DIR)', | 74 '<(SHARED_INTERMEDIATE_DIR)', |
74 ], | 75 ], |
75 'variables': { | 76 'variables': { |
76 'generated_src_dirs': [ | 77 'generated_src_dirs': [ |
77 '<(PRODUCT_DIR)/java_mojo/<(_target_name)/src', | 78 '<(PRODUCT_DIR)/java_mojo/<(_target_name)/src', |
78 ], | 79 ], |
79 'additional_input_paths': [ | 80 'additional_input_paths': [ |
80 '<@(mojom_bindings_generator_sources)', | 81 '<@(mojom_bindings_generator_sources)', |
81 '<@(_sources)', | 82 '<@(_sources)', |
82 ], | 83 ], |
83 }, | 84 }, |
84 }, | 85 }, |
85 'hard_dependency': 1, | 86 'hard_dependency': 1, |
86 } | 87 } |
OLD | NEW |