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

Unified Diff: build/android/rezip.gyp

Issue 333433002: Rezip tool used to modify the APK. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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') | build/android/rezip/rezip.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/rezip.gyp
diff --git a/tools/android/file_poller/file_poller.gyp b/build/android/rezip.gyp
similarity index 55%
copy from tools/android/file_poller/file_poller.gyp
copy to build/android/rezip.gyp
index 097344d2d29937d49bae28f12b937aadab8db3f6..b06ac52cb24ccd927e5d08b0ff3eeb113e555d4d 100644
--- a/tools/android/file_poller/file_poller.gyp
+++ b/build/android/rezip.gyp
@@ -2,17 +2,22 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+# Build the rezip build tool.
{
'targets': [
{
- 'target_name': 'file_poller',
+ 'target_name': 'rezip',
'type': 'executable',
+ 'toolsets': [ 'host' ],
'dependencies': [
- '../../../base/base.gyp:base',
+ '<(DEPTH)/third_party/zlib/zlib.gyp:minizip',
+ ],
+ 'include_dirs': [
+ '<(DEPTH)',
],
'sources': [
- 'file_poller.cc',
+ 'rezip/rezip.cc',
],
- },
+ }
],
}
« no previous file with comments | « no previous file | build/android/rezip/DEPS » ('j') | build/android/rezip/rezip.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698