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

Side by Side Diff: gyp/gpu.gypi

Issue 1124373002: Implement Porter Duff XP with a blend table (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: var name Created 5 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
1 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # Include this gypi to include all 'gpu' files 5 # Include this gypi to include all 'gpu' files
6 # The parent gyp/gypi file must define 6 # The parent gyp/gypi file must define
7 # 'skia_src_path' e.g. skia/trunk/src 7 # 'skia_src_path' e.g. skia/trunk/src
8 # 'skia_include_path' e.g. skia/trunk/include 8 # 'skia_include_path' e.g. skia/trunk/include
9 # 9 #
10 # The skia build defines these in common_variables.gypi 10 # The skia build defines these in common_variables.gypi
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 '<(skia_src_path)/gpu/GrBatch.cpp', 71 '<(skia_src_path)/gpu/GrBatch.cpp',
72 '<(skia_src_path)/gpu/GrBatch.h', 72 '<(skia_src_path)/gpu/GrBatch.h',
73 '<(skia_src_path)/gpu/GrBatchAtlas.cpp', 73 '<(skia_src_path)/gpu/GrBatchAtlas.cpp',
74 '<(skia_src_path)/gpu/GrBatchAtlas.h', 74 '<(skia_src_path)/gpu/GrBatchAtlas.h',
75 '<(skia_src_path)/gpu/GrBatchFontCache.cpp', 75 '<(skia_src_path)/gpu/GrBatchFontCache.cpp',
76 '<(skia_src_path)/gpu/GrBatchFontCache.h', 76 '<(skia_src_path)/gpu/GrBatchFontCache.h',
77 '<(skia_src_path)/gpu/GrBatchTarget.cpp', 77 '<(skia_src_path)/gpu/GrBatchTarget.cpp',
78 '<(skia_src_path)/gpu/GrBatchTarget.h', 78 '<(skia_src_path)/gpu/GrBatchTarget.h',
79 '<(skia_src_path)/gpu/GrBatchTest.cpp', 79 '<(skia_src_path)/gpu/GrBatchTest.cpp',
80 '<(skia_src_path)/gpu/GrBatchTest.h', 80 '<(skia_src_path)/gpu/GrBatchTest.h',
81 '<(skia_src_path)/gpu/GrBlend.cpp',
82 '<(skia_src_path)/gpu/GrBlend.h', 81 '<(skia_src_path)/gpu/GrBlend.h',
83 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', 82 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
84 '<(skia_src_path)/gpu/GrBufferAllocPool.h', 83 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
85 '<(skia_src_path)/gpu/GrClip.cpp', 84 '<(skia_src_path)/gpu/GrClip.cpp',
86 '<(skia_src_path)/gpu/GrClipMaskCache.h', 85 '<(skia_src_path)/gpu/GrClipMaskCache.h',
87 '<(skia_src_path)/gpu/GrClipMaskCache.cpp', 86 '<(skia_src_path)/gpu/GrClipMaskCache.cpp',
88 '<(skia_src_path)/gpu/GrClipMaskManager.h', 87 '<(skia_src_path)/gpu/GrClipMaskManager.h',
89 '<(skia_src_path)/gpu/GrClipMaskManager.cpp', 88 '<(skia_src_path)/gpu/GrClipMaskManager.cpp',
90 '<(skia_src_path)/gpu/GrContext.cpp', 89 '<(skia_src_path)/gpu/GrContext.cpp',
91 '<(skia_src_path)/gpu/GrCommandBuilder.h', 90 '<(skia_src_path)/gpu/GrCommandBuilder.h',
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 412 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
414 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 413 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
415 ], 414 ],
416 'skgpu_null_gl_sources': [ 415 'skgpu_null_gl_sources': [
417 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 416 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
418 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 417 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
419 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 418 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
420 ], 419 ],
421 }, 420 },
422 } 421 }
OLDNEW
« no previous file with comments | « gyp/gmslides.gypi ('k') | include/gpu/GrXferProcessor.h » ('j') | src/gpu/GrBlend.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698