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

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/testshell/javatests/chromium_testshell_test_apk.xml ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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' ],
},
« no previous file with comments | « chrome/android/testshell/javatests/chromium_testshell_test_apk.xml ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698