| 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 10 matching lines...) Expand all Loading... |
| 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 '../third_party/skia/src/core/SkPaintOptionsAndroid.cpp', | 31 |
| 32 | |
| 33 '../third_party/skia/src/ports/SkImageDecoder_empty.cpp', | 32 '../third_party/skia/src/ports/SkImageDecoder_empty.cpp', |
| 34 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp', | 33 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp', |
| 35 '../third_party/skia/src/images/SkScaledBitmapSampler.h', | 34 '../third_party/skia/src/images/SkScaledBitmapSampler.h', |
| 36 | 35 |
| 37 '../third_party/skia/src/opts/opts_check_x86.cpp', | 36 '../third_party/skia/src/opts/opts_check_x86.cpp', |
| 38 | 37 |
| 39 '../third_party/skia/src/ports/SkFontConfigInterface_android.cpp', | 38 '../third_party/skia/src/ports/SkFontConfigInterface_android.cpp', |
| 40 '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp', | 39 '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp', |
| 41 | 40 |
| 42 '../third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp', | 41 '../third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp', |
| (...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 '../third_party/skia/include/pdf', | 380 '../third_party/skia/include/pdf', |
| 382 '../third_party/skia/include/gpu', | 381 '../third_party/skia/include/gpu', |
| 383 '../third_party/skia/include/lazy', | 382 '../third_party/skia/include/lazy', |
| 384 '../third_party/skia/include/pathops', | 383 '../third_party/skia/include/pathops', |
| 385 '../third_party/skia/include/pipe', | 384 '../third_party/skia/include/pipe', |
| 386 '../third_party/skia/include/ports', | 385 '../third_party/skia/include/ports', |
| 387 '../third_party/skia/include/utils', | 386 '../third_party/skia/include/utils', |
| 388 ], | 387 ], |
| 389 }, | 388 }, |
| 390 } | 389 } |
| OLD | NEW |