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

Side by Side Diff: gyp/utils.gypi

Issue 1260473004: Adding debug SkScalerContext which returns random mask formats (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 5 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/core/SkTypeface.h » ('j') | src/core/SkGlyph.h » ('J')
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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.cpp', 120 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.cpp',
121 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h', 121 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h',
122 '<(skia_src_path)/utils/win/SkHRESULT.cpp', 122 '<(skia_src_path)/utils/win/SkHRESULT.cpp',
123 '<(skia_src_path)/utils/win/SkIStream.cpp', 123 '<(skia_src_path)/utils/win/SkIStream.cpp',
124 '<(skia_src_path)/utils/win/SkWGL.h', 124 '<(skia_src_path)/utils/win/SkWGL.h',
125 '<(skia_src_path)/utils/win/SkWGL_win.cpp', 125 '<(skia_src_path)/utils/win/SkWGL_win.cpp',
126 126
127 #testing 127 #testing
128 '<(skia_src_path)/fonts/SkGScalerContext.cpp', 128 '<(skia_src_path)/fonts/SkGScalerContext.cpp',
129 '<(skia_src_path)/fonts/SkGScalerContext.h', 129 '<(skia_src_path)/fonts/SkGScalerContext.h',
130 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp',
131 '<(skia_src_path)/fonts/SkRandomScalerContext.h',
130 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', 132 '<(skia_src_path)/fonts/SkTestScalerContext.cpp',
131 '<(skia_src_path)/fonts/SkTestScalerContext.h', 133 '<(skia_src_path)/fonts/SkTestScalerContext.h',
132 ], 134 ],
133 } 135 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkTypeface.h » ('j') | src/core/SkGlyph.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698