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

Unified Diff: content/content_shell.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.gyp ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 12eb178eeacf9be2bafeb930c95bbd57f5e9c0ce..5877dca04da5ae6cf1f3f3bc0ad0c055e658cddf 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -607,7 +607,6 @@
'content_java',
],
'variables': {
- 'package_name': 'content_shell',
'java_in_dir': '../content/shell/android/java',
'has_java_resources': 1,
'R_package': 'org.chromium.content_shell',
@@ -658,7 +657,6 @@
'../ui/ui.gyp:ui_java',
],
'variables': {
- 'package_name': 'content_shell_apk',
'apk_name': 'ContentShell',
'manifest_package_name': 'org.chromium.content_shell_apk',
'java_in_dir': 'shell/android/shell_apk',
« no previous file with comments | « content/content.gyp ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698