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

Side by Side Diff: gyp/etc1.gyp

Issue 292663011: Simple PKM image decoder. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 7 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 'variables': {
3 'skia_warnings_as_errors': 0,
4 },
5 'targets': [
6 {
7 'target_name': 'libetc1',
8 'type': 'static_library',
9 'include_dirs' : [
10 '../third_party/externals/etc1'
11 ],
12 'sources': [
13 '../third_party/externals/etc1/etc1.cpp',
14 ],
15 'direct_dependent_settings': {
16 'include_dirs': [
17 '../third_party/externals/etc1',
18 ],
19 },
20 }],
21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698