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

Side by Side Diff: gyp/public_headers.gypi

Issue 359183002: Remove now-nonexistent SkCountdown.h from public_headers. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Include this gypi to include all public header files that exist in the 1 # Include this gypi to include all public header files that exist in the
2 # include directory. 2 # include directory.
3 # 3 #
4 # The list is computed by running 'find include -name *.h' in the root dir of 4 # The list is computed by running 'find include -name *.h' in the root dir of
5 # the project. 5 # the project.
6 # 6 #
7 { 7 {
8 'variables': { 8 'variables': {
9 'header_filenames': [ 9 'header_filenames': [
10 'pdf/SkPDFDevice.h', 10 'pdf/SkPDFDevice.h',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'utils/win/SkIStream.h', 112 'utils/win/SkIStream.h',
113 'utils/win/SkTScopedComPtr.h', 113 'utils/win/SkTScopedComPtr.h',
114 'utils/SkBoundaryPatch.h', 114 'utils/SkBoundaryPatch.h',
115 'utils/SkPictureUtils.h', 115 'utils/SkPictureUtils.h',
116 'utils/SkRandom.h', 116 'utils/SkRandom.h',
117 'utils/SkMeshUtils.h', 117 'utils/SkMeshUtils.h',
118 'utils/SkCullPoints.h', 118 'utils/SkCullPoints.h',
119 'utils/SkCamera.h', 119 'utils/SkCamera.h',
120 'utils/SkLua.h', 120 'utils/SkLua.h',
121 'utils/SkParsePaint.h', 121 'utils/SkParsePaint.h',
122 'utils/SkCountdown.h',
123 'utils/SkRunnable.h', 122 'utils/SkRunnable.h',
124 'utils/SkParse.h', 123 'utils/SkParse.h',
125 'utils/SkThreadPool.h', 124 'utils/SkThreadPool.h',
126 'utils/SkMatrix44.h', 125 'utils/SkMatrix44.h',
127 'utils/SkInterpolator.h', 126 'utils/SkInterpolator.h',
128 'utils/SkWGL.h', 127 'utils/SkWGL.h',
129 'utils/SkDumpCanvas.h', 128 'utils/SkDumpCanvas.h',
130 'utils/SkRTConf.h', 129 'utils/SkRTConf.h',
131 'utils/SkCubicInterval.h', 130 'utils/SkCubicInterval.h',
132 'utils/SkLuaCanvas.h', 131 'utils/SkLuaCanvas.h',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'views/unix/XkeysToSkKeys.h', 278 'views/unix/XkeysToSkKeys.h',
280 'views/SkKey.h', 279 'views/SkKey.h',
281 'views/SkView.h', 280 'views/SkView.h',
282 'views/SkOSMenu.h', 281 'views/SkOSMenu.h',
283 'views/SkOSWindow_Unix.h', 282 'views/SkOSWindow_Unix.h',
284 'views/SkWidget.h', 283 'views/SkWidget.h',
285 'views/SkOSWindow_Win.h', 284 'views/SkOSWindow_Win.h',
286 ], 285 ],
287 }, 286 },
288 } 287 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698