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

Side by Side Diff: skia/skia_library.gypi

Issue 316213005: Skia roll 4962140:b0b0feb (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « skia/skia_gn_files.gypi ('k') | no next file » | 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 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 '../third_party/skia/src/fonts/SkFontMgr_indirect.cpp', 44 '../third_party/skia/src/fonts/SkFontMgr_indirect.cpp',
45 '../third_party/skia/src/fonts/SkRemotableFontMgr.cpp', 45 '../third_party/skia/src/fonts/SkRemotableFontMgr.cpp',
46 '../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp', 46 '../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp',
47 47
48 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', 48 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
49 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp', 49 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp',
50 '../third_party/skia/src/ports/SkFontHost_FreeType_common.h', 50 '../third_party/skia/src/ports/SkFontHost_FreeType_common.h',
51 '../third_party/skia/src/ports/SkFontConfigParser_android.cpp', 51 '../third_party/skia/src/ports/SkFontConfigParser_android.cpp',
52 '../third_party/skia/src/ports/SkFontHost_mac.cpp', 52 '../third_party/skia/src/ports/SkFontHost_mac.cpp',
53 '../third_party/skia/src/ports/SkFontHost_win.cpp', 53 '../third_party/skia/src/ports/SkFontHost_win.cpp',
54 '../third_party/skia/src/ports/SkFontHost_win_dw.cpp',
55 '../third_party/skia/src/ports/SkFontMgr_default_gdi.cpp', 54 '../third_party/skia/src/ports/SkFontMgr_default_gdi.cpp',
55 '../third_party/skia/src/ports/SkFontMgr_win_dw.cpp',
56 '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp', 56 '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp',
57 '../third_party/skia/src/ports/SkOSFile_posix.cpp', 57 '../third_party/skia/src/ports/SkOSFile_posix.cpp',
58 '../third_party/skia/src/ports/SkOSFile_stdio.cpp', 58 '../third_party/skia/src/ports/SkOSFile_stdio.cpp',
59 '../third_party/skia/src/ports/SkOSFile_win.cpp', 59 '../third_party/skia/src/ports/SkOSFile_win.cpp',
60 '../third_party/skia/src/ports/SkScalerContext_win_dw.cpp',
61 '../third_party/skia/src/ports/SkScalerContext_win_dw.h',
60 '../third_party/skia/src/ports/SkTime_Unix.cpp', 62 '../third_party/skia/src/ports/SkTime_Unix.cpp',
61 '../third_party/skia/src/ports/SkTLS_pthread.cpp', 63 '../third_party/skia/src/ports/SkTLS_pthread.cpp',
62 '../third_party/skia/src/ports/SkTLS_win.cpp', 64 '../third_party/skia/src/ports/SkTLS_win.cpp',
65 '../third_party/skia/src/ports/SkTypeface_win_dw.cpp',
66 '../third_party/skia/src/ports/SkTypeface_win_dw.h',
63 67
64 '../third_party/skia/src/sfnt/SkOTTable_name.cpp', 68 '../third_party/skia/src/sfnt/SkOTTable_name.cpp',
65 '../third_party/skia/src/sfnt/SkOTTable_name.h', 69 '../third_party/skia/src/sfnt/SkOTTable_name.h',
66 '../third_party/skia/src/sfnt/SkOTUtils.cpp', 70 '../third_party/skia/src/sfnt/SkOTUtils.cpp',
67 '../third_party/skia/src/sfnt/SkOTUtils.h', 71 '../third_party/skia/src/sfnt/SkOTUtils.h',
68 72
69 '../third_party/skia/include/utils/mac/SkCGUtils.h', 73 '../third_party/skia/include/utils/mac/SkCGUtils.h',
70 '../third_party/skia/include/utils/SkDeferredCanvas.h', 74 '../third_party/skia/include/utils/SkDeferredCanvas.h',
71 '../third_party/skia/include/utils/SkMatrix44.h', 75 '../third_party/skia/include/utils/SkMatrix44.h',
72 '../third_party/skia/include/utils/SkNoSaveLayerCanvas.h', 76 '../third_party/skia/include/utils/SkNoSaveLayerCanvas.h',
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 '../third_party/skia/src/ports/SkOSFile_posix.cpp', 289 '../third_party/skia/src/ports/SkOSFile_posix.cpp',
286 '../third_party/skia/src/ports/SkTime_Unix.cpp', 290 '../third_party/skia/src/ports/SkTime_Unix.cpp',
287 '../third_party/skia/src/ports/SkTLS_pthread.cpp', 291 '../third_party/skia/src/ports/SkTLS_pthread.cpp',
288 ], 292 ],
289 'include_dirs': [ 293 'include_dirs': [
290 '../third_party/skia/include/utils/win', 294 '../third_party/skia/include/utils/win',
291 '../third_party/skia/src/utils/win', 295 '../third_party/skia/src/utils/win',
292 ], 296 ],
293 },{ # not 'OS == "win"' 297 },{ # not 'OS == "win"'
294 'sources!': [ 298 'sources!': [
295 '../third_party/skia/src/ports/SkFontHost_win_dw.cpp',
296 '../third_party/skia/src/ports/SkFontMgr_default_gdi.cpp', 299 '../third_party/skia/src/ports/SkFontMgr_default_gdi.cpp',
300 '../third_party/skia/src/ports/SkFontMgr_win_dw.cpp',
297 '../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp', 301 '../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp',
302 '../third_party/skia/src/ports/SkScalerContext_win_dw.cpp',
303 '../third_party/skia/src/ports/SkScalerContext_win_dw.h',
304 '../third_party/skia/src/ports/SkTypeface_win_dw.cpp',
305 '../third_party/skia/src/ports/SkTypeface_win_dw.h',
298 306
299 '../third_party/skia/src/utils/win/SkDWrite.h', 307 '../third_party/skia/src/utils/win/SkDWrite.h',
300 '../third_party/skia/src/utils/win/SkDWrite.cpp', 308 '../third_party/skia/src/utils/win/SkDWrite.cpp',
301 '../third_party/skia/src/utils/win/SkDWriteFontFileStream.cpp', 309 '../third_party/skia/src/utils/win/SkDWriteFontFileStream.cpp',
302 '../third_party/skia/src/utils/win/SkDWriteFontFileStream.h', 310 '../third_party/skia/src/utils/win/SkDWriteFontFileStream.h',
303 '../third_party/skia/src/utils/win/SkDWriteGeometrySink.cpp', 311 '../third_party/skia/src/utils/win/SkDWriteGeometrySink.cpp',
304 '../third_party/skia/src/utils/win/SkDWriteGeometrySink.h', 312 '../third_party/skia/src/utils/win/SkDWriteGeometrySink.h',
305 '../third_party/skia/src/utils/win/SkHRESULT.cpp', 313 '../third_party/skia/src/utils/win/SkHRESULT.cpp',
306 ], 314 ],
307 }], 315 }],
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 '../third_party/skia/include/pdf', 348 '../third_party/skia/include/pdf',
341 '../third_party/skia/include/gpu', 349 '../third_party/skia/include/gpu',
342 '../third_party/skia/include/lazy', 350 '../third_party/skia/include/lazy',
343 '../third_party/skia/include/pathops', 351 '../third_party/skia/include/pathops',
344 '../third_party/skia/include/pipe', 352 '../third_party/skia/include/pipe',
345 '../third_party/skia/include/ports', 353 '../third_party/skia/include/ports',
346 '../third_party/skia/include/utils', 354 '../third_party/skia/include/utils',
347 ], 355 ],
348 }, 356 },
349 } 357 }
OLDNEW
« no previous file with comments | « skia/skia_gn_files.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698