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

Side by Side Diff: gyp/gpu.gyp

Issue 145073005: Move GrTextContext to private interface (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove use of GrTextContext.h from GrSkGpuDevice.h 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
« no previous file with comments | « no previous file | gyp/gpu.gypi » ('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 'target_defaults': { 2 'target_defaults': {
3 'conditions': [ 3 'conditions': [
4 ['skia_os != "win"', { 4 ['skia_os != "win"', {
5 'sources/': [ ['exclude', '_win.(h|cpp)$'], 5 'sources/': [ ['exclude', '_win.(h|cpp)$'],
6 ], 6 ],
7 }], 7 }],
8 ['skia_os != "mac"', { 8 ['skia_os != "mac"', {
9 'sources/': [ ['exclude', '_mac.(h|cpp|m|mm)$'], 9 'sources/': [ ['exclude', '_mac.(h|cpp|m|mm)$'],
10 ], 10 ],
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'sources': [ 132 'sources': [
133 '../experimental/ChromeUtils/SkBorder.cpp', 133 '../experimental/ChromeUtils/SkBorder.cpp',
134 '../experimental/ChromeUtils/SkBorder.h', 134 '../experimental/ChromeUtils/SkBorder.h',
135 ], 135 ],
136 'defines': [ 136 'defines': [
137 'GR_CHROME_UTILS=1', 137 'GR_CHROME_UTILS=1',
138 ], 138 ],
139 }], 139 }],
140 [ 'skia_distancefield_fonts', { 140 [ 'skia_distancefield_fonts', {
141 'sources': [ 141 'sources': [
142 '<(skia_include_path)/gpu/GrDistanceFieldTextContext.h', 142 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.h',
143 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.cpp', 143 '<(skia_src_path)/gpu/GrDistanceFieldTextContext.cpp',
144 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp', 144 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.cpp',
145 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h', 145 '<(skia_src_path)/gpu/effects/GrDistanceFieldTextureEffect.h',
146 ], 146 ],
147 'defines': [ 147 'defines': [
148 'GR_DISTANCEFIELD_FONTS=1', 148 'GR_DISTANCEFIELD_FONTS=1',
149 ], 149 ],
150 }], 150 }],
151 [ 'skia_os == "linux" or skia_os == "chromeos"', { 151 [ 'skia_os == "linux" or skia_os == "chromeos"', {
152 'sources!': [ 152 'sources!': [
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 'libraries': [ 228 'libraries': [
229 '-lGLESv2', 229 '-lGLESv2',
230 '-lEGL', 230 '-lEGL',
231 ], 231 ],
232 }, 232 },
233 }], 233 }],
234 ], 234 ],
235 }, 235 },
236 ], 236 ],
237 } 237 }
OLDNEW
« no previous file with comments | « no previous file | gyp/gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698