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

Side by Side Diff: gyp/zlib.gyp

Issue 19823003: Update obvious deps. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Remove old code. Created 7 years, 5 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 | « gyp/xml.gyp ('k') | src/animator/SkDisplayEvent.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'zlib', 4 'target_name': 'zlib',
5 'type': 'static_library', 5 'type': 'static_library',
6 'include_dirs': [ 6 'dependencies': [
7 '../include/config', 7 'skia_lib.gyp:skia_lib',
8 '../include/core',
9 ], 8 ],
10 'sources': [ 9 'sources': [
11 '../include/core/SkFlate.h', 10 '../include/core/SkFlate.h',
12 11
13 '../src/core/SkFlate.cpp', 12 '../src/core/SkFlate.cpp',
14 ], 13 ],
15 'conditions': [ 14 'conditions': [
16 [ 'skia_os == "mac"', { 15 [ 'skia_os == "mac"', {
17 'link_settings': { 16 'link_settings': {
18 'libraries': [ 17 'libraries': [
(...skipping 17 matching lines...) Expand all
36 ], 35 ],
37 }, 36 },
38 ], 37 ],
39 } 38 }
40 39
41 # Local Variables: 40 # Local Variables:
42 # tab-width:2 41 # tab-width:2
43 # indent-tabs-mode:nil 42 # indent-tabs-mode:nil
44 # End: 43 # End:
45 # vim: set expandtab tabstop=2 shiftwidth=2: 44 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/xml.gyp ('k') | src/animator/SkDisplayEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698