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

Side by Side Diff: gyp/utils.gypi

Issue 2198933002: Making a sample for shadow maps for more intensive development (Closed) Base URL: https://skia.googlesource.com/skia@shadow-gm
Patch Set: argh fixed utils include error 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 | « gyp/samples.gypi ('k') | samplecode/SampleShadowing.cpp » ('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 'utils' files 5 # Include this gypi to include all 'utils' 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 '<(skia_src_path)/utils/SkPaintFilterCanvas.cpp', 60 '<(skia_src_path)/utils/SkPaintFilterCanvas.cpp',
61 '<(skia_src_path)/utils/SkParse.cpp', 61 '<(skia_src_path)/utils/SkParse.cpp',
62 '<(skia_src_path)/utils/SkParseColor.cpp', 62 '<(skia_src_path)/utils/SkParseColor.cpp',
63 '<(skia_src_path)/utils/SkParsePath.cpp', 63 '<(skia_src_path)/utils/SkParsePath.cpp',
64 '<(skia_src_path)/utils/SkPatchGrid.cpp', 64 '<(skia_src_path)/utils/SkPatchGrid.cpp',
65 '<(skia_src_path)/utils/SkPatchGrid.h', 65 '<(skia_src_path)/utils/SkPatchGrid.h',
66 '<(skia_src_path)/utils/SkPatchUtils.cpp', 66 '<(skia_src_path)/utils/SkPatchUtils.cpp',
67 '<(skia_src_path)/utils/SkPatchUtils.h', 67 '<(skia_src_path)/utils/SkPatchUtils.h',
68 '<(skia_src_path)/utils/SkRGBAToYUV.cpp', 68 '<(skia_src_path)/utils/SkRGBAToYUV.cpp',
69 '<(skia_src_path)/utils/SkRGBAToYUV.h', 69 '<(skia_src_path)/utils/SkRGBAToYUV.h',
70 '<(skia_src_path)/utils/SkShadowPaintFilterCanvas.cpp',
71 '<(skia_src_path)/utils/SkShadowPaintFilterCanvas.h',
70 '<(skia_src_path)/utils/SkTextBox.cpp', 72 '<(skia_src_path)/utils/SkTextBox.cpp',
71 '<(skia_src_path)/utils/SkTextureCompressor.cpp', 73 '<(skia_src_path)/utils/SkTextureCompressor.cpp',
72 '<(skia_src_path)/utils/SkTextureCompressor.h', 74 '<(skia_src_path)/utils/SkTextureCompressor.h',
73 '<(skia_src_path)/utils/SkTextureCompressor_Utils.h', 75 '<(skia_src_path)/utils/SkTextureCompressor_Utils.h',
74 '<(skia_src_path)/utils/SkTextureCompressor_ASTC.cpp', 76 '<(skia_src_path)/utils/SkTextureCompressor_ASTC.cpp',
75 '<(skia_src_path)/utils/SkTextureCompressor_ASTC.h', 77 '<(skia_src_path)/utils/SkTextureCompressor_ASTC.h',
76 '<(skia_src_path)/utils/SkTextureCompressor_Blitter.h', 78 '<(skia_src_path)/utils/SkTextureCompressor_Blitter.h',
77 '<(skia_src_path)/utils/SkTextureCompressor_R11EAC.cpp', 79 '<(skia_src_path)/utils/SkTextureCompressor_R11EAC.cpp',
78 '<(skia_src_path)/utils/SkTextureCompressor_R11EAC.h', 80 '<(skia_src_path)/utils/SkTextureCompressor_R11EAC.h',
79 '<(skia_src_path)/utils/SkTextureCompressor_LATC.cpp', 81 '<(skia_src_path)/utils/SkTextureCompressor_LATC.cpp',
(...skipping 28 matching lines...) Expand all
108 110
109 #testing 111 #testing
110 '<(skia_src_path)/fonts/SkGScalerContext.cpp', 112 '<(skia_src_path)/fonts/SkGScalerContext.cpp',
111 '<(skia_src_path)/fonts/SkGScalerContext.h', 113 '<(skia_src_path)/fonts/SkGScalerContext.h',
112 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp', 114 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp',
113 '<(skia_src_path)/fonts/SkRandomScalerContext.h', 115 '<(skia_src_path)/fonts/SkRandomScalerContext.h',
114 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', 116 '<(skia_src_path)/fonts/SkTestScalerContext.cpp',
115 '<(skia_src_path)/fonts/SkTestScalerContext.h', 117 '<(skia_src_path)/fonts/SkTestScalerContext.h',
116 ], 118 ],
117 } 119 }
OLDNEW
« no previous file with comments | « gyp/samples.gypi ('k') | samplecode/SampleShadowing.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698