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

Side by Side Diff: skia/skia_library.gypi

Issue 537363002: Skia roll 0c88d82:a17aac8 with fixed build exclusions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 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 10 matching lines...) Expand all
21 '../third_party/skia/gyp/core.gypi', 21 '../third_party/skia/gyp/core.gypi',
22 '../third_party/skia/gyp/effects.gypi', 22 '../third_party/skia/gyp/effects.gypi',
23 '../third_party/skia/gyp/pdf.gypi', 23 '../third_party/skia/gyp/pdf.gypi',
24 '../third_party/skia/gyp/record.gypi', 24 '../third_party/skia/gyp/record.gypi',
25 '../third_party/skia/gyp/utils.gypi', 25 '../third_party/skia/gyp/utils.gypi',
26 ], 26 ],
27 27
28 'sources': [ 28 'sources': [
29 # this should likely be moved into src/utils in skia 29 # this should likely be moved into src/utils in skia
30 '../third_party/skia/src/core/SkFlate.cpp', 30 '../third_party/skia/src/core/SkFlate.cpp',
31 31
32 '../third_party/skia/src/ports/SkImageDecoder_empty.cpp', 32 '../third_party/skia/src/ports/SkImageDecoder_empty.cpp',
33 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp', 33 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp',
34 '../third_party/skia/src/images/SkScaledBitmapSampler.h', 34 '../third_party/skia/src/images/SkScaledBitmapSampler.h',
35 35
36 '../third_party/skia/src/opts/opts_check_x86.cpp', 36 '../third_party/skia/src/opts/opts_check_x86.cpp',
37 37
38 '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp', 38 '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp',
39 39
40 '../third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp', 40 '../third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp',
41 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp', 41 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 '../third_party/skia/include/ports/SkFontConfigInterface.h', 82 '../third_party/skia/include/ports/SkFontConfigInterface.h',
83 '../third_party/skia/include/ports/SkFontMgr.h', 83 '../third_party/skia/include/ports/SkFontMgr.h',
84 '../third_party/skia/include/ports/SkFontMgr_indirect.h', 84 '../third_party/skia/include/ports/SkFontMgr_indirect.h',
85 '../third_party/skia/include/ports/SkFontStyle.h', 85 '../third_party/skia/include/ports/SkFontStyle.h',
86 '../third_party/skia/include/ports/SkRemotableFontMgr.h', 86 '../third_party/skia/include/ports/SkRemotableFontMgr.h',
87 '../third_party/skia/include/ports/SkTypeface_win.h', 87 '../third_party/skia/include/ports/SkTypeface_win.h',
88 ], 88 ],
89 89
90 # Exclude all unused files in skia utils.gypi file 90 # Exclude all unused files in skia utils.gypi file
91 'sources!': [ 91 'sources!': [
92 '../third_party/skia/include/utils/SkCondVar.h',
93 '../third_party/skia/include/utils/SkCountdown.h',
94 '../third_party/skia/include/utils/SkRunnable.h',
95 '../third_party/skia/include/utils/SkThreadPool.h',
96 '../third_party/skia/src/utils/SkCondVar.cpp', 92 '../third_party/skia/src/utils/SkCondVar.cpp',
97 '../third_party/skia/src/utils/SkCountdown.cpp', 93 '../third_party/skia/src/utils/SkCondVar.h',
94 '../third_party/skia/src/utils/SkRunnable.h',
98 95
99 '../third_party/skia/include/utils/SkBoundaryPatch.h', 96 '../third_party/skia/include/utils/SkBoundaryPatch.h',
100 '../third_party/skia/include/utils/SkFrontBufferedStream.h', 97 '../third_party/skia/include/utils/SkFrontBufferedStream.h',
101 '../third_party/skia/include/utils/SkCamera.h', 98 '../third_party/skia/include/utils/SkCamera.h',
102 '../third_party/skia/include/utils/SkCanvasStateUtils.h', 99 '../third_party/skia/include/utils/SkCanvasStateUtils.h',
103 '../third_party/skia/include/utils/SkCubicInterval.h', 100 '../third_party/skia/include/utils/SkCubicInterval.h',
104 '../third_party/skia/include/utils/SkCullPoints.h', 101 '../third_party/skia/include/utils/SkCullPoints.h',
105 '../third_party/skia/include/utils/SkDebugUtils.h', 102 '../third_party/skia/include/utils/SkDebugUtils.h',
106 '../third_party/skia/include/utils/SkDumpCanvas.h', 103 '../third_party/skia/include/utils/SkDumpCanvas.h',
107 '../third_party/skia/include/utils/SkEventTracer.h', 104 '../third_party/skia/include/utils/SkEventTracer.h',
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 '../third_party/skia/include/pdf', 376 '../third_party/skia/include/pdf',
380 '../third_party/skia/include/gpu', 377 '../third_party/skia/include/gpu',
381 '../third_party/skia/include/lazy', 378 '../third_party/skia/include/lazy',
382 '../third_party/skia/include/pathops', 379 '../third_party/skia/include/pathops',
383 '../third_party/skia/include/pipe', 380 '../third_party/skia/include/pipe',
384 '../third_party/skia/include/ports', 381 '../third_party/skia/include/ports',
385 '../third_party/skia/include/utils', 382 '../third_party/skia/include/utils',
386 ], 383 ],
387 }, 384 },
388 } 385 }
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