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

Side by Side Diff: gyp/public_headers.gypi

Issue 196133033: replace old SK_TRACE_EVENT macros with new TRACE_EVENT ones (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove old trace events Created 6 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/config/SkUserConfig.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 # 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'core/SkString.h', 252 'core/SkString.h',
253 'core/SkPixelRef.h', 253 'core/SkPixelRef.h',
254 'core/SkSize.h', 254 'core/SkSize.h',
255 'core/SkEmptyShader.h', 255 'core/SkEmptyShader.h',
256 'core/SkSurface.h', 256 'core/SkSurface.h',
257 'core/SkPostConfig.h', 257 'core/SkPostConfig.h',
258 'core/SkShader.h', 258 'core/SkShader.h',
259 'core/SkWriter32.h', 259 'core/SkWriter32.h',
260 'core/SkError.h', 260 'core/SkError.h',
261 'core/SkPath.h', 261 'core/SkPath.h',
262 'core/SkTrace.h',
263 'core/SkUnitMapper.h', 262 'core/SkUnitMapper.h',
264 'core/SkFlattenable.h', 263 'core/SkFlattenable.h',
265 'core/SkTSearch.h', 264 'core/SkTSearch.h',
266 'core/SkRect.h', 265 'core/SkRect.h',
267 'pathops/SkPathOps.h', 266 'pathops/SkPathOps.h',
268 'views/SkTouchGesture.h', 267 'views/SkTouchGesture.h',
269 'views/SkEvent.h', 268 'views/SkEvent.h',
270 'views/SkOSWindow_NaCl.h', 269 'views/SkOSWindow_NaCl.h',
271 'views/SkTextBox.h', 270 'views/SkTextBox.h',
272 'views/SkViewInflate.h', 271 'views/SkViewInflate.h',
(...skipping 17 matching lines...) Expand all
290 'views/unix/XkeysToSkKeys.h', 289 'views/unix/XkeysToSkKeys.h',
291 'views/SkKey.h', 290 'views/SkKey.h',
292 'views/SkView.h', 291 'views/SkView.h',
293 'views/SkOSMenu.h', 292 'views/SkOSMenu.h',
294 'views/SkOSWindow_Unix.h', 293 'views/SkOSWindow_Unix.h',
295 'views/SkWidget.h', 294 'views/SkWidget.h',
296 'views/SkOSWindow_Win.h', 295 'views/SkOSWindow_Win.h',
297 ], 296 ],
298 }, 297 },
299 } 298 }
OLDNEW
« no previous file with comments | « gyp/core.gypi ('k') | include/config/SkUserConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698