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

Side by Side Diff: gyp/ktx.gyp

Issue 446103002: Pass compressed blitters to our mask drawing algorithm (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix compiler error Created 6 years, 4 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
« no previous file with comments | « no previous file | src/gpu/GrSWMaskHelper.h » ('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 'variables': { 2 'variables': {
3 'skia_warnings_as_errors': 0, 3 'skia_warnings_as_errors': 0,
4 }, 4 },
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'libSkKTX', 7 'target_name': 'libSkKTX',
8 'type': 'static_library', 8 'type': 'static_library',
9 'include_dirs' : [ 9 'include_dirs' : [
10 '../third_party/ktx', 10 '../third_party/ktx',
11 '../include/gpu', 11 '../include/gpu',
12 '../src/core',
12 '../src/gpu', 13 '../src/gpu',
13 '../src/utils', 14 '../src/utils',
14 ], 15 ],
15 'sources': [ 16 'sources': [
16 '../third_party/ktx/ktx.cpp', 17 '../third_party/ktx/ktx.cpp',
17 ], 18 ],
18 'dependencies': [ 19 'dependencies': [
19 'core.gyp:*', 20 'core.gyp:*',
20 'etc1.gyp:libetc1', 21 'etc1.gyp:libetc1',
21 ], 22 ],
22 'direct_dependent_settings': { 23 'direct_dependent_settings': {
23 'include_dirs': [ 24 'include_dirs': [
24 '../third_party/ktx', 25 '../third_party/ktx',
25 ], 26 ],
26 }, 27 },
27 }], 28 }],
28 } 29 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrSWMaskHelper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698