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

Unified Diff: content/content_tests.gypi

Issue 10979009: Move content test utils to content/public/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased on new branch 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 6a0104134d8f72fbf20227007d41cd9924944cfd..9136d5759330d200ae3911e97f40ce5c17567349 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -878,6 +878,21 @@
'includes': [ '../build/java.gypi' ],
},
{
+ 'target_name': 'content_java_test_support',
+ 'type': 'none',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../base/base.gyp:base_java_test_support',
+ 'content_common',
+ 'content_java',
+ ],
+ 'variables': {
+ 'package_name': 'content_java_test_support',
+ 'java_in_dir': '../content/public/test/android/javatests',
+ },
+ 'includes': [ '../build/java.gypi' ],
+ },
+ {
'target_name': 'content_shell_test_apk',
'type': 'none',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698