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

Side by Side Diff: gyp/utils.gypi

Issue 1513393002: Add ability to extract YUV planes from SkImage (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: gm cleanup Created 4 years, 10 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/gpu.gypi ('k') | include/core/SkImage.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 '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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 '<(skia_src_path)/utils/SkNullCanvas.cpp', 66 '<(skia_src_path)/utils/SkNullCanvas.cpp',
67 '<(skia_src_path)/utils/SkOSFile.cpp', 67 '<(skia_src_path)/utils/SkOSFile.cpp',
68 '<(skia_src_path)/utils/SkPaintFilterCanvas.cpp', 68 '<(skia_src_path)/utils/SkPaintFilterCanvas.cpp',
69 '<(skia_src_path)/utils/SkParse.cpp', 69 '<(skia_src_path)/utils/SkParse.cpp',
70 '<(skia_src_path)/utils/SkParseColor.cpp', 70 '<(skia_src_path)/utils/SkParseColor.cpp',
71 '<(skia_src_path)/utils/SkParsePath.cpp', 71 '<(skia_src_path)/utils/SkParsePath.cpp',
72 '<(skia_src_path)/utils/SkPatchGrid.cpp', 72 '<(skia_src_path)/utils/SkPatchGrid.cpp',
73 '<(skia_src_path)/utils/SkPatchGrid.h', 73 '<(skia_src_path)/utils/SkPatchGrid.h',
74 '<(skia_src_path)/utils/SkPatchUtils.cpp', 74 '<(skia_src_path)/utils/SkPatchUtils.cpp',
75 '<(skia_src_path)/utils/SkPatchUtils.h', 75 '<(skia_src_path)/utils/SkPatchUtils.h',
76 '<(skia_src_path)/utils/SkRGBAToYUV.cpp',
77 '<(skia_src_path)/utils/SkRGBAToYUV.h',
78 '<(skia_src_path)/utils/SkRTConf.cpp',
76 '<(skia_src_path)/utils/SkSHA1.cpp', 79 '<(skia_src_path)/utils/SkSHA1.cpp',
77 '<(skia_src_path)/utils/SkSHA1.h', 80 '<(skia_src_path)/utils/SkSHA1.h',
78 '<(skia_src_path)/utils/SkRTConf.cpp',
79 '<(skia_src_path)/utils/SkTextBox.cpp', 81 '<(skia_src_path)/utils/SkTextBox.cpp',
80 '<(skia_src_path)/utils/SkTextureCompressor.cpp', 82 '<(skia_src_path)/utils/SkTextureCompressor.cpp',
81 '<(skia_src_path)/utils/SkTextureCompressor.h', 83 '<(skia_src_path)/utils/SkTextureCompressor.h',
82 '<(skia_src_path)/utils/SkTextureCompressor_Utils.h', 84 '<(skia_src_path)/utils/SkTextureCompressor_Utils.h',
83 '<(skia_src_path)/utils/SkTextureCompressor_ASTC.cpp', 85 '<(skia_src_path)/utils/SkTextureCompressor_ASTC.cpp',
84 '<(skia_src_path)/utils/SkTextureCompressor_ASTC.h', 86 '<(skia_src_path)/utils/SkTextureCompressor_ASTC.h',
85 '<(skia_src_path)/utils/SkTextureCompressor_Blitter.h', 87 '<(skia_src_path)/utils/SkTextureCompressor_Blitter.h',
86 '<(skia_src_path)/utils/SkTextureCompressor_R11EAC.cpp', 88 '<(skia_src_path)/utils/SkTextureCompressor_R11EAC.cpp',
87 '<(skia_src_path)/utils/SkTextureCompressor_R11EAC.h', 89 '<(skia_src_path)/utils/SkTextureCompressor_R11EAC.h',
88 '<(skia_src_path)/utils/SkTextureCompressor_LATC.cpp', 90 '<(skia_src_path)/utils/SkTextureCompressor_LATC.cpp',
(...skipping 29 matching lines...) Expand all
118 120
119 #testing 121 #testing
120 '<(skia_src_path)/fonts/SkGScalerContext.cpp', 122 '<(skia_src_path)/fonts/SkGScalerContext.cpp',
121 '<(skia_src_path)/fonts/SkGScalerContext.h', 123 '<(skia_src_path)/fonts/SkGScalerContext.h',
122 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp', 124 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp',
123 '<(skia_src_path)/fonts/SkRandomScalerContext.h', 125 '<(skia_src_path)/fonts/SkRandomScalerContext.h',
124 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', 126 '<(skia_src_path)/fonts/SkTestScalerContext.cpp',
125 '<(skia_src_path)/fonts/SkTestScalerContext.h', 127 '<(skia_src_path)/fonts/SkTestScalerContext.h',
126 ], 128 ],
127 } 129 }
OLDNEW
« no previous file with comments | « gyp/gpu.gypi ('k') | include/core/SkImage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698