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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 '../third_party/skia/src/ports/SkFontHost_FreeType_common.h', | 47 '../third_party/skia/src/ports/SkFontHost_FreeType_common.h', |
48 '../third_party/skia/src/ports/SkFontConfigParser_android.cpp', | 48 '../third_party/skia/src/ports/SkFontConfigParser_android.cpp', |
49 '../third_party/skia/src/ports/SkFontHost_mac.cpp', | 49 '../third_party/skia/src/ports/SkFontHost_mac.cpp', |
50 '../third_party/skia/src/ports/SkFontHost_win.cpp', | 50 '../third_party/skia/src/ports/SkFontHost_win.cpp', |
51 '../third_party/skia/src/ports/SkFontHost_win_dw.cpp', | 51 '../third_party/skia/src/ports/SkFontHost_win_dw.cpp', |
52 '../third_party/skia/src/ports/SkFontMgr_default_gdi.cpp', | 52 '../third_party/skia/src/ports/SkFontMgr_default_gdi.cpp', |
53 '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp', | 53 '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp', |
54 '../third_party/skia/src/ports/SkOSFile_posix.cpp', | 54 '../third_party/skia/src/ports/SkOSFile_posix.cpp', |
55 '../third_party/skia/src/ports/SkOSFile_stdio.cpp', | 55 '../third_party/skia/src/ports/SkOSFile_stdio.cpp', |
56 '../third_party/skia/src/ports/SkOSFile_win.cpp', | 56 '../third_party/skia/src/ports/SkOSFile_win.cpp', |
57 '../third_party/skia/src/ports/SkThread_pthread.cpp', | |
58 '../third_party/skia/src/ports/SkThread_win.cpp', | |
59 '../third_party/skia/src/ports/SkTime_Unix.cpp', | 57 '../third_party/skia/src/ports/SkTime_Unix.cpp', |
60 '../third_party/skia/src/ports/SkTLS_pthread.cpp', | 58 '../third_party/skia/src/ports/SkTLS_pthread.cpp', |
61 '../third_party/skia/src/ports/SkTLS_win.cpp', | 59 '../third_party/skia/src/ports/SkTLS_win.cpp', |
62 | 60 |
63 '../third_party/skia/src/sfnt/SkOTTable_name.cpp', | 61 '../third_party/skia/src/sfnt/SkOTTable_name.cpp', |
64 '../third_party/skia/src/sfnt/SkOTTable_name.h', | 62 '../third_party/skia/src/sfnt/SkOTTable_name.h', |
65 '../third_party/skia/src/sfnt/SkOTUtils.cpp', | 63 '../third_party/skia/src/sfnt/SkOTUtils.cpp', |
66 '../third_party/skia/src/sfnt/SkOTUtils.h', | 64 '../third_party/skia/src/sfnt/SkOTUtils.h', |
67 | 65 |
68 '../third_party/skia/include/utils/mac/SkCGUtils.h', | 66 '../third_party/skia/include/utils/mac/SkCGUtils.h', |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 261 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
264 ], | 262 ], |
265 }, | 263 }, |
266 'sources': [ | 264 'sources': [ |
267 '../third_party/skia/src/utils/mac/SkStream_mac.cpp', | 265 '../third_party/skia/src/utils/mac/SkStream_mac.cpp', |
268 ], | 266 ], |
269 }], | 267 }], |
270 [ 'OS == "win"', { | 268 [ 'OS == "win"', { |
271 'sources!': [ | 269 'sources!': [ |
272 '../third_party/skia/src/ports/SkOSFile_posix.cpp', | 270 '../third_party/skia/src/ports/SkOSFile_posix.cpp', |
273 '../third_party/skia/src/ports/SkThread_pthread.cpp', | |
274 '../third_party/skia/src/ports/SkTime_Unix.cpp', | 271 '../third_party/skia/src/ports/SkTime_Unix.cpp', |
275 '../third_party/skia/src/ports/SkTLS_pthread.cpp', | 272 '../third_party/skia/src/ports/SkTLS_pthread.cpp', |
276 ], | 273 ], |
277 'include_dirs': [ | 274 'include_dirs': [ |
278 '../third_party/skia/include/utils/win', | 275 '../third_party/skia/include/utils/win', |
279 '../third_party/skia/src/utils/win', | 276 '../third_party/skia/src/utils/win', |
280 ], | 277 ], |
281 },{ # not 'OS == "win"' | 278 },{ # not 'OS == "win"' |
282 'sources!': [ | 279 'sources!': [ |
283 '../third_party/skia/src/ports/SkFontHost_win_dw.cpp', | 280 '../third_party/skia/src/ports/SkFontHost_win_dw.cpp', |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
325 '../third_party/skia/include/pdf', | 322 '../third_party/skia/include/pdf', |
326 '../third_party/skia/include/gpu', | 323 '../third_party/skia/include/gpu', |
327 '../third_party/skia/include/lazy', | 324 '../third_party/skia/include/lazy', |
328 '../third_party/skia/include/pathops', | 325 '../third_party/skia/include/pathops', |
329 '../third_party/skia/include/pipe', | 326 '../third_party/skia/include/pipe', |
330 '../third_party/skia/include/ports', | 327 '../third_party/skia/include/ports', |
331 '../third_party/skia/include/utils', | 328 '../third_party/skia/include/utils', |
332 ], | 329 ], |
333 }, | 330 }, |
334 } | 331 } |
OLD | NEW |