| 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 25 matching lines...) Expand all Loading... |
| 36 | 36 |
| 37 '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp', | 37 '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp', |
| 38 | 38 |
| 39 '../third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp', | 39 '../third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp', |
| 40 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp', | 40 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp', |
| 41 | 41 |
| 42 '../third_party/skia/src/fonts/SkFontMgr_indirect.cpp', | 42 '../third_party/skia/src/fonts/SkFontMgr_indirect.cpp', |
| 43 '../third_party/skia/src/fonts/SkRemotableFontMgr.cpp', | 43 '../third_party/skia/src/fonts/SkRemotableFontMgr.cpp', |
| 44 '../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp', | 44 '../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp', |
| 45 | 45 |
| 46 '../third_party/skia/src/ports/SkImageGenerator_none.cpp', |
| 47 |
| 46 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', | 48 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', |
| 47 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp', | 49 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp', |
| 48 '../third_party/skia/src/ports/SkFontHost_FreeType_common.h', | 50 '../third_party/skia/src/ports/SkFontHost_FreeType_common.h', |
| 49 '../third_party/skia/src/ports/SkFontConfigParser_android.cpp', | 51 '../third_party/skia/src/ports/SkFontConfigParser_android.cpp', |
| 50 '../third_party/skia/src/ports/SkFontHost_mac.cpp', | 52 '../third_party/skia/src/ports/SkFontHost_mac.cpp', |
| 51 '../third_party/skia/src/ports/SkFontHost_win.cpp', | 53 '../third_party/skia/src/ports/SkFontHost_win.cpp', |
| 52 "../third_party/skia/src/ports/SkFontMgr_android.cpp", | 54 "../third_party/skia/src/ports/SkFontMgr_android.cpp", |
| 53 '../third_party/skia/src/ports/SkFontMgr_win_dw.cpp', | 55 '../third_party/skia/src/ports/SkFontMgr_win_dw.cpp', |
| 54 '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp', | 56 '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp', |
| 55 '../third_party/skia/src/ports/SkOSFile_posix.cpp', | 57 '../third_party/skia/src/ports/SkOSFile_posix.cpp', |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 '../third_party/skia/include/lazy', | 162 '../third_party/skia/include/lazy', |
| 161 '../third_party/skia/include/pathops', | 163 '../third_party/skia/include/pathops', |
| 162 '../third_party/skia/include/pdf', | 164 '../third_party/skia/include/pdf', |
| 163 '../third_party/skia/include/pipe', | 165 '../third_party/skia/include/pipe', |
| 164 '../third_party/skia/include/ports', | 166 '../third_party/skia/include/ports', |
| 165 '../third_party/skia/include/record', | 167 '../third_party/skia/include/record', |
| 166 '../third_party/skia/include/utils', | 168 '../third_party/skia/include/utils', |
| 167 '../third_party/skia/src/core', | 169 '../third_party/skia/src/core', |
| 168 '../third_party/skia/src/opts', | 170 '../third_party/skia/src/opts', |
| 169 '../third_party/skia/src/image', | 171 '../third_party/skia/src/image', |
| 172 '../third_party/skia/src/pdf', |
| 170 '../third_party/skia/src/ports', | 173 '../third_party/skia/src/ports', |
| 171 '../third_party/skia/src/sfnt', | 174 '../third_party/skia/src/sfnt', |
| 172 '../third_party/skia/src/utils', | 175 '../third_party/skia/src/utils', |
| 173 '../third_party/skia/src/lazy', | 176 '../third_party/skia/src/lazy', |
| 174 ], | 177 ], |
| 175 'conditions': [ | 178 'conditions': [ |
| 176 ['skia_support_gpu != 0', { | 179 ['skia_support_gpu != 0', { |
| 177 'includes': [ | 180 'includes': [ |
| 178 '../third_party/skia/gyp/gpu.gypi', | 181 '../third_party/skia/gyp/gpu.gypi', |
| 179 ], | 182 ], |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 '../third_party/skia/include/pdf', | 383 '../third_party/skia/include/pdf', |
| 381 '../third_party/skia/include/gpu', | 384 '../third_party/skia/include/gpu', |
| 382 '../third_party/skia/include/lazy', | 385 '../third_party/skia/include/lazy', |
| 383 '../third_party/skia/include/pathops', | 386 '../third_party/skia/include/pathops', |
| 384 '../third_party/skia/include/pipe', | 387 '../third_party/skia/include/pipe', |
| 385 '../third_party/skia/include/ports', | 388 '../third_party/skia/include/ports', |
| 386 '../third_party/skia/include/utils', | 389 '../third_party/skia/include/utils', |
| 387 ], | 390 ], |
| 388 }, | 391 }, |
| 389 } | 392 } |
| OLD | NEW |