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

Side by Side Diff: skia/skia_library.gypi

Issue 23789003: Switch AwPixelInfo to wrap SkCanvasLayerState (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clang Created 7 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « android_webview/public/browser/draw_sw.h ('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 'dependencies': [ 10 'dependencies': [
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 '../third_party/skia/src/utils/debugger/SkDebugCanvas.h', 116 '../third_party/skia/src/utils/debugger/SkDebugCanvas.h',
117 '../third_party/skia/src/utils/debugger/SkDrawCommand.cpp', 117 '../third_party/skia/src/utils/debugger/SkDrawCommand.cpp',
118 '../third_party/skia/src/utils/debugger/SkDrawCommand.h', 118 '../third_party/skia/src/utils/debugger/SkDrawCommand.h',
119 '../third_party/skia/src/utils/debugger/SkObjectParser.cpp', 119 '../third_party/skia/src/utils/debugger/SkObjectParser.cpp',
120 '../third_party/skia/src/utils/debugger/SkObjectParser.h', 120 '../third_party/skia/src/utils/debugger/SkObjectParser.h',
121 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp', 121 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp',
122 '../third_party/skia/src/utils/SkBase64.cpp', 122 '../third_party/skia/src/utils/SkBase64.cpp',
123 '../third_party/skia/src/utils/SkBase64.h', 123 '../third_party/skia/src/utils/SkBase64.h',
124 '../third_party/skia/src/utils/SkBitSet.cpp', 124 '../third_party/skia/src/utils/SkBitSet.cpp',
125 '../third_party/skia/src/utils/SkBitSet.h', 125 '../third_party/skia/src/utils/SkBitSet.h',
126 '../third_party/skia/src/utils/SkCanvasStack.cpp',
127 '../third_party/skia/src/utils/SkCanvasStateUtils.cpp',
126 '../third_party/skia/src/utils/SkDeferredCanvas.cpp', 128 '../third_party/skia/src/utils/SkDeferredCanvas.cpp',
127 '../third_party/skia/src/utils/SkMatrix44.cpp', 129 '../third_party/skia/src/utils/SkMatrix44.cpp',
128 '../third_party/skia/src/utils/SkNullCanvas.cpp', 130 '../third_party/skia/src/utils/SkNullCanvas.cpp',
129 '../third_party/skia/include/utils/SkNWayCanvas.h', 131 '../third_party/skia/include/utils/SkNWayCanvas.h',
130 '../third_party/skia/src/utils/SkNWayCanvas.cpp', 132 '../third_party/skia/src/utils/SkNWayCanvas.cpp',
131 '../third_party/skia/src/utils/SkPictureUtils.cpp', 133 '../third_party/skia/src/utils/SkPictureUtils.cpp',
132 '../third_party/skia/src/utils/SkProxyCanvas.cpp', 134 '../third_party/skia/src/utils/SkProxyCanvas.cpp',
133 '../third_party/skia/src/utils/SkRTConf.cpp', 135 '../third_party/skia/src/utils/SkRTConf.cpp',
134 '../third_party/skia/include/utils/SkRTConf.h', 136 '../third_party/skia/include/utils/SkRTConf.h',
135 '../third_party/skia/src/utils/win/SkDWriteFontFileStream.cpp', 137 '../third_party/skia/src/utils/win/SkDWriteFontFileStream.cpp',
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 '../third_party/skia/include/pathops', 464 '../third_party/skia/include/pathops',
463 '../third_party/skia/include/pipe', 465 '../third_party/skia/include/pipe',
464 '../third_party/skia/include/ports', 466 '../third_party/skia/include/ports',
465 '../third_party/skia/include/utils', 467 '../third_party/skia/include/utils',
466 ], 468 ],
467 'defines': [ 469 'defines': [
468 '<@(skia_export_defines)', 470 '<@(skia_export_defines)',
469 ], 471 ],
470 }, 472 },
471 } 473 }
OLDNEW
« no previous file with comments | « android_webview/public/browser/draw_sw.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698