OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 2192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2203 ], | 2203 ], |
2204 'includes': [ '../build/java.gypi' ], | 2204 'includes': [ '../build/java.gypi' ], |
2205 }, | 2205 }, |
2206 { | 2206 { |
2207 # This should be extracted to a gypi file and parameterized if | 2207 # This should be extracted to a gypi file and parameterized if |
2208 # we have more use cases of using the preprocessor to build java files
. | 2208 # we have more use cases of using the preprocessor to build java files
. |
2209 'target_name': 'net_errors_java', | 2209 'target_name': 'net_errors_java', |
2210 'type': 'none', | 2210 'type': 'none', |
2211 'direct_dependent_settings': { | 2211 'direct_dependent_settings': { |
2212 'variables': { | 2212 'variables': { |
2213 'additional_src_dirs': ['<(SHARED_INTERMEDIATE_DIR)/net/template/'
], | 2213 'generated_src_dirs': ['<(SHARED_INTERMEDIATE_DIR)/net/template/']
, |
2214 'additional_input_paths': ['<(SHARED_INTERMEDIATE_DIR)/net/templat
e/NetError.java'], | 2214 'additional_input_paths': ['<(SHARED_INTERMEDIATE_DIR)/net/templat
e/NetError.java'], |
2215 }, | 2215 }, |
2216 }, | 2216 }, |
2217 'actions': [ | 2217 'actions': [ |
2218 { | 2218 { |
2219 'action_name': 'generate_net_errors_java', | 2219 'action_name': 'generate_net_errors_java', |
2220 'inputs': [ | 2220 'inputs': [ |
2221 'android/java/net_errors_java.template', | 2221 'android/java/net_errors_java.template', |
2222 ], | 2222 ], |
2223 'outputs': [ | 2223 'outputs': [ |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2315 '--result', '<@(_outputs)', | 2315 '--result', '<@(_outputs)', |
2316 '--isolate', 'net_unittests.isolate', | 2316 '--isolate', 'net_unittests.isolate', |
2317 ], | 2317 ], |
2318 }, | 2318 }, |
2319 ], | 2319 ], |
2320 }, | 2320 }, |
2321 ], | 2321 ], |
2322 }], | 2322 }], |
2323 ], | 2323 ], |
2324 } | 2324 } |
OLD | NEW |