| 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 PDFium-specific enhancements but in all other cases it is a separate lib. | 8 # the PDFium-specific enhancements but in all other cases it is a separate lib. |
| 9 | 9 |
| 10 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 10 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 '../third_party/skia/src/ports/SkOSFile_posix.cpp', | 253 '../third_party/skia/src/ports/SkOSFile_posix.cpp', |
| 254 '../third_party/skia/src/ports/SkTime_Unix.cpp', | 254 '../third_party/skia/src/ports/SkTime_Unix.cpp', |
| 255 '../third_party/skia/src/ports/SkTLS_pthread.cpp', | 255 '../third_party/skia/src/ports/SkTLS_pthread.cpp', |
| 256 ], | 256 ], |
| 257 'include_dirs': [ | 257 'include_dirs': [ |
| 258 '../third_party/skia/include/utils/win', | 258 '../third_party/skia/include/utils/win', |
| 259 '../third_party/skia/src/utils/win', | 259 '../third_party/skia/src/utils/win', |
| 260 ], | 260 ], |
| 261 },{ # not 'OS == "win"' | 261 },{ # not 'OS == "win"' |
| 262 'sources!': [ | 262 'sources!': [ |
| 263 '../third_party/skia/src/ports/SkFontMgr_win_dw.cpp', | |
| 264 '../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp', | 263 '../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp', |
| 265 '../third_party/skia/src/ports/SkScalerContext_win_dw.cpp', | 264 '../third_party/skia/src/ports/SkScalerContext_win_dw.cpp', |
| 266 '../third_party/skia/src/ports/SkTypeface_win_dw.cpp', | 265 '../third_party/skia/src/ports/SkTypeface_win_dw.cpp', |
| 267 | 266 |
| 268 '../third_party/skia/src/utils/win/SkDWrite.cpp', | 267 '../third_party/skia/src/utils/win/SkDWrite.cpp', |
| 269 '../third_party/skia/src/utils/win/SkDWriteFontFileStream.cpp', | 268 '../third_party/skia/src/utils/win/SkDWriteFontFileStream.cpp', |
| 270 '../third_party/skia/src/utils/win/SkDWriteGeometrySink.cpp', | 269 '../third_party/skia/src/utils/win/SkDWriteGeometrySink.cpp', |
| 271 '../third_party/skia/src/utils/win/SkHRESULT.cpp', | 270 '../third_party/skia/src/utils/win/SkHRESULT.cpp', |
| 272 ], | 271 ], |
| 273 }], | 272 }], |
| (...skipping 24 matching lines...) Expand all Loading... |
| 298 '../third_party/skia/include/pdf', | 297 '../third_party/skia/include/pdf', |
| 299 '../third_party/skia/include/gpu', | 298 '../third_party/skia/include/gpu', |
| 300 '../third_party/skia/include/lazy', | 299 '../third_party/skia/include/lazy', |
| 301 '../third_party/skia/include/pathops', | 300 '../third_party/skia/include/pathops', |
| 302 '../third_party/skia/include/pipe', | 301 '../third_party/skia/include/pipe', |
| 303 '../third_party/skia/include/ports', | 302 '../third_party/skia/include/ports', |
| 304 '../third_party/skia/include/utils', | 303 '../third_party/skia/include/utils', |
| 305 ], | 304 ], |
| 306 }, | 305 }, |
| 307 } | 306 } |
| OLD | NEW |