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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
42 '../third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp', | 42 '../third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp', |
43 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp', | 43 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp', |
44 | 44 |
45 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', | 45 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', |
46 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp', | 46 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp', |
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', |
brettw
2014/03/11 21:38:15
Is the intention not to use this any more? Then I'
bungeman-chromium
2014/03/13 22:33:31
Very true, it's like this mostly for dev. I don't
| |
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/SkTime_Unix.cpp', | 57 '../third_party/skia/src/ports/SkTime_Unix.cpp', |
58 '../third_party/skia/src/ports/SkTLS_pthread.cpp', | 58 '../third_party/skia/src/ports/SkTLS_pthread.cpp', |
59 '../third_party/skia/src/ports/SkTLS_win.cpp', | 59 '../third_party/skia/src/ports/SkTLS_win.cpp', |
60 | 60 |
61 '../third_party/skia/src/sfnt/SkOTTable_name.cpp', | 61 '../third_party/skia/src/sfnt/SkOTTable_name.cpp', |
62 '../third_party/skia/src/sfnt/SkOTTable_name.h', | 62 '../third_party/skia/src/sfnt/SkOTTable_name.h', |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
98 '../third_party/skia/include/ports/SkTypeface_win.h', | 98 '../third_party/skia/include/ports/SkTypeface_win.h', |
99 | 99 |
100 '../third_party/skia/include/images/SkImageRef.h', | 100 '../third_party/skia/include/images/SkImageRef.h', |
101 '../third_party/skia/include/images/SkImageRef_GlobalPool.h', | 101 '../third_party/skia/include/images/SkImageRef_GlobalPool.h', |
102 '../third_party/skia/include/images/SkMovie.h', | 102 '../third_party/skia/include/images/SkMovie.h', |
103 '../third_party/skia/include/images/SkPageFlipper.h', | 103 '../third_party/skia/include/images/SkPageFlipper.h', |
104 | 104 |
105 '../third_party/skia/include/utils/SkNullCanvas.h', | 105 '../third_party/skia/include/utils/SkNullCanvas.h', |
106 '../third_party/skia/include/utils/SkPictureUtils.h', | 106 '../third_party/skia/include/utils/SkPictureUtils.h', |
107 '../third_party/skia/include/utils/SkProxyCanvas.h', | 107 '../third_party/skia/include/utils/SkProxyCanvas.h', |
108 | |
109 | |
brettw
2014/03/11 21:38:15
Just one blank
bungeman-chromium
2014/03/13 22:33:31
Done. This is also somewhat WIP, so these will be
| |
110 '../third_party/skia/include/ports/SkFontConfigInterface.h', | |
111 '../third_party/skia/include/ports/SkFontMgr.h', | |
112 '../third_party/skia/include/ports/SkFontMgr_indirect.h', | |
113 '../third_party/skia/include/ports/SkFontStyle.h', | |
114 '../third_party/skia/src/fonts/SkFontMgr_indirect.cpp', | |
108 ], | 115 ], |
109 'include_dirs': [ | 116 'include_dirs': [ |
110 '../third_party/skia/include/core', | 117 '../third_party/skia/include/core', |
111 '../third_party/skia/include/effects', | 118 '../third_party/skia/include/effects', |
112 '../third_party/skia/include/images', | 119 '../third_party/skia/include/images', |
113 '../third_party/skia/include/lazy', | 120 '../third_party/skia/include/lazy', |
114 '../third_party/skia/include/pathops', | 121 '../third_party/skia/include/pathops', |
115 '../third_party/skia/include/pdf', | 122 '../third_party/skia/include/pdf', |
116 '../third_party/skia/include/pipe', | 123 '../third_party/skia/include/pipe', |
117 '../third_party/skia/include/ports', | 124 '../third_party/skia/include/ports', |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
324 '../third_party/skia/include/pdf', | 331 '../third_party/skia/include/pdf', |
325 '../third_party/skia/include/gpu', | 332 '../third_party/skia/include/gpu', |
326 '../third_party/skia/include/lazy', | 333 '../third_party/skia/include/lazy', |
327 '../third_party/skia/include/pathops', | 334 '../third_party/skia/include/pathops', |
328 '../third_party/skia/include/pipe', | 335 '../third_party/skia/include/pipe', |
329 '../third_party/skia/include/ports', | 336 '../third_party/skia/include/ports', |
330 '../third_party/skia/include/utils', | 337 '../third_party/skia/include/utils', |
331 ], | 338 ], |
332 }, | 339 }, |
333 } | 340 } |
OLD | NEW |