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

Side by Side Diff: gyp/skflate.gyp

Issue 152513007: Build Skia for a bare-bones embedded Linux system. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 10 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
OLDNEW
(Empty)
1 # Target for including zlib.
djsollen 2014/02/06 16:24:34 fix this comment
hal.canary 2014/02/06 18:01:57 Done.
scroggo 2014/02/06 18:14:50 I think a better fix is to change it to: # Target
2 {
3 'targets': [
4 {
5 'target_name': 'skflate',
6 'type': 'static_library',
7 'dependencies': [
8 'skia_lib.gyp:skia_lib',
9 'libzlib.gyp:libzlib',
10 ],
11 'sources': [
12 '../include/core/SkFlate.h',
13 '../src/core/SkFlate.cpp',
14 ],
15 },
16 ],
17 }
OLDNEW
« gyp/libzlib.gyp ('K') | « gyp/ports.gyp ('k') | gyp/zlib.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698