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

Unified Diff: build/android/rezip.gyp

Issue 627633002: Retire the rezip tool (replaced by RezipApk) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | build/android/rezip/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/rezip.gyp
diff --git a/build/android/rezip.gyp b/build/android/rezip.gyp
index 13b9e4b843d210150274e76515f32fc5ce6c9f2b..0dacffcf269b1458d7e9ec24f01c1103ecfa3f7b 100644
--- a/build/android/rezip.gyp
+++ b/build/android/rezip.gyp
@@ -6,20 +6,6 @@
{
'targets': [
{
- 'target_name': 'rezip',
- 'type': 'executable',
- 'toolsets': [ 'host' ],
- 'dependencies': [
- '<(DEPTH)/third_party/zlib/zlib.gyp:minizip',
- ],
- 'include_dirs': [
- '<(DEPTH)',
- ],
- 'sources': [
- 'rezip/rezip.cc',
- ],
- },
- {
'target_name': 'rezip_apk_jar',
'type': 'none',
'variables': {
« no previous file with comments | « no previous file | build/android/rezip/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698