| 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 '../third_party/skia/include/ports/SkFontConfigInterface.h', | 81 '../third_party/skia/include/ports/SkFontConfigInterface.h', |
| 82 '../third_party/skia/include/ports/SkFontMgr.h', | 82 '../third_party/skia/include/ports/SkFontMgr.h', |
| 83 '../third_party/skia/include/ports/SkFontMgr_indirect.h', | 83 '../third_party/skia/include/ports/SkFontMgr_indirect.h', |
| 84 '../third_party/skia/include/ports/SkFontStyle.h', | 84 '../third_party/skia/include/ports/SkFontStyle.h', |
| 85 '../third_party/skia/include/ports/SkRemotableFontMgr.h', | 85 '../third_party/skia/include/ports/SkRemotableFontMgr.h', |
| 86 '../third_party/skia/include/ports/SkTypeface_win.h', | 86 '../third_party/skia/include/ports/SkTypeface_win.h', |
| 87 ], | 87 ], |
| 88 | 88 |
| 89 # Exclude all unused files in skia utils.gypi file | 89 # Exclude all unused files in skia utils.gypi file |
| 90 'sources!': [ | 90 'sources!': [ |
| 91 '../third_party/skia/src/utils/SkCondVar.cpp', | |
| 92 '../third_party/skia/src/utils/SkCondVar.h', | |
| 93 '../third_party/skia/src/utils/SkRunnable.h', | |
| 94 | |
| 95 '../third_party/skia/include/utils/SkBoundaryPatch.h', | 91 '../third_party/skia/include/utils/SkBoundaryPatch.h', |
| 96 '../third_party/skia/include/utils/SkFrontBufferedStream.h', | 92 '../third_party/skia/include/utils/SkFrontBufferedStream.h', |
| 97 '../third_party/skia/include/utils/SkCamera.h', | 93 '../third_party/skia/include/utils/SkCamera.h', |
| 98 '../third_party/skia/include/utils/SkCanvasStateUtils.h', | 94 '../third_party/skia/include/utils/SkCanvasStateUtils.h', |
| 99 '../third_party/skia/include/utils/SkCubicInterval.h', | 95 '../third_party/skia/include/utils/SkCubicInterval.h', |
| 100 '../third_party/skia/include/utils/SkCullPoints.h', | 96 '../third_party/skia/include/utils/SkCullPoints.h', |
| 101 '../third_party/skia/include/utils/SkDebugUtils.h', | 97 '../third_party/skia/include/utils/SkDebugUtils.h', |
| 102 '../third_party/skia/include/utils/SkDumpCanvas.h', | 98 '../third_party/skia/include/utils/SkDumpCanvas.h', |
| 103 '../third_party/skia/include/utils/SkEventTracer.h', | 99 '../third_party/skia/include/utils/SkEventTracer.h', |
| 104 '../third_party/skia/include/utils/SkInterpolator.h', | 100 '../third_party/skia/include/utils/SkInterpolator.h', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 129 '../third_party/skia/src/utils/SkMD5.h', | 125 '../third_party/skia/src/utils/SkMD5.h', |
| 130 '../third_party/skia/src/utils/SkMeshUtils.cpp', | 126 '../third_party/skia/src/utils/SkMeshUtils.cpp', |
| 131 '../third_party/skia/src/utils/SkNinePatch.cpp', | 127 '../third_party/skia/src/utils/SkNinePatch.cpp', |
| 132 '../third_party/skia/src/utils/SkOSFile.cpp', | 128 '../third_party/skia/src/utils/SkOSFile.cpp', |
| 133 '../third_party/skia/src/utils/SkParse.cpp', | 129 '../third_party/skia/src/utils/SkParse.cpp', |
| 134 '../third_party/skia/src/utils/SkParseColor.cpp', | 130 '../third_party/skia/src/utils/SkParseColor.cpp', |
| 135 '../third_party/skia/src/utils/SkParsePath.cpp', | 131 '../third_party/skia/src/utils/SkParsePath.cpp', |
| 136 '../third_party/skia/src/utils/SkPathUtils.cpp', | 132 '../third_party/skia/src/utils/SkPathUtils.cpp', |
| 137 '../third_party/skia/src/utils/SkSHA1.cpp', | 133 '../third_party/skia/src/utils/SkSHA1.cpp', |
| 138 '../third_party/skia/src/utils/SkSHA1.h', | 134 '../third_party/skia/src/utils/SkSHA1.h', |
| 139 '../third_party/skia/src/utils/SkThreadUtils.h', | |
| 140 '../third_party/skia/src/utils/SkThreadUtils_pthread.cpp', | |
| 141 '../third_party/skia/src/utils/SkThreadUtils_pthread.h', | |
| 142 '../third_party/skia/src/utils/SkThreadUtils_pthread_linux.cpp', | |
| 143 '../third_party/skia/src/utils/SkThreadUtils_pthread_mach.cpp', | |
| 144 '../third_party/skia/src/utils/SkThreadUtils_pthread_other.cpp', | |
| 145 '../third_party/skia/src/utils/SkThreadUtils_win.cpp', | |
| 146 '../third_party/skia/src/utils/SkThreadUtils_win.h', | |
| 147 '../third_party/skia/src/utils/SkTFitsIn.h', | 135 '../third_party/skia/src/utils/SkTFitsIn.h', |
| 148 '../third_party/skia/src/utils/SkTLogic.h', | 136 '../third_party/skia/src/utils/SkTLogic.h', |
| 149 | 137 |
| 138 # We don't currently need to change thread affinity, so leave out this complex
ity for now. |
| 139 "../third_party/skia/src/utils/SkThreadUtils_pthread_mach.cpp", |
| 140 "../third_party/skia/src/utils/SkThreadUtils_pthread_linux.cpp", |
| 141 |
| 150 #windows | 142 #windows |
| 151 '../third_party/skia/include/utils/win/SkAutoCoInitialize.h', | 143 '../third_party/skia/include/utils/win/SkAutoCoInitialize.h', |
| 152 '../third_party/skia/include/utils/win/SkHRESULT.h', | 144 '../third_party/skia/include/utils/win/SkHRESULT.h', |
| 153 '../third_party/skia/include/utils/win/SkIStream.h', | 145 '../third_party/skia/include/utils/win/SkIStream.h', |
| 154 '../third_party/skia/include/utils/win/SkTScopedComPtr.h', | 146 '../third_party/skia/include/utils/win/SkTScopedComPtr.h', |
| 155 '../third_party/skia/src/utils/win/SkAutoCoInitialize.cpp', | 147 '../third_party/skia/src/utils/win/SkAutoCoInitialize.cpp', |
| 156 '../third_party/skia/src/utils/win/SkIStream.cpp', | 148 '../third_party/skia/src/utils/win/SkIStream.cpp', |
| 157 '../third_party/skia/src/utils/win/SkWGL_win.cpp', | 149 '../third_party/skia/src/utils/win/SkWGL_win.cpp', |
| 158 | 150 |
| 159 #testing | 151 #testing |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 'sources/': [ | 191 'sources/': [ |
| 200 ['exclude', '../third_party/skia/src/pdf/'] | 192 ['exclude', '../third_party/skia/src/pdf/'] |
| 201 ], | 193 ], |
| 202 }], | 194 }], |
| 203 ['skia_support_pdf == 1', { | 195 ['skia_support_pdf == 1', { |
| 204 'dependencies': [ | 196 'dependencies': [ |
| 205 '../third_party/sfntly/sfntly.gyp:sfntly', | 197 '../third_party/sfntly/sfntly.gyp:sfntly', |
| 206 ], | 198 ], |
| 207 }], | 199 }], |
| 208 | 200 |
| 201 [ 'OS == "win"', { |
| 202 'sources!': [ |
| 203 # Keeping _win.cpp |
| 204 "../third_party/skia/src/utils/SkThreadUtils_pthread.cpp", |
| 205 "../third_party/skia/src/utils/SkThreadUtils_pthread_other.cpp", |
| 206 ], |
| 207 },{ |
| 208 'sources!': [ |
| 209 # Keeping _pthread.cpp and _pthread_other.cpp |
| 210 "../third_party/skia/src/utils/SkThreadUtils_win.cpp", |
| 211 ], |
| 212 }], |
| 213 |
| 209 [ 'OS != "mac"', { | 214 [ 'OS != "mac"', { |
| 210 'sources/': [ | 215 'sources/': [ |
| 211 ['exclude', '/mac/'] | 216 ['exclude', '/mac/'] |
| 212 ], | 217 ], |
| 213 }], | 218 }], |
| 214 [ 'OS == "android" and target_arch == "arm"', { | 219 [ 'OS == "android" and target_arch == "arm"', { |
| 215 'sources': [ | 220 'sources': [ |
| 216 '../third_party/skia/src/core/SkUtilsArm.cpp', | 221 '../third_party/skia/src/core/SkUtilsArm.cpp', |
| 217 ], | 222 ], |
| 218 'includes': [ | 223 'includes': [ |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 '../third_party/skia/include/pdf', | 373 '../third_party/skia/include/pdf', |
| 369 '../third_party/skia/include/gpu', | 374 '../third_party/skia/include/gpu', |
| 370 '../third_party/skia/include/lazy', | 375 '../third_party/skia/include/lazy', |
| 371 '../third_party/skia/include/pathops', | 376 '../third_party/skia/include/pathops', |
| 372 '../third_party/skia/include/pipe', | 377 '../third_party/skia/include/pipe', |
| 373 '../third_party/skia/include/ports', | 378 '../third_party/skia/include/ports', |
| 374 '../third_party/skia/include/utils', | 379 '../third_party/skia/include/utils', |
| 375 ], | 380 ], |
| 376 }, | 381 }, |
| 377 } | 382 } |
| OLD | NEW |