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

Side by Side Diff: skia/skia_library.gypi

Issue 153063002: plumbing for skia trace events into Chrome's about://tracing framework (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explicitly mark the init function as SK_API for dll export Created 6 years, 10 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 | « skia/skia_chrome.gypi ('k') | 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 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 5
6 # This gypi file contains the Skia library. 6 # This gypi file contains the Skia library.
7 # In component mode (shared_lib) it is folded into a single shared library with 7 # In component mode (shared_lib) it is folded into a single shared library with
8 # the Chrome-specific enhancements but in all other cases it is a separate lib. 8 # the Chrome-specific enhancements but in all other cases it is a separate lib.
9 9
10 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 10 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 '../third_party/skia/src/utils/debugger/SkDrawCommand.h', 72 '../third_party/skia/src/utils/debugger/SkDrawCommand.h',
73 '../third_party/skia/src/utils/debugger/SkObjectParser.cpp', 73 '../third_party/skia/src/utils/debugger/SkObjectParser.cpp',
74 '../third_party/skia/src/utils/debugger/SkObjectParser.h', 74 '../third_party/skia/src/utils/debugger/SkObjectParser.h',
75 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp', 75 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp',
76 '../third_party/skia/src/utils/SkBase64.cpp', 76 '../third_party/skia/src/utils/SkBase64.cpp',
77 '../third_party/skia/src/utils/SkBase64.h', 77 '../third_party/skia/src/utils/SkBase64.h',
78 '../third_party/skia/src/utils/SkBitSet.cpp', 78 '../third_party/skia/src/utils/SkBitSet.cpp',
79 '../third_party/skia/src/utils/SkBitSet.h', 79 '../third_party/skia/src/utils/SkBitSet.h',
80 '../third_party/skia/src/utils/SkCanvasStack.cpp', 80 '../third_party/skia/src/utils/SkCanvasStack.cpp',
81 '../third_party/skia/src/utils/SkCanvasStateUtils.cpp', 81 '../third_party/skia/src/utils/SkCanvasStateUtils.cpp',
82 '../third_party/skia/src/utils/SkEventTracer.cpp',
82 '../third_party/skia/src/utils/SkDeferredCanvas.cpp', 83 '../third_party/skia/src/utils/SkDeferredCanvas.cpp',
83 '../third_party/skia/src/utils/SkMatrix44.cpp', 84 '../third_party/skia/src/utils/SkMatrix44.cpp',
84 '../third_party/skia/src/utils/SkNullCanvas.cpp', 85 '../third_party/skia/src/utils/SkNullCanvas.cpp',
85 '../third_party/skia/include/utils/SkNWayCanvas.h', 86 '../third_party/skia/include/utils/SkNWayCanvas.h',
86 '../third_party/skia/src/utils/SkNWayCanvas.cpp', 87 '../third_party/skia/src/utils/SkNWayCanvas.cpp',
87 '../third_party/skia/src/utils/SkPictureUtils.cpp', 88 '../third_party/skia/src/utils/SkPictureUtils.cpp',
88 '../third_party/skia/src/utils/SkProxyCanvas.cpp', 89 '../third_party/skia/src/utils/SkProxyCanvas.cpp',
89 '../third_party/skia/src/utils/SkRTConf.cpp', 90 '../third_party/skia/src/utils/SkRTConf.cpp',
90 '../third_party/skia/include/utils/SkRTConf.h', 91 '../third_party/skia/include/utils/SkRTConf.h',
91 '../third_party/skia/src/utils/win/SkDWriteFontFileStream.cpp', 92 '../third_party/skia/src/utils/win/SkDWriteFontFileStream.cpp',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 '../third_party/skia/include/pdf', 324 '../third_party/skia/include/pdf',
324 '../third_party/skia/include/gpu', 325 '../third_party/skia/include/gpu',
325 '../third_party/skia/include/lazy', 326 '../third_party/skia/include/lazy',
326 '../third_party/skia/include/pathops', 327 '../third_party/skia/include/pathops',
327 '../third_party/skia/include/pipe', 328 '../third_party/skia/include/pipe',
328 '../third_party/skia/include/ports', 329 '../third_party/skia/include/ports',
329 '../third_party/skia/include/utils', 330 '../third_party/skia/include/utils',
330 ], 331 ],
331 }, 332 },
332 } 333 }
OLDNEW
« no previous file with comments | « skia/skia_chrome.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698