Chromium Code Reviews

Unified Diff: chrome/chrome_tests.gypi

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, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index c7b46b4cf7e80385f1617af2f49757ffc6b11dbb..88569f16e8eae0b1db0b3d7a1d32e18ae3ed64d2 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -4790,7 +4790,7 @@
'apk_name': 'ChromiumTestShellTest',
'java_in_dir': './android/testshell/javatests',
'resource_dir': '../res',
- 'additional_input_paths': ['<!@(find android/javatests/src -name "*.java")', ],
+ 'additional_src_dirs': ['android/javatests/src'],
},
'includes': [ '../build/java_apk.gypi' ],
},

Powered by Google App Engine