app_shell: Add audio and video capture support
[chromium-blink-merge.git] / build / android / rezip.gyp
blobb06ac52cb24ccd927e5d08b0ff3eeb113e555d4d
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 # Build the rezip build tool.
7   'targets': [
8     {
9       'target_name': 'rezip',
10       'type': 'executable',
11       'toolsets': [ 'host' ],
12       'dependencies': [
13         '<(DEPTH)/third_party/zlib/zlib.gyp:minizip',
14       ],
15       'include_dirs': [
16         '<(DEPTH)',
17       ],
18       'sources': [
19         'rezip/rezip.cc',
20       ],
21     }
22   ],