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

Side by Side Diff: skia/skia_library.gypi

Issue 1581533007: use default initialization for flattenables (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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') | 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 30 matching lines...) Expand all
41 '../third_party/skia/src/ports/SkImageGenerator_none.cpp', 41 '../third_party/skia/src/ports/SkImageGenerator_none.cpp',
42 42
43 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', 43 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
44 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp', 44 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp',
45 '../third_party/skia/src/ports/SkFontHost_mac.cpp', 45 '../third_party/skia/src/ports/SkFontHost_mac.cpp',
46 '../third_party/skia/src/ports/SkFontHost_win.cpp', 46 '../third_party/skia/src/ports/SkFontHost_win.cpp',
47 "../third_party/skia/src/ports/SkFontMgr_android.cpp", 47 "../third_party/skia/src/ports/SkFontMgr_android.cpp",
48 "../third_party/skia/src/ports/SkFontMgr_android_factory.cpp", 48 "../third_party/skia/src/ports/SkFontMgr_android_factory.cpp",
49 '../third_party/skia/src/ports/SkFontMgr_android_parser.cpp', 49 '../third_party/skia/src/ports/SkFontMgr_android_parser.cpp',
50 '../third_party/skia/src/ports/SkFontMgr_win_dw.cpp', 50 '../third_party/skia/src/ports/SkFontMgr_win_dw.cpp',
51 '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp', 51 '../third_party/skia/src/ports/SkGlobalInitialization_default.cpp',
52 '../third_party/skia/src/ports/SkOSFile_posix.cpp', 52 '../third_party/skia/src/ports/SkOSFile_posix.cpp',
53 '../third_party/skia/src/ports/SkOSFile_stdio.cpp', 53 '../third_party/skia/src/ports/SkOSFile_stdio.cpp',
54 '../third_party/skia/src/ports/SkOSFile_win.cpp', 54 '../third_party/skia/src/ports/SkOSFile_win.cpp',
55 '../third_party/skia/src/ports/SkScalerContext_win_dw.cpp', 55 '../third_party/skia/src/ports/SkScalerContext_win_dw.cpp',
56 '../third_party/skia/src/ports/SkTime_Unix.cpp', 56 '../third_party/skia/src/ports/SkTime_Unix.cpp',
57 '../third_party/skia/src/ports/SkTLS_pthread.cpp', 57 '../third_party/skia/src/ports/SkTLS_pthread.cpp',
58 '../third_party/skia/src/ports/SkTLS_win.cpp', 58 '../third_party/skia/src/ports/SkTLS_win.cpp',
59 '../third_party/skia/src/ports/SkTypeface_win_dw.cpp', 59 '../third_party/skia/src/ports/SkTypeface_win_dw.cpp',
60 60
61 '../third_party/skia/src/sfnt/SkOTTable_name.cpp', 61 '../third_party/skia/src/sfnt/SkOTTable_name.cpp',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 '../third_party/skia/include/pdf', 304 '../third_party/skia/include/pdf',
305 '../third_party/skia/include/gpu', 305 '../third_party/skia/include/gpu',
306 '../third_party/skia/include/lazy', 306 '../third_party/skia/include/lazy',
307 '../third_party/skia/include/pathops', 307 '../third_party/skia/include/pathops',
308 '../third_party/skia/include/pipe', 308 '../third_party/skia/include/pipe',
309 '../third_party/skia/include/ports', 309 '../third_party/skia/include/ports',
310 '../third_party/skia/include/utils', 310 '../third_party/skia/include/utils',
311 ], 311 ],
312 }, 312 },
313 } 313 }
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