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 'mojom_base_output_dir': | 10 'mojom_base_output_dir': |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 '<(SHARED_INTERMEDIATE_DIR)', | 71 '<(SHARED_INTERMEDIATE_DIR)', |
72 ], | 72 ], |
73 'variables': { | 73 'variables': { |
74 'generated_src_dirs': [ | 74 'generated_src_dirs': [ |
75 '<(PRODUCT_DIR)/java_mojo/<(_target_name)/src', | 75 '<(PRODUCT_DIR)/java_mojo/<(_target_name)/src', |
76 ], | 76 ], |
77 }, | 77 }, |
78 } | 78 } |
79 }, | 79 }, |
80 } | 80 } |
OLD | NEW |