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

Side by Side Diff: gyp/gpu.gypi

Issue 2254343003: Move GrFixedClip into src directory (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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 | « gm/texdata.cpp ('k') | include/gpu/GrClip.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 # 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 '<(skia_src_path)/gpu/GrBatchFlushState.h', 77 '<(skia_src_path)/gpu/GrBatchFlushState.h',
78 '<(skia_src_path)/gpu/GrBatchTest.cpp', 78 '<(skia_src_path)/gpu/GrBatchTest.cpp',
79 '<(skia_src_path)/gpu/GrBatchTest.h', 79 '<(skia_src_path)/gpu/GrBatchTest.h',
80 '<(skia_src_path)/gpu/GrBlend.cpp', 80 '<(skia_src_path)/gpu/GrBlend.cpp',
81 '<(skia_src_path)/gpu/GrBlurUtils.cpp', 81 '<(skia_src_path)/gpu/GrBlurUtils.cpp',
82 '<(skia_src_path)/gpu/GrBlurUtils.h', 82 '<(skia_src_path)/gpu/GrBlurUtils.h',
83 '<(skia_src_path)/gpu/GrBuffer.cpp', 83 '<(skia_src_path)/gpu/GrBuffer.cpp',
84 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', 84 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
85 '<(skia_src_path)/gpu/GrBufferAllocPool.h', 85 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
86 '<(skia_src_path)/gpu/GrCaps.cpp', 86 '<(skia_src_path)/gpu/GrCaps.cpp',
87 '<(skia_src_path)/gpu/GrClip.cpp',
88 '<(skia_src_path)/gpu/GrClipStackClip.h', 87 '<(skia_src_path)/gpu/GrClipStackClip.h',
89 '<(skia_src_path)/gpu/GrClipStackClip.cpp', 88 '<(skia_src_path)/gpu/GrClipStackClip.cpp',
90 '<(skia_src_path)/gpu/GrColorSpaceXform.cpp', 89 '<(skia_src_path)/gpu/GrColorSpaceXform.cpp',
91 '<(skia_src_path)/gpu/GrContext.cpp', 90 '<(skia_src_path)/gpu/GrContext.cpp',
92 '<(skia_src_path)/gpu/GrContextPriv.h', 91 '<(skia_src_path)/gpu/GrContextPriv.h',
93 '<(skia_src_path)/gpu/GrCoordTransform.cpp', 92 '<(skia_src_path)/gpu/GrCoordTransform.cpp',
94 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp', 93 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp',
95 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h', 94 '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h',
96 '<(skia_src_path)/gpu/GrDrawContext.cpp', 95 '<(skia_src_path)/gpu/GrDrawContext.cpp',
97 '<(skia_src_path)/gpu/GrDrawContextPriv.h', 96 '<(skia_src_path)/gpu/GrDrawContextPriv.h',
98 '<(skia_src_path)/gpu/GrPathRenderingDrawContext.cpp', 97 '<(skia_src_path)/gpu/GrPathRenderingDrawContext.cpp',
99 '<(skia_src_path)/gpu/GrPathRenderingDrawContext.h', 98 '<(skia_src_path)/gpu/GrPathRenderingDrawContext.h',
100 '<(skia_src_path)/gpu/GrDrawingManager.cpp', 99 '<(skia_src_path)/gpu/GrDrawingManager.cpp',
101 '<(skia_src_path)/gpu/GrDrawingManager.h', 100 '<(skia_src_path)/gpu/GrDrawingManager.h',
102 '<(skia_src_path)/gpu/GrDrawTarget.cpp', 101 '<(skia_src_path)/gpu/GrDrawTarget.cpp',
103 '<(skia_src_path)/gpu/GrDrawTarget.h', 102 '<(skia_src_path)/gpu/GrDrawTarget.h',
103 '<(skia_src_path)/gpu/GrFixedClip.cpp',
104 '<(skia_src_path)/gpu/GrFixedClip.h',
104 '<(skia_src_path)/gpu/GrFragmentProcessor.cpp', 105 '<(skia_src_path)/gpu/GrFragmentProcessor.cpp',
105 '<(skia_src_path)/gpu/GrGeometryProcessor.h', 106 '<(skia_src_path)/gpu/GrGeometryProcessor.h',
106 '<(skia_src_path)/gpu/GrGlyph.h', 107 '<(skia_src_path)/gpu/GrGlyph.h',
107 '<(skia_src_path)/gpu/GrGpu.cpp', 108 '<(skia_src_path)/gpu/GrGpu.cpp',
108 '<(skia_src_path)/gpu/GrGpu.h', 109 '<(skia_src_path)/gpu/GrGpu.h',
109 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h', 110 '<(skia_src_path)/gpu/GrGpuResourceCacheAccess.h',
110 '<(skia_src_path)/gpu/GrGpuCommandBuffer.cpp', 111 '<(skia_src_path)/gpu/GrGpuCommandBuffer.cpp',
111 '<(skia_src_path)/gpu/GrGpuCommandBuffer.h', 112 '<(skia_src_path)/gpu/GrGpuCommandBuffer.h',
112 '<(skia_src_path)/gpu/GrGpuResourcePriv.h', 113 '<(skia_src_path)/gpu/GrGpuResourcePriv.h',
113 '<(skia_src_path)/gpu/GrGpuResource.cpp', 114 '<(skia_src_path)/gpu/GrGpuResource.cpp',
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', 526 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
526 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', 527 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
527 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', 528 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
528 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', 529 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
529 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', 530 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
530 ], 531 ],
531 'skgpu_null_gl_sources': [ 532 'skgpu_null_gl_sources': [
532 ], 533 ],
533 }, 534 },
534 } 535 }
OLDNEW
« no previous file with comments | « gm/texdata.cpp ('k') | include/gpu/GrClip.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698