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

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: changes 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 {
2 'targets': [
3 {
4 'target_name': 'skflate',
5 'type': 'static_library',
6 'dependencies': [
7 'skia_lib.gyp:skia_lib',
8 'libzlib.gyp:libzlib',
9 ],
10 'sources': [
11 '../include/core/SkFlate.h',
12 '../src/core/SkFlate.cpp',
13 ],
14 },
15 ],
16 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698