diff options
author | hjd <hjd@chromium.org> | 2014-09-05 03:42:05 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-05 10:45:23 +0000 |
commit | a1ee8d91945a17948026ef18dce2a2121db7fbd5 (patch) | |
tree | af2753780fbddc015cb9c6b8d0d81b3ccc9203b4 /build/android/tests | |
parent | d894398e815950d1a1d8f82d8efe9c9e42c5397d (diff) | |
download | chromium_src-a1ee8d91945a17948026ef18dce2a2121db7fbd5.zip chromium_src-a1ee8d91945a17948026ef18dce2a2121db7fbd5.tar.gz chromium_src-a1ee8d91945a17948026ef18dce2a2121db7fbd5.tar.bz2 |
Remove package_name from java_apk.gypi
This change completes the removal of package_name from
build/java_apk.gyp and removes it from all the places
which still refer to it.
'package_name' used to be how you specified the intermediate
directory when building an APK. Now we use the target name and
includers no longer need to set the intermediate directory
explicitly. However one use in java_apk for setting additional
resources files seems to have crept through the refactoring.
BUG=405963
Review URL: https://codereview.chromium.org/487223003
Cr-Commit-Position: refs/heads/master@{#293498}
Diffstat (limited to 'build/android/tests')
-rw-r--r-- | build/android/tests/multiple_proguards/multiple_proguards.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/android/tests/multiple_proguards/multiple_proguards.gyp b/build/android/tests/multiple_proguards/multiple_proguards.gyp index 6e9c34c..158d4ce 100644 --- a/build/android/tests/multiple_proguards/multiple_proguards.gyp +++ b/build/android/tests/multiple_proguards/multiple_proguards.gyp @@ -4,7 +4,6 @@ { 'variables': { 'chromium_code': 1, - 'package_name': 'multiple_proguard', }, 'targets': [ { |