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

Side by Side Diff: skia/skia_library.gypi

Issue 199043004: Make PixelRefUtils::GatherDiscardablePixelRefs use Skia's version of the NoSaveLayerCanvas (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed 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 | Annotate | Revision Log
« no previous file with comments | « skia/ext/pixel_ref_utils.cc ('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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 '../third_party/skia/src/ports/SkTLS_win.cpp', 59 '../third_party/skia/src/ports/SkTLS_win.cpp',
60 60
61 '../third_party/skia/src/sfnt/SkOTTable_name.cpp', 61 '../third_party/skia/src/sfnt/SkOTTable_name.cpp',
62 '../third_party/skia/src/sfnt/SkOTTable_name.h', 62 '../third_party/skia/src/sfnt/SkOTTable_name.h',
63 '../third_party/skia/src/sfnt/SkOTUtils.cpp', 63 '../third_party/skia/src/sfnt/SkOTUtils.cpp',
64 '../third_party/skia/src/sfnt/SkOTUtils.h', 64 '../third_party/skia/src/sfnt/SkOTUtils.h',
65 65
66 '../third_party/skia/include/utils/mac/SkCGUtils.h', 66 '../third_party/skia/include/utils/mac/SkCGUtils.h',
67 '../third_party/skia/include/utils/SkDeferredCanvas.h', 67 '../third_party/skia/include/utils/SkDeferredCanvas.h',
68 '../third_party/skia/include/utils/SkMatrix44.h', 68 '../third_party/skia/include/utils/SkMatrix44.h',
69 '../third_party/skia/include/utils/SkNoSaveLayerCanvas.h',
69 '../third_party/skia/src/utils/debugger/SkDebugCanvas.cpp', 70 '../third_party/skia/src/utils/debugger/SkDebugCanvas.cpp',
70 '../third_party/skia/src/utils/debugger/SkDebugCanvas.h', 71 '../third_party/skia/src/utils/debugger/SkDebugCanvas.h',
71 '../third_party/skia/src/utils/debugger/SkDrawCommand.cpp', 72 '../third_party/skia/src/utils/debugger/SkDrawCommand.cpp',
72 '../third_party/skia/src/utils/debugger/SkDrawCommand.h', 73 '../third_party/skia/src/utils/debugger/SkDrawCommand.h',
73 '../third_party/skia/src/utils/debugger/SkObjectParser.cpp', 74 '../third_party/skia/src/utils/debugger/SkObjectParser.cpp',
74 '../third_party/skia/src/utils/debugger/SkObjectParser.h', 75 '../third_party/skia/src/utils/debugger/SkObjectParser.h',
75 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp', 76 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp',
76 '../third_party/skia/src/utils/SkBase64.cpp', 77 '../third_party/skia/src/utils/SkBase64.cpp',
77 '../third_party/skia/src/utils/SkBase64.h', 78 '../third_party/skia/src/utils/SkBase64.h',
78 '../third_party/skia/src/utils/SkBitSet.cpp', 79 '../third_party/skia/src/utils/SkBitSet.cpp',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 '../third_party/skia/include/pdf', 325 '../third_party/skia/include/pdf',
325 '../third_party/skia/include/gpu', 326 '../third_party/skia/include/gpu',
326 '../third_party/skia/include/lazy', 327 '../third_party/skia/include/lazy',
327 '../third_party/skia/include/pathops', 328 '../third_party/skia/include/pathops',
328 '../third_party/skia/include/pipe', 329 '../third_party/skia/include/pipe',
329 '../third_party/skia/include/ports', 330 '../third_party/skia/include/ports',
330 '../third_party/skia/include/utils', 331 '../third_party/skia/include/utils',
331 ], 332 ],
332 }, 333 },
333 } 334 }
OLDNEW
« no previous file with comments | « skia/ext/pixel_ref_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698