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

Side by Side Diff: gyp/utils.gypi

Issue 1704783002: Delete dead code. SkBitmapHasher has not been used since gm. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | « gm/gm_expectations.h ('k') | src/utils/SkBitmapHasher.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 17 matching lines...) Expand all
28 '<(skia_include_path)/utils/SkPaintFilterCanvas.h', 28 '<(skia_include_path)/utils/SkPaintFilterCanvas.h',
29 '<(skia_include_path)/utils/SkParse.h', 29 '<(skia_include_path)/utils/SkParse.h',
30 '<(skia_include_path)/utils/SkParsePath.h', 30 '<(skia_include_path)/utils/SkParsePath.h',
31 '<(skia_include_path)/utils/SkPictureUtils.h', 31 '<(skia_include_path)/utils/SkPictureUtils.h',
32 '<(skia_include_path)/utils/SkRandom.h', 32 '<(skia_include_path)/utils/SkRandom.h',
33 '<(skia_include_path)/utils/SkRTConf.h', 33 '<(skia_include_path)/utils/SkRTConf.h',
34 '<(skia_include_path)/utils/SkTextBox.h', 34 '<(skia_include_path)/utils/SkTextBox.h',
35 35
36 '<(skia_src_path)/utils/SkBase64.cpp', 36 '<(skia_src_path)/utils/SkBase64.cpp',
37 '<(skia_src_path)/utils/SkBase64.h', 37 '<(skia_src_path)/utils/SkBase64.h',
38 '<(skia_src_path)/utils/SkBitmapHasher.cpp',
39 '<(skia_src_path)/utils/SkBitmapHasher.h',
40 '<(skia_src_path)/utils/SkBitmapSourceDeserializer.cpp', 38 '<(skia_src_path)/utils/SkBitmapSourceDeserializer.cpp',
41 '<(skia_src_path)/utils/SkBitmapSourceDeserializer.h', 39 '<(skia_src_path)/utils/SkBitmapSourceDeserializer.h',
42 '<(skia_src_path)/utils/SkBitSet.cpp', 40 '<(skia_src_path)/utils/SkBitSet.cpp',
43 '<(skia_src_path)/utils/SkBitSet.h', 41 '<(skia_src_path)/utils/SkBitSet.h',
44 '<(skia_src_path)/utils/SkBoundaryPatch.cpp', 42 '<(skia_src_path)/utils/SkBoundaryPatch.cpp',
45 '<(skia_src_path)/utils/SkFrontBufferedStream.cpp', 43 '<(skia_src_path)/utils/SkFrontBufferedStream.cpp',
46 '<(skia_src_path)/utils/SkCamera.cpp', 44 '<(skia_src_path)/utils/SkCamera.cpp',
47 '<(skia_src_path)/utils/SkCanvasStack.h', 45 '<(skia_src_path)/utils/SkCanvasStack.h',
48 '<(skia_src_path)/utils/SkCanvasStack.cpp', 46 '<(skia_src_path)/utils/SkCanvasStack.cpp',
49 '<(skia_src_path)/utils/SkCanvasStateUtils.cpp', 47 '<(skia_src_path)/utils/SkCanvasStateUtils.cpp',
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 118
121 #testing 119 #testing
122 '<(skia_src_path)/fonts/SkGScalerContext.cpp', 120 '<(skia_src_path)/fonts/SkGScalerContext.cpp',
123 '<(skia_src_path)/fonts/SkGScalerContext.h', 121 '<(skia_src_path)/fonts/SkGScalerContext.h',
124 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp', 122 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp',
125 '<(skia_src_path)/fonts/SkRandomScalerContext.h', 123 '<(skia_src_path)/fonts/SkRandomScalerContext.h',
126 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', 124 '<(skia_src_path)/fonts/SkTestScalerContext.cpp',
127 '<(skia_src_path)/fonts/SkTestScalerContext.h', 125 '<(skia_src_path)/fonts/SkTestScalerContext.h',
128 ], 126 ],
129 } 127 }
OLDNEW
« no previous file with comments | « gm/gm_expectations.h ('k') | src/utils/SkBitmapHasher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698