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

Side by Side Diff: gyp/gpu.gypi

Issue 1180713008: Move blend enums into GrBlend.h (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: relative include Created 5 years, 6 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/GrBlend.h » ('j') | include/gpu/GrBlend.h » ('J')
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
11 # 11 #
12 { 12 {
13 'variables': { 13 'variables': {
14 'skgpu_sources': [ 14 'skgpu_sources': [
15 '<(skia_include_path)/gpu/GrBlend.h',
15 '<(skia_include_path)/gpu/GrCaps.h', 16 '<(skia_include_path)/gpu/GrCaps.h',
16 '<(skia_include_path)/gpu/GrClip.h', 17 '<(skia_include_path)/gpu/GrClip.h',
17 '<(skia_include_path)/gpu/GrColor.h', 18 '<(skia_include_path)/gpu/GrColor.h',
18 '<(skia_include_path)/gpu/GrConfig.h', 19 '<(skia_include_path)/gpu/GrConfig.h',
19 '<(skia_include_path)/gpu/GrContextOptions.h', 20 '<(skia_include_path)/gpu/GrContextOptions.h',
20 '<(skia_include_path)/gpu/GrContext.h', 21 '<(skia_include_path)/gpu/GrContext.h',
21 '<(skia_include_path)/gpu/GrCoordTransform.h', 22 '<(skia_include_path)/gpu/GrCoordTransform.h',
22 '<(skia_include_path)/gpu/GrDrawContext.h', 23 '<(skia_include_path)/gpu/GrDrawContext.h',
23 '<(skia_include_path)/gpu/GrFragmentProcessor.h', 24 '<(skia_include_path)/gpu/GrFragmentProcessor.h',
24 '<(skia_include_path)/gpu/GrFragmentStage.h', 25 '<(skia_include_path)/gpu/GrFragmentStage.h',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 '<(skia_src_path)/gpu/GrBatch.cpp', 76 '<(skia_src_path)/gpu/GrBatch.cpp',
76 '<(skia_src_path)/gpu/GrBatch.h', 77 '<(skia_src_path)/gpu/GrBatch.h',
77 '<(skia_src_path)/gpu/GrBatchAtlas.cpp', 78 '<(skia_src_path)/gpu/GrBatchAtlas.cpp',
78 '<(skia_src_path)/gpu/GrBatchAtlas.h', 79 '<(skia_src_path)/gpu/GrBatchAtlas.h',
79 '<(skia_src_path)/gpu/GrBatchFontCache.cpp', 80 '<(skia_src_path)/gpu/GrBatchFontCache.cpp',
80 '<(skia_src_path)/gpu/GrBatchFontCache.h', 81 '<(skia_src_path)/gpu/GrBatchFontCache.h',
81 '<(skia_src_path)/gpu/GrBatchTarget.cpp', 82 '<(skia_src_path)/gpu/GrBatchTarget.cpp',
82 '<(skia_src_path)/gpu/GrBatchTarget.h', 83 '<(skia_src_path)/gpu/GrBatchTarget.h',
83 '<(skia_src_path)/gpu/GrBatchTest.cpp', 84 '<(skia_src_path)/gpu/GrBatchTest.cpp',
84 '<(skia_src_path)/gpu/GrBatchTest.h', 85 '<(skia_src_path)/gpu/GrBatchTest.h',
85 '<(skia_src_path)/gpu/GrBlend.h',
86 '<(skia_src_path)/gpu/GrBlurUtils.cpp', 86 '<(skia_src_path)/gpu/GrBlurUtils.cpp',
87 '<(skia_src_path)/gpu/GrBlurUtils.h', 87 '<(skia_src_path)/gpu/GrBlurUtils.h',
88 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp', 88 '<(skia_src_path)/gpu/GrBufferAllocPool.cpp',
89 '<(skia_src_path)/gpu/GrBufferAllocPool.h', 89 '<(skia_src_path)/gpu/GrBufferAllocPool.h',
90 '<(skia_src_path)/gpu/GrCaps.cpp', 90 '<(skia_src_path)/gpu/GrCaps.cpp',
91 '<(skia_src_path)/gpu/GrClip.cpp', 91 '<(skia_src_path)/gpu/GrClip.cpp',
92 '<(skia_src_path)/gpu/GrClipMaskCache.h', 92 '<(skia_src_path)/gpu/GrClipMaskCache.h',
93 '<(skia_src_path)/gpu/GrClipMaskCache.cpp', 93 '<(skia_src_path)/gpu/GrClipMaskCache.cpp',
94 '<(skia_src_path)/gpu/GrClipMaskManager.h', 94 '<(skia_src_path)/gpu/GrClipMaskManager.h',
95 '<(skia_src_path)/gpu/GrClipMaskManager.cpp', 95 '<(skia_src_path)/gpu/GrClipMaskManager.cpp',
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 421 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
422 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 422 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
423 ], 423 ],
424 'skgpu_null_gl_sources': [ 424 'skgpu_null_gl_sources': [
425 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 425 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
426 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 426 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
427 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 427 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
428 ], 428 ],
429 }, 429 },
430 } 430 }
OLDNEW
« no previous file with comments | « no previous file | include/gpu/GrBlend.h » ('j') | include/gpu/GrBlend.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698