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

Side by Side Diff: gyp/utils.gypi

Issue 338633011: Deprecate SkPicture::clone(). (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add define for chrome Created 6 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
OLDNEW
1 # Include this gypi to include all 'utils' files 1 # Include this gypi to include all 'utils' files
2 # The parent gyp/gypi file must define 2 # The parent gyp/gypi file must define
3 # 'skia_src_path' e.g. skia/trunk/src 3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include 4 # 'skia_include_path' e.g. skia/trunk/include
5 # 5 #
6 # The skia build defines these in common_variables.gypi 6 # The skia build defines these in common_variables.gypi
7 # 7 #
8 { 8 {
9 'sources': [ 9 'sources': [
10 # Classes for a threadpool. 10 # Classes for a threadpool.
11 '<(skia_include_path)/utils/SkCondVar.h', 11 '<(skia_include_path)/utils/SkCondVar.h',
12 '<(skia_include_path)/utils/SkCountdown.h',
13 '<(skia_include_path)/utils/SkRunnable.h', 12 '<(skia_include_path)/utils/SkRunnable.h',
14 '<(skia_include_path)/utils/SkThreadPool.h', 13 '<(skia_include_path)/utils/SkThreadPool.h',
15 '<(skia_src_path)/utils/SkCondVar.cpp', 14 '<(skia_src_path)/utils/SkCondVar.cpp',
16 '<(skia_src_path)/utils/SkCountdown.cpp',
17 15
18 '<(skia_include_path)/utils/SkBoundaryPatch.h', 16 '<(skia_include_path)/utils/SkBoundaryPatch.h',
19 '<(skia_include_path)/utils/SkFrontBufferedStream.h', 17 '<(skia_include_path)/utils/SkFrontBufferedStream.h',
20 '<(skia_include_path)/utils/SkCamera.h', 18 '<(skia_include_path)/utils/SkCamera.h',
21 '<(skia_include_path)/utils/SkCanvasStateUtils.h', 19 '<(skia_include_path)/utils/SkCanvasStateUtils.h',
22 '<(skia_include_path)/utils/SkCubicInterval.h', 20 '<(skia_include_path)/utils/SkCubicInterval.h',
23 '<(skia_include_path)/utils/SkCullPoints.h', 21 '<(skia_include_path)/utils/SkCullPoints.h',
24 '<(skia_include_path)/utils/SkDebugUtils.h', 22 '<(skia_include_path)/utils/SkDebugUtils.h',
25 '<(skia_include_path)/utils/SkDeferredCanvas.h', 23 '<(skia_include_path)/utils/SkDeferredCanvas.h',
26 '<(skia_include_path)/utils/SkDumpCanvas.h', 24 '<(skia_include_path)/utils/SkDumpCanvas.h',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 '<(skia_src_path)/utils/win/SkIStream.cpp', 116 '<(skia_src_path)/utils/win/SkIStream.cpp',
119 '<(skia_src_path)/utils/win/SkWGL_win.cpp', 117 '<(skia_src_path)/utils/win/SkWGL_win.cpp',
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/SkTestScalerContext.cpp', 122 '<(skia_src_path)/fonts/SkTestScalerContext.cpp',
125 '<(skia_src_path)/fonts/SkTestScalerContext.h', 123 '<(skia_src_path)/fonts/SkTestScalerContext.h',
126 ], 124 ],
127 } 125 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698