Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Side by Side Diff: net/net.gyp

Issue 10987083: Add more generic support for java targets bundling multiple directories (Closed) Base URL: http://git.chromium.org/chromium/src.git@apk_jar
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/shell/android/javatests/content_shell_test_apk.xml ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « content/shell/android/javatests/content_shell_test_apk.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698