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

Unified Diff: content/content_tests.gypi

Issue 10911131: Upstream JavaBridge tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding back JavaBridge test files 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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index ba152cdf53276f71df18e011cc4cf44a120e7ff4..59c613f8ed461aa185788f82a0f566176fa84a2a 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -884,8 +884,9 @@
'variables': {
'package_name': 'content_shell_test',
'apk_name': 'ContentShellTest',
- 'java_in_dir': 'shell/android/javatests',
+ 'java_in_dir': '../content/shell/android/javatests',
'resource_dir': '../res',
+ 'additional_input_paths': ['<!@(find ../content/android/javatests/src -name "*.java")',],
},
'includes': [ '../build/java_apk.gypi' ],
},

Powered by Google App Engine
This is Rietveld 408576698