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

Side by Side Diff: skia/skia_library.gypi

Issue 1304063013: Roll src/third_party/skia c347034:e9c10b9 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « skia/BUILD.gn ('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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 '../third_party/skia/src/ports/SkTLS_pthread.cpp', 56 '../third_party/skia/src/ports/SkTLS_pthread.cpp',
57 '../third_party/skia/src/ports/SkTLS_win.cpp', 57 '../third_party/skia/src/ports/SkTLS_win.cpp',
58 '../third_party/skia/src/ports/SkTypeface_win_dw.cpp', 58 '../third_party/skia/src/ports/SkTypeface_win_dw.cpp',
59 59
60 '../third_party/skia/src/sfnt/SkOTTable_name.cpp', 60 '../third_party/skia/src/sfnt/SkOTTable_name.cpp',
61 '../third_party/skia/src/sfnt/SkOTUtils.cpp', 61 '../third_party/skia/src/sfnt/SkOTUtils.cpp',
62 ], 62 ],
63 63
64 # Exclude all unused files in skia utils.gypi file 64 # Exclude all unused files in skia utils.gypi file
65 'sources!': [ 65 'sources!': [
66 '../third_party/skia/src/utils/SkBitmapRegionCanvas.cpp',
67 '../third_party/skia/src/utils/SkBitmapRegionDecoderInterface.cpp',
68 '../third_party/skia/src/utils/SkBitmapRegionSampler.cpp',
66 '../third_party/skia/src/utils/SkBitmapHasher.cpp', 69 '../third_party/skia/src/utils/SkBitmapHasher.cpp',
67 '../third_party/skia/src/utils/SkBoundaryPatch.cpp', 70 '../third_party/skia/src/utils/SkBoundaryPatch.cpp',
68 '../third_party/skia/src/utils/SkFrontBufferedStream.cpp', 71 '../third_party/skia/src/utils/SkFrontBufferedStream.cpp',
69 '../third_party/skia/src/utils/SkCamera.cpp', 72 '../third_party/skia/src/utils/SkCamera.cpp',
70 '../third_party/skia/src/utils/SkCubicInterval.cpp', 73 '../third_party/skia/src/utils/SkCubicInterval.cpp',
71 '../third_party/skia/src/utils/SkCullPoints.cpp', 74 '../third_party/skia/src/utils/SkCullPoints.cpp',
72 '../third_party/skia/src/utils/SkDumpCanvas.cpp', 75 '../third_party/skia/src/utils/SkDumpCanvas.cpp',
73 '../third_party/skia/src/utils/SkInterpolator.cpp', 76 '../third_party/skia/src/utils/SkInterpolator.cpp',
74 '../third_party/skia/src/utils/SkLayer.cpp', 77 '../third_party/skia/src/utils/SkLayer.cpp',
75 '../third_party/skia/src/utils/SkMD5.cpp', 78 '../third_party/skia/src/utils/SkMD5.cpp',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 '../third_party/skia/include/pdf', 312 '../third_party/skia/include/pdf',
310 '../third_party/skia/include/gpu', 313 '../third_party/skia/include/gpu',
311 '../third_party/skia/include/lazy', 314 '../third_party/skia/include/lazy',
312 '../third_party/skia/include/pathops', 315 '../third_party/skia/include/pathops',
313 '../third_party/skia/include/pipe', 316 '../third_party/skia/include/pipe',
314 '../third_party/skia/include/ports', 317 '../third_party/skia/include/ports',
315 '../third_party/skia/include/utils', 318 '../third_party/skia/include/utils',
316 ], 319 ],
317 }, 320 },
318 } 321 }
OLDNEW
« no previous file with comments | « skia/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698