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

Side by Side Diff: gyp/utils.gypi

Issue 2206663002: Delete SkNinePatch (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Keep in gypi 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 | « no previous file | include/utils/SkNinePatch.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
11 # 11 #
12 { 12 {
13 'sources': [ 13 'sources': [
14 '<(skia_include_path)/utils/SkBoundaryPatch.h', 14 '<(skia_include_path)/utils/SkBoundaryPatch.h',
15 '<(skia_include_path)/utils/SkFrontBufferedStream.h', 15 '<(skia_include_path)/utils/SkFrontBufferedStream.h',
16 '<(skia_include_path)/utils/SkCamera.h', 16 '<(skia_include_path)/utils/SkCamera.h',
17 '<(skia_include_path)/utils/SkCanvasStateUtils.h', 17 '<(skia_include_path)/utils/SkCanvasStateUtils.h',
18 '<(skia_include_path)/utils/SkDumpCanvas.h', 18 '<(skia_include_path)/utils/SkDumpCanvas.h',
19 '<(skia_include_path)/utils/SkEventTracer.h', 19 '<(skia_include_path)/utils/SkEventTracer.h',
20 '<(skia_include_path)/utils/SkInterpolator.h', 20 '<(skia_include_path)/utils/SkInterpolator.h',
21 '<(skia_include_path)/utils/SkLayer.h', 21 '<(skia_include_path)/utils/SkLayer.h',
22 '<(skia_include_path)/utils/SkMeshUtils.h', 22 '<(skia_include_path)/utils/SkMeshUtils.h',
23 '<(skia_include_path)/utils/SkNinePatch.h',
24 '<(skia_include_path)/utils/SkNoSaveLayerCanvas.h', 23 '<(skia_include_path)/utils/SkNoSaveLayerCanvas.h',
25 '<(skia_include_path)/utils/SkNWayCanvas.h', 24 '<(skia_include_path)/utils/SkNWayCanvas.h',
26 '<(skia_include_path)/utils/SkNullCanvas.h', 25 '<(skia_include_path)/utils/SkNullCanvas.h',
27 '<(skia_include_path)/utils/SkPaintFilterCanvas.h', 26 '<(skia_include_path)/utils/SkPaintFilterCanvas.h',
28 '<(skia_include_path)/utils/SkParse.h', 27 '<(skia_include_path)/utils/SkParse.h',
29 '<(skia_include_path)/utils/SkParsePath.h', 28 '<(skia_include_path)/utils/SkParsePath.h',
30 '<(skia_include_path)/utils/SkPictureUtils.h', 29 '<(skia_include_path)/utils/SkPictureUtils.h',
31 '<(skia_include_path)/utils/SkRandom.h', 30 '<(skia_include_path)/utils/SkRandom.h',
32 '<(skia_include_path)/utils/SkRTConf.h', 31 '<(skia_include_path)/utils/SkRTConf.h',
33 '<(skia_include_path)/utils/SkTextBox.h', 32 '<(skia_include_path)/utils/SkTextBox.h',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 111
113 #testing 112 #testing
114 '<(skia_src_path)/fonts/SkGScalerContext.cpp', 113 '<(skia_src_path)/fonts/SkGScalerContext.cpp',
115 '<(skia_src_path)/fonts/SkGScalerContext.h', 114 '<(skia_src_path)/fonts/SkGScalerContext.h',
116 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp', 115 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp',
117 '<(skia_src_path)/fonts/SkRandomScalerContext.h', 116 '<(skia_src_path)/fonts/SkRandomScalerContext.h',
118 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', 117 '<(skia_src_path)/fonts/SkTestScalerContext.cpp',
119 '<(skia_src_path)/fonts/SkTestScalerContext.h', 118 '<(skia_src_path)/fonts/SkTestScalerContext.h',
120 ], 119 ],
121 } 120 }
OLDNEW
« no previous file with comments | « no previous file | include/utils/SkNinePatch.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698