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

Side by Side Diff: gyp/gpu.gypi

Issue 1002623004: Move GrAutoLocaleSetter to new file and fix issue with null locale (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove extra newline Created 5 years, 9 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 | include/gpu/GrTypesPriv.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 # Include this gypi to include all 'gpu' files 1 # Include this gypi to include all 'gpu' files
2 # The parent gyp/gypi file must define 2 # The parent gyp/gypi file must define
3 # 'skia_src_path' e.g. skia/trunk/src 3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include 4 # 'skia_include_path' e.g. skia/trunk/include
5 # 5 #
6 # The skia build defines these in common_variables.gypi 6 # The skia build defines these in common_variables.gypi
7 # 7 #
8 { 8 {
9 'variables': { 9 'variables': {
10 'skgpu_sources': [ 10 'skgpu_sources': [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 46
47 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp', 47 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.cpp',
48 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h', 48 '<(skia_src_path)/gpu/GrAAHairLinePathRenderer.h',
49 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp', 49 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.cpp',
50 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h', 50 '<(skia_src_path)/gpu/GrAAConvexPathRenderer.h',
51 '<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.cpp', 51 '<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.cpp',
52 '<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.h', 52 '<(skia_src_path)/gpu/GrAADistanceFieldPathRenderer.h',
53 '<(skia_src_path)/gpu/GrAARectRenderer.cpp', 53 '<(skia_src_path)/gpu/GrAARectRenderer.cpp',
54 '<(skia_src_path)/gpu/GrAARectRenderer.h', 54 '<(skia_src_path)/gpu/GrAARectRenderer.h',
55 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp', 55 '<(skia_src_path)/gpu/GrAddPathRenderers_default.cpp',
56 '<(skia_src_path)/gpu/GrAutoLocaleSetter.h',
56 '<(skia_src_path)/gpu/GrAllocator.h', 57 '<(skia_src_path)/gpu/GrAllocator.h',
57 '<(skia_src_path)/gpu/GrAtlas.cpp', 58 '<(skia_src_path)/gpu/GrAtlas.cpp',
58 '<(skia_src_path)/gpu/GrAtlas.h', 59 '<(skia_src_path)/gpu/GrAtlas.h',
59 '<(skia_src_path)/gpu/GrBatch.cpp', 60 '<(skia_src_path)/gpu/GrBatch.cpp',
60 '<(skia_src_path)/gpu/GrBatch.h', 61 '<(skia_src_path)/gpu/GrBatch.h',
61 '<(skia_src_path)/gpu/GrBatchAtlas.cpp', 62 '<(skia_src_path)/gpu/GrBatchAtlas.cpp',
62 '<(skia_src_path)/gpu/GrBatchAtlas.h', 63 '<(skia_src_path)/gpu/GrBatchAtlas.h',
63 '<(skia_src_path)/gpu/GrBatchTarget.cpp', 64 '<(skia_src_path)/gpu/GrBatchTarget.cpp',
64 '<(skia_src_path)/gpu/GrBatchTarget.h', 65 '<(skia_src_path)/gpu/GrBatchTarget.h',
65 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp', 66 '<(skia_src_path)/gpu/GrBitmapTextContext.cpp',
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 388 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
388 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 389 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
389 ], 390 ],
390 'skgpu_null_gl_sources': [ 391 'skgpu_null_gl_sources': [
391 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 392 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
392 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 393 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
393 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 394 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
394 ], 395 ],
395 }, 396 },
396 } 397 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrTypesPriv.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698