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

Side by Side Diff: gyp/utils.gypi

Issue 1317913005: whitelist fallback typefaces (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove string change Created 5 years, 3 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
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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 '<(skia_src_path)/utils/SkTextureCompressor_LATC.h', 93 '<(skia_src_path)/utils/SkTextureCompressor_LATC.h',
94 '<(skia_src_path)/utils/SkThreadUtils.h', 94 '<(skia_src_path)/utils/SkThreadUtils.h',
95 '<(skia_src_path)/utils/SkThreadUtils_pthread.cpp', 95 '<(skia_src_path)/utils/SkThreadUtils_pthread.cpp',
96 '<(skia_src_path)/utils/SkThreadUtils_pthread.h', 96 '<(skia_src_path)/utils/SkThreadUtils_pthread.h',
97 '<(skia_src_path)/utils/SkThreadUtils_pthread_linux.cpp', 97 '<(skia_src_path)/utils/SkThreadUtils_pthread_linux.cpp',
98 '<(skia_src_path)/utils/SkThreadUtils_pthread_mach.cpp', 98 '<(skia_src_path)/utils/SkThreadUtils_pthread_mach.cpp',
99 '<(skia_src_path)/utils/SkThreadUtils_pthread_other.cpp', 99 '<(skia_src_path)/utils/SkThreadUtils_pthread_other.cpp',
100 '<(skia_src_path)/utils/SkThreadUtils_win.cpp', 100 '<(skia_src_path)/utils/SkThreadUtils_win.cpp',
101 '<(skia_src_path)/utils/SkThreadUtils_win.h', 101 '<(skia_src_path)/utils/SkThreadUtils_win.h',
102 '<(skia_src_path)/utils/SkTFitsIn.h', 102 '<(skia_src_path)/utils/SkTFitsIn.h',
103 '<(skia_src_path)/utils/SkWhitelistTypefaces.cpp',
103 104
104 #mac 105 #mac
105 '<(skia_include_path)/utils/mac/SkCGUtils.h', 106 '<(skia_include_path)/utils/mac/SkCGUtils.h',
106 '<(skia_src_path)/utils/mac/SkCreateCGImageRef.cpp', 107 '<(skia_src_path)/utils/mac/SkCreateCGImageRef.cpp',
107 108
108 #windows 109 #windows
109 '<(skia_include_path)/utils/win/SkAutoCoInitialize.h', 110 '<(skia_include_path)/utils/win/SkAutoCoInitialize.h',
110 '<(skia_include_path)/utils/win/SkHRESULT.h', 111 '<(skia_include_path)/utils/win/SkHRESULT.h',
111 '<(skia_include_path)/utils/win/SkIStream.h', 112 '<(skia_include_path)/utils/win/SkIStream.h',
112 '<(skia_include_path)/utils/win/SkTScopedComPtr.h', 113 '<(skia_include_path)/utils/win/SkTScopedComPtr.h',
(...skipping 11 matching lines...) Expand all
124 125
125 #testing 126 #testing
126 '<(skia_src_path)/fonts/SkGScalerContext.cpp', 127 '<(skia_src_path)/fonts/SkGScalerContext.cpp',
127 '<(skia_src_path)/fonts/SkGScalerContext.h', 128 '<(skia_src_path)/fonts/SkGScalerContext.h',
128 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp', 129 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp',
129 '<(skia_src_path)/fonts/SkRandomScalerContext.h', 130 '<(skia_src_path)/fonts/SkRandomScalerContext.h',
130 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', 131 '<(skia_src_path)/fonts/SkTestScalerContext.cpp',
131 '<(skia_src_path)/fonts/SkTestScalerContext.h', 132 '<(skia_src_path)/fonts/SkTestScalerContext.h',
132 ], 133 ],
133 } 134 }
OLDNEW
« no previous file with comments | « gyp/tools.gyp ('k') | include/core/SkTypeface.h » ('j') | src/utils/SkWhitelistTypefaces.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698