| 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',
|
|
|