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

Unified Diff: content/content_tests.gypi

Issue 11308030: Use _target_name instead of package_name for java*.gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@apk_jar
Patch Set: Created 7 years, 10 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') | media/media.gyp » ('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 ad4fb7bd4ac8c27b4fc5d84d0a23f9c2bff68526..bd315c4bf3b82bc516fcdba25cef3abd4ddc8427 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -991,7 +991,6 @@
'content_shell_java',
],
'variables': {
- 'package_name': 'content_browsertests_apk',
'apk_name': 'content_browsertests',
'java_in_dir': 'shell/android/browsertests_apk',
'resource_dir': 'res',
@@ -1015,7 +1014,6 @@
'content_java',
],
'variables': {
- 'package_name': 'content_java_test_support',
'java_in_dir': '../content/public/test/android/javatests',
},
'includes': [ '../build/java.gypi' ],
@@ -1036,7 +1034,6 @@
'../tools/android/forwarder2/forwarder.gyp:forwarder2',
],
'variables': {
- 'package_name': 'content_shell_test',
'apk_name': 'ContentShellTest',
'java_in_dir': '../content/shell/android/javatests',
'additional_src_dirs': ['../content/public/android/javatests/',],
« no previous file with comments | « content/content_shell.gypi ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698