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

Unified Diff: content/content_tests.gypi

Issue 10911131: Upstream JavaBridge tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing check_deps failure 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 | « content/content_shell.gypi ('k') | content/public/android/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 9136d5759330d200ae3911e97f40ce5c17567349..4210e979796486db794ce5bcdb44883f19af5d61 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -863,21 +863,6 @@
['OS == "android"', {
'targets': [
{
- 'target_name': 'content_javatests',
- 'type': 'none',
- 'dependencies': [
- '../base/base.gyp:base',
- '../base/base.gyp:base_java_test_support',
- 'content_common',
- 'content_java',
- ],
- 'variables': {
- 'package_name': 'content_javatests',
- 'java_in_dir': '../content/public/android/javatests',
- },
- 'includes': [ '../build/java.gypi' ],
- },
- {
'target_name': 'content_java_test_support',
'type': 'none',
'dependencies': [
@@ -897,7 +882,7 @@
'type': 'none',
'dependencies': [
'content_java',
- 'content_javatests',
+ 'content_java_test_support',
'content_shell_apk',
'../base/base.gyp:base_java',
'../base/base.gyp:base_java_test_support',
@@ -910,8 +895,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/public/android/javatests/src -name "*.java")',],
},
'includes': [ '../build/java_apk.gypi' ],
},
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698