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

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: Update to the usage message 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/rezip.gyp
diff --git a/components/autocomplete.gypi b/build/android/rezip.gyp
similarity index 56%
copy from components/autocomplete.gypi
copy to build/android/rezip.gyp
index f8d3d148e7ad54b80bf38c39a78e799c350e0c03..b06ac52cb24ccd927e5d08b0ff3eeb113e555d4d 100644
--- a/components/autocomplete.gypi
+++ b/build/android/rezip.gyp
@@ -2,21 +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': 'autocomplete',
- 'type': 'static_library',
+ 'target_name': 'rezip',
+ 'type': 'executable',
+ 'toolsets': [ 'host' ],
'dependencies': [
- '../base/base.gyp:base',
+ '<(DEPTH)/third_party/zlib/zlib.gyp:minizip',
],
'include_dirs': [
- '..',
+ '<(DEPTH)',
],
'sources': [
- 'autocomplete/url_prefix.cc',
- 'autocomplete/url_prefix.h',
+ 'rezip/rezip.cc',
],
- },
+ }
],
}
« 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