| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |