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

Side by Side Diff: third_party/zlib/zlib.gyp

Issue 62127: Basic underpinnings of the gyp equivalent of the Linux SHARED=1 build:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/sqlite/sqlite.gyp ('k') | webkit/activex_shim/activex_shim.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 '../../build/common.gypi', 7 '../../build/common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'zlib', 11 'target_name': 'zlib',
12 'type': 'static_library', 12 'type': '<(library)',
13 'msvs_guid': '8423AF0D-4B88-4EBF-94E1-E4D00D00E21C', 13 'msvs_guid': '8423AF0D-4B88-4EBF-94E1-E4D00D00E21C',
14 'sources': [ 14 'sources': [
15 'contrib/minizip/ioapi.c', 15 'contrib/minizip/ioapi.c',
16 'contrib/minizip/ioapi.h', 16 'contrib/minizip/ioapi.h',
17 'contrib/minizip/iowin32.c', 17 'contrib/minizip/iowin32.c',
18 'contrib/minizip/iowin32.h', 18 'contrib/minizip/iowin32.h',
19 'contrib/minizip/unzip.c', 19 'contrib/minizip/unzip.c',
20 'contrib/minizip/unzip.h', 20 'contrib/minizip/unzip.h',
21 'adler32.c', 21 'adler32.c',
22 'compress.c', 22 'compress.c',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 ['OS!="win"', { 56 ['OS!="win"', {
57 'product_name': 'z', 57 'product_name': 'z',
58 'sources!': [ 58 'sources!': [
59 'contrib/minizip/iowin32.c' 59 'contrib/minizip/iowin32.c'
60 ], 60 ],
61 }], 61 }],
62 ], 62 ],
63 }, 63 },
64 ], 64 ],
65 } 65 }
OLDNEW
« no previous file with comments | « third_party/sqlite/sqlite.gyp ('k') | webkit/activex_shim/activex_shim.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698