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

Side by Side Diff: gyp/utils.gyp

Issue 432143002: Add ETC1 format to SkTextureCompressor (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add default clause to texture compressor. 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.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 # Gyp for utils. 1 # Gyp for utils.
2 { 2 {
3 'targets': [ 3 'targets': [
4 { 4 {
5 'target_name': 'utils', 5 'target_name': 'utils',
6 'product_name': 'skia_utils', 6 'product_name': 'skia_utils',
7 'type': 'static_library', 7 'type': 'static_library',
8 'standalone_static_library': 1, 8 'standalone_static_library': 1,
9 'dependencies': [ 9 'dependencies': [
10 'core.gyp:*', 10 'core.gyp:*',
11 'etc1.gyp:libetc1',
11 ], 12 ],
12 'includes': [ 13 'includes': [
13 'utils.gypi', 14 'utils.gypi',
14 ], 15 ],
15 'include_dirs': [ 16 'include_dirs': [
16 '../include/effects', 17 '../include/effects',
17 '../include/images', 18 '../include/images',
18 '../include/pathops', 19 '../include/pathops',
19 '../include/pipe', 20 '../include/pipe',
20 '../include/utils', 21 '../include/utils',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 ], 120 ],
120 'direct_dependent_settings': { 121 'direct_dependent_settings': {
121 'include_dirs': [ 122 'include_dirs': [
122 '../include/utils', 123 '../include/utils',
123 '../src/utils', 124 '../src/utils',
124 ], 125 ],
125 }, 126 },
126 }, 127 },
127 ], 128 ],
128 } 129 }
OLDNEW
« no previous file with comments | « no previous file | src/gpu/GrSWMaskHelper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698