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

Side by Side Diff: gyp/utils.gypi

Issue 1820433002: Revert of Templatize SkToXXX. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 9 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/core.gypi ('k') | include/core/SkString.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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 '<(skia_src_path)/utils/SkTextureCompressor_Blitter.h', 82 '<(skia_src_path)/utils/SkTextureCompressor_Blitter.h',
83 '<(skia_src_path)/utils/SkTextureCompressor_R11EAC.cpp', 83 '<(skia_src_path)/utils/SkTextureCompressor_R11EAC.cpp',
84 '<(skia_src_path)/utils/SkTextureCompressor_R11EAC.h', 84 '<(skia_src_path)/utils/SkTextureCompressor_R11EAC.h',
85 '<(skia_src_path)/utils/SkTextureCompressor_LATC.cpp', 85 '<(skia_src_path)/utils/SkTextureCompressor_LATC.cpp',
86 '<(skia_src_path)/utils/SkTextureCompressor_LATC.h', 86 '<(skia_src_path)/utils/SkTextureCompressor_LATC.h',
87 '<(skia_src_path)/utils/SkThreadUtils.h', 87 '<(skia_src_path)/utils/SkThreadUtils.h',
88 '<(skia_src_path)/utils/SkThreadUtils_pthread.cpp', 88 '<(skia_src_path)/utils/SkThreadUtils_pthread.cpp',
89 '<(skia_src_path)/utils/SkThreadUtils_pthread.h', 89 '<(skia_src_path)/utils/SkThreadUtils_pthread.h',
90 '<(skia_src_path)/utils/SkThreadUtils_win.cpp', 90 '<(skia_src_path)/utils/SkThreadUtils_win.cpp',
91 '<(skia_src_path)/utils/SkThreadUtils_win.h', 91 '<(skia_src_path)/utils/SkThreadUtils_win.h',
92 '<(skia_src_path)/utils/SkTFitsIn.h',
92 '<(skia_src_path)/utils/SkWhitelistTypefaces.cpp', 93 '<(skia_src_path)/utils/SkWhitelistTypefaces.cpp',
93 94
94 #mac 95 #mac
95 '<(skia_include_path)/utils/mac/SkCGUtils.h', 96 '<(skia_include_path)/utils/mac/SkCGUtils.h',
96 '<(skia_src_path)/utils/mac/SkCreateCGImageRef.cpp', 97 '<(skia_src_path)/utils/mac/SkCreateCGImageRef.cpp',
97 98
98 #windows 99 #windows
99 '<(skia_include_path)/utils/win/SkAutoCoInitialize.h', 100 '<(skia_include_path)/utils/win/SkAutoCoInitialize.h',
100 '<(skia_include_path)/utils/win/SkHRESULT.h', 101 '<(skia_include_path)/utils/win/SkHRESULT.h',
101 '<(skia_include_path)/utils/win/SkIStream.h', 102 '<(skia_include_path)/utils/win/SkIStream.h',
(...skipping 12 matching lines...) Expand all
114 115
115 #testing 116 #testing
116 '<(skia_src_path)/fonts/SkGScalerContext.cpp', 117 '<(skia_src_path)/fonts/SkGScalerContext.cpp',
117 '<(skia_src_path)/fonts/SkGScalerContext.h', 118 '<(skia_src_path)/fonts/SkGScalerContext.h',
118 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp', 119 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp',
119 '<(skia_src_path)/fonts/SkRandomScalerContext.h', 120 '<(skia_src_path)/fonts/SkRandomScalerContext.h',
120 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', 121 '<(skia_src_path)/fonts/SkTestScalerContext.cpp',
121 '<(skia_src_path)/fonts/SkTestScalerContext.h', 122 '<(skia_src_path)/fonts/SkTestScalerContext.h',
122 ], 123 ],
123 } 124 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | include/core/SkString.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698