Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(884)

Side by Side Diff: skia/skia_library.gypi

Issue 2055353002: fix skia + windows + gn (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « skia/skia_gn_files.gypi ('k') | third_party/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « skia/skia_gn_files.gypi ('k') | third_party/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698