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

Side by Side Diff: gyp/gpu.gypi

Issue 1842363003: Expose GrGLAssembleInterface (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Fix gpu.gypi Created 4 years, 8 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/gl/GrGLAssembleInterface.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 30 matching lines...) Expand all
41 '<(skia_include_path)/gpu/GrTypes.h', 41 '<(skia_include_path)/gpu/GrTypes.h',
42 '<(skia_include_path)/gpu/GrTypesPriv.h', 42 '<(skia_include_path)/gpu/GrTypesPriv.h',
43 '<(skia_include_path)/gpu/GrXferProcessor.h', 43 '<(skia_include_path)/gpu/GrXferProcessor.h',
44 44
45 '<(skia_include_path)/gpu/effects/GrConstColorProcessor.h', 45 '<(skia_include_path)/gpu/effects/GrConstColorProcessor.h',
46 '<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h', 46 '<(skia_include_path)/gpu/effects/GrCoverageSetOpXP.h',
47 '<(skia_include_path)/gpu/effects/GrCustomXfermode.h', 47 '<(skia_include_path)/gpu/effects/GrCustomXfermode.h',
48 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h', 48 '<(skia_include_path)/gpu/effects/GrPorterDuffXferProcessor.h',
49 '<(skia_include_path)/gpu/effects/GrXfermodeFragmentProcessor.h', 49 '<(skia_include_path)/gpu/effects/GrXfermodeFragmentProcessor.h',
50 50
51 '<(skia_include_path)/gpu/gl/GrGLAssembleInterface.h',
51 '<(skia_include_path)/gpu/gl/GrGLConfig.h', 52 '<(skia_include_path)/gpu/gl/GrGLConfig.h',
52 '<(skia_include_path)/gpu/gl/GrGLExtensions.h', 53 '<(skia_include_path)/gpu/gl/GrGLExtensions.h',
53 '<(skia_include_path)/gpu/gl/GrGLFunctions.h', 54 '<(skia_include_path)/gpu/gl/GrGLFunctions.h',
54 '<(skia_include_path)/gpu/gl/GrGLInterface.h', 55 '<(skia_include_path)/gpu/gl/GrGLInterface.h',
55 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h', 56 '<(skia_include_path)/gpu/gl/GrGLSLPrettyPrint.h',
56 '<(skia_include_path)/gpu/gl/GrGLTypes.h', 57 '<(skia_include_path)/gpu/gl/GrGLTypes.h',
57 58
58 # Private includes 59 # Private includes
59 '<(skia_include_path)/private/GrAuditTrail.h', 60 '<(skia_include_path)/private/GrAuditTrail.h',
60 '<(skia_include_path)/private/GrSingleOwner.h', 61 '<(skia_include_path)/private/GrSingleOwner.h',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 '<(skia_src_path)/gpu/text/GrFontScaler.cpp', 304 '<(skia_src_path)/gpu/text/GrFontScaler.cpp',
304 '<(skia_src_path)/gpu/text/GrFontScaler.h', 305 '<(skia_src_path)/gpu/text/GrFontScaler.h',
305 '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.cpp', 306 '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.cpp',
306 '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.h', 307 '<(skia_src_path)/gpu/text/GrStencilAndCoverTextContext.h',
307 '<(skia_src_path)/gpu/text/GrTextBlobCache.cpp', 308 '<(skia_src_path)/gpu/text/GrTextBlobCache.cpp',
308 '<(skia_src_path)/gpu/text/GrTextBlobCache.h', 309 '<(skia_src_path)/gpu/text/GrTextBlobCache.h',
309 '<(skia_src_path)/gpu/text/GrTextUtils.cpp', 310 '<(skia_src_path)/gpu/text/GrTextUtils.cpp',
310 '<(skia_src_path)/gpu/text/GrTextUtils.h', 311 '<(skia_src_path)/gpu/text/GrTextUtils.h',
311 312
312 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp', 313 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.cpp',
313 '<(skia_src_path)/gpu/gl/GrGLAssembleInterface.h',
314 '<(skia_src_path)/gpu/gl/GrGLBuffer.cpp', 314 '<(skia_src_path)/gpu/gl/GrGLBuffer.cpp',
315 '<(skia_src_path)/gpu/gl/GrGLBuffer.h', 315 '<(skia_src_path)/gpu/gl/GrGLBuffer.h',
316 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp', 316 '<(skia_src_path)/gpu/gl/GrGLCaps.cpp',
317 '<(skia_src_path)/gpu/gl/GrGLCaps.h', 317 '<(skia_src_path)/gpu/gl/GrGLCaps.h',
318 '<(skia_src_path)/gpu/gl/GrGLContext.cpp', 318 '<(skia_src_path)/gpu/gl/GrGLContext.cpp',
319 '<(skia_src_path)/gpu/gl/GrGLContext.h', 319 '<(skia_src_path)/gpu/gl/GrGLContext.h',
320 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp', 320 '<(skia_src_path)/gpu/gl/GrGLCreateNativeInterface_none.cpp',
321 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 321 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
322 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp', 322 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_none.cpp',
323 '<(skia_src_path)/gpu/gl/GrGLDefines.h', 323 '<(skia_src_path)/gpu/gl/GrGLDefines.h',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', 496 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
497 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', 497 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
498 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', 498 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
499 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', 499 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
500 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', 500 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
501 ], 501 ],
502 'skgpu_null_gl_sources': [ 502 'skgpu_null_gl_sources': [
503 ], 503 ],
504 }, 504 },
505 } 505 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/gl/GrGLAssembleInterface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698