OLD | NEW |
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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 '../third_party/skia/include/utils/SkDumpCanvas.h', | 98 '../third_party/skia/include/utils/SkDumpCanvas.h', |
99 '../third_party/skia/include/utils/SkEventTracer.h', | 99 '../third_party/skia/include/utils/SkEventTracer.h', |
100 '../third_party/skia/include/utils/SkInterpolator.h', | 100 '../third_party/skia/include/utils/SkInterpolator.h', |
101 '../third_party/skia/include/utils/SkLayer.h', | 101 '../third_party/skia/include/utils/SkLayer.h', |
102 '../third_party/skia/include/utils/SkMeshUtils.h', | 102 '../third_party/skia/include/utils/SkMeshUtils.h', |
103 '../third_party/skia/include/utils/SkNinePatch.h', | 103 '../third_party/skia/include/utils/SkNinePatch.h', |
104 '../third_party/skia/include/utils/SkParse.h', | 104 '../third_party/skia/include/utils/SkParse.h', |
105 '../third_party/skia/include/utils/SkParsePaint.h', | 105 '../third_party/skia/include/utils/SkParsePaint.h', |
106 '../third_party/skia/include/utils/SkParsePath.h', | 106 '../third_party/skia/include/utils/SkParsePath.h', |
107 '../third_party/skia/include/utils/SkRandom.h', | 107 '../third_party/skia/include/utils/SkRandom.h', |
108 '../third_party/skia/include/utils/SkWGL.h', | |
109 | 108 |
110 '../third_party/skia/src/utils/SkBitmapHasher.cpp', | 109 '../third_party/skia/src/utils/SkBitmapHasher.cpp', |
111 '../third_party/skia/src/utils/SkBitmapHasher.h', | 110 '../third_party/skia/src/utils/SkBitmapHasher.h', |
112 '../third_party/skia/src/utils/SkBoundaryPatch.cpp', | 111 '../third_party/skia/src/utils/SkBoundaryPatch.cpp', |
113 '../third_party/skia/src/utils/SkFrontBufferedStream.cpp', | 112 '../third_party/skia/src/utils/SkFrontBufferedStream.cpp', |
114 '../third_party/skia/src/utils/SkCamera.cpp', | 113 '../third_party/skia/src/utils/SkCamera.cpp', |
115 '../third_party/skia/src/utils/SkCanvasStack.h', | 114 '../third_party/skia/src/utils/SkCanvasStack.h', |
116 '../third_party/skia/src/utils/SkCubicInterval.cpp', | 115 '../third_party/skia/src/utils/SkCubicInterval.cpp', |
117 '../third_party/skia/src/utils/SkCullPoints.cpp', | 116 '../third_party/skia/src/utils/SkCullPoints.cpp', |
118 '../third_party/skia/src/utils/SkDumpCanvas.cpp', | 117 '../third_party/skia/src/utils/SkDumpCanvas.cpp', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 '<@(skgpu_null_gl_sources)', | 181 '<@(skgpu_null_gl_sources)', |
183 '<@(skgpu_sources)', | 182 '<@(skgpu_sources)', |
184 ], | 183 ], |
185 'include_dirs': [ | 184 'include_dirs': [ |
186 '../third_party/skia/include/gpu', | 185 '../third_party/skia/include/gpu', |
187 '../third_party/skia/src/gpu', | 186 '../third_party/skia/src/gpu', |
188 ], | 187 ], |
189 }], | 188 }], |
190 ['skia_support_pdf == 0', { | 189 ['skia_support_pdf == 0', { |
191 'sources/': [ | 190 'sources/': [ |
192 ['exclude', '../third_party/skia/src/pdf/'] | 191 ['exclude', '../third_party/skia/src/doc/SkDocument_PDF.cpp'], |
| 192 ['exclude', '../third_party/skia/src/pdf/'], |
193 ], | 193 ], |
194 }], | 194 }], |
195 ['skia_support_pdf == 1', { | 195 ['skia_support_pdf == 1', { |
196 'dependencies': [ | 196 'dependencies': [ |
197 '../third_party/sfntly/sfntly.gyp:sfntly', | 197 '../third_party/sfntly/sfntly.gyp:sfntly', |
198 ], | 198 ], |
199 }], | 199 }], |
200 | 200 |
201 [ 'OS == "win"', { | 201 [ 'OS == "win"', { |
202 'sources!': [ | 202 'sources!': [ |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
373 '../third_party/skia/include/pdf', | 373 '../third_party/skia/include/pdf', |
374 '../third_party/skia/include/gpu', | 374 '../third_party/skia/include/gpu', |
375 '../third_party/skia/include/lazy', | 375 '../third_party/skia/include/lazy', |
376 '../third_party/skia/include/pathops', | 376 '../third_party/skia/include/pathops', |
377 '../third_party/skia/include/pipe', | 377 '../third_party/skia/include/pipe', |
378 '../third_party/skia/include/ports', | 378 '../third_party/skia/include/ports', |
379 '../third_party/skia/include/utils', | 379 '../third_party/skia/include/utils', |
380 ], | 380 ], |
381 }, | 381 }, |
382 } | 382 } |
OLD | NEW |