Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index 7f628e6f823ebc9fce6f546e3be9851854facc1f..828cbf569843feb97f5e286af233d765d4f22244 100644 |
--- a/content/content_tests.gypi |
+++ b/content/content_tests.gypi |
@@ -2024,6 +2024,26 @@ |
}, |
'includes': [ '../build/java_apk.gypi' ], |
}, |
+ { |
+ # GN: //content/public/android:content_shell_unit_tests |
+ 'target_name': 'content_shell_unit_tests', |
+ 'type': 'none', |
+ 'dependencies': [ |
+ 'content.gyp:content_java', |
+ '../base/base.gyp:base_java', |
+ '../base/base.gyp:base_java_test_support', |
+ '../testing/android/junit/junit_test.gyp:junit_test_support', |
+ ], |
+ 'variables': { |
+ 'main_class': 'org.chromium.testing.local.JunitTestMain', |
+ 'src_paths': [ |
+ 'public/android/junit/', |
+ ], |
+ }, |
+ 'includes': [ |
+ '../build/host_jar.gypi', |
+ ], |
+ }, |
], |
}], |
['OS!="android" and OS!="ios" and OS!="linux"', { |