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

Side by Side Diff: skia/skia.gyp

Issue 6667071: Build skia as a dll in windows multi-dll build (without adding gpu dependenci... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 9 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/ext/vector_canvas.h ('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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'skia', 8 'target_name': 'skia',
9 'type': '<(library)', 9 'type': '<(component)',
10 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D', 10 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D',
11 'sources': [ 11 'sources': [
12 '../third_party/skia/gpu/src/GrAllocPool.cpp', 12 #'../third_party/skia/gpu/src/GrAllocPool.cpp',
13 '../third_party/skia/gpu/src/GrAtlas.cpp', 13 #'../third_party/skia/gpu/src/GrAtlas.cpp',
14 '../third_party/skia/gpu/src/GrBufferAllocPool.cpp', 14 #'../third_party/skia/gpu/src/GrBufferAllocPool.cpp',
15 '../third_party/skia/gpu/src/GrBufferAllocPool.h', 15 #'../third_party/skia/gpu/src/GrBufferAllocPool.h',
16 '../third_party/skia/gpu/src/GrClip.cpp', 16 #'../third_party/skia/gpu/src/GrClip.cpp',
17 '../third_party/skia/gpu/src/GrContext.cpp', 17 #'../third_party/skia/gpu/src/GrContext.cpp',
18 '../third_party/skia/gpu/src/GrDrawTarget.cpp', 18 #'../third_party/skia/gpu/src/GrDrawTarget.cpp',
19 '../third_party/skia/gpu/src/GrGLIndexBuffer.cpp', 19 #'../third_party/skia/gpu/src/GrGLIndexBuffer.cpp',
20 '../third_party/skia/gpu/src/GrGLInterface.cpp', 20 #'../third_party/skia/gpu/src/GrGLInterface.cpp',
21 '../third_party/skia/gpu/src/GrGLTexture.cpp', 21 #'../third_party/skia/gpu/src/GrGLTexture.cpp',
22 '../third_party/skia/gpu/src/GrGLUtil.cpp', 22 #'../third_party/skia/gpu/src/GrGLUtil.cpp',
23 '../third_party/skia/gpu/src/GrGLVertexBuffer.cpp', 23 #'../third_party/skia/gpu/src/GrGLVertexBuffer.cpp',
24 '../third_party/skia/gpu/src/GrGpu.cpp', 24 #'../third_party/skia/gpu/src/GrGpu.cpp',
25 '../third_party/skia/gpu/src/GrGpuFactory.cpp', 25 #'../third_party/skia/gpu/src/GrGpuFactory.cpp',
26 '../third_party/skia/gpu/src/GrGpuGL.cpp', 26 #'../third_party/skia/gpu/src/GrGpuGL.cpp',
27 '../third_party/skia/gpu/src/GrGpuGL.h', 27 #'../third_party/skia/gpu/src/GrGpuGL.h',
28 '../third_party/skia/gpu/src/GrGpuGLShaders2.cpp', 28 #'../third_party/skia/gpu/src/GrGpuGLShaders2.cpp',
29 '../third_party/skia/gpu/src/GrGpuGLShaders2.h', 29 #'../third_party/skia/gpu/src/GrGpuGLShaders2.h',
30 '../third_party/skia/gpu/src/GrInOrderDrawBuffer.cpp', 30 #'../third_party/skia/gpu/src/GrInOrderDrawBuffer.cpp',
31 '../third_party/skia/gpu/src/GrMatrix.cpp', 31 #'../third_party/skia/gpu/src/GrMatrix.cpp',
32 '../third_party/skia/gpu/src/GrMemory.cpp', 32 #'../third_party/skia/gpu/src/GrMemory.cpp',
33 '../third_party/skia/gpu/src/GrPath.cpp', 33 #'../third_party/skia/gpu/src/GrPath.cpp',
34 '../third_party/skia/gpu/src/GrPathRenderer.cpp', 34 #'../third_party/skia/gpu/src/GrPathRenderer.cpp',
35 '../third_party/skia/gpu/src/GrRectanizer_fifo.cpp', 35 #'../third_party/skia/gpu/src/GrRectanizer_fifo.cpp',
36 '../third_party/skia/gpu/src/GrStencil.cpp', 36 #'../third_party/skia/gpu/src/GrStencil.cpp',
37 '../third_party/skia/gpu/src/GrTextureCache.cpp', 37 #'../third_party/skia/gpu/src/GrTextureCache.cpp',
38 '../third_party/skia/gpu/src/GrTextContext.cpp', 38 #'../third_party/skia/gpu/src/GrTextContext.cpp',
39 '../third_party/skia/gpu/src/GrTextStrike.cpp', 39 #'../third_party/skia/gpu/src/GrTextStrike.cpp',
40 '../third_party/skia/gpu/src/GrTextStrike_impl.h', 40 #'../third_party/skia/gpu/src/GrTextStrike_impl.h',
41 41
42 '../third_party/skia/gpu/include/GrAllocPool.h', 42 '../third_party/skia/gpu/include/GrAllocPool.h',
43 '../third_party/skia/gpu/include/GrAllocator.h', 43 '../third_party/skia/gpu/include/GrAllocator.h',
44 '../third_party/skia/gpu/include/GrAtlas.h', 44 '../third_party/skia/gpu/include/GrAtlas.h',
45 '../third_party/skia/gpu/include/GrClip.h', 45 '../third_party/skia/gpu/include/GrClip.h',
46 '../third_party/skia/gpu/include/GrClipIterator.h', 46 '../third_party/skia/gpu/include/GrClipIterator.h',
47 '../third_party/skia/gpu/include/GrColor.h', 47 '../third_party/skia/gpu/include/GrColor.h',
48 '../third_party/skia/gpu/include/GrConfig.h', 48 '../third_party/skia/gpu/include/GrConfig.h',
49 '../third_party/skia/gpu/include/GrContext.h', 49 '../third_party/skia/gpu/include/GrContext.h',
50 '../third_party/skia/gpu/include/GrContext_impl.h', 50 '../third_party/skia/gpu/include/GrContext_impl.h',
51 '../third_party/skia/gpu/include/GrDrawTarget.h', 51 '../third_party/skia/gpu/include/GrDrawTarget.h',
52 '../third_party/skia/gpu/include/GrFontScaler.h', 52 '../third_party/skia/gpu/include/GrFontScaler.h',
53 '../third_party/skia/gpu/include/GrGeometryBuffer.h', 53 '../third_party/skia/gpu/include/GrGeometryBuffer.h',
54 '../third_party/skia/gpu/include/GrGLConfig.h', 54 '../third_party/skia/gpu/include/GrGLConfig.h',
55 '../third_party/skia/gpu/include/GrGLConfig_chrome.h', 55 '../third_party/skia/gpu/include/GrGLConfig_chrome.h',
56 '../third_party/skia/gpu/include/GrGLIndexBuffer.h', 56 '../third_party/skia/gpu/include/GrGLIndexBuffer.h',
57 '../third_party/skia/gpu/include/GrGLInterface.h',
58 '../third_party/skia/gpu/include/GrGLPlatformIncludes.h',
57 '../third_party/skia/gpu/include/GrGLTexture.h', 59 '../third_party/skia/gpu/include/GrGLTexture.h',
58 '../third_party/skia/gpu/include/GrGLVertexBuffer.h', 60 '../third_party/skia/gpu/include/GrGLVertexBuffer.h',
59 '../third_party/skia/gpu/include/GrGlyph.h', 61 '../third_party/skia/gpu/include/GrGlyph.h',
60 '../third_party/skia/gpu/include/GrGpu.h', 62 '../third_party/skia/gpu/include/GrGpu.h',
61 '../third_party/skia/gpu/include/GrGpuVertex.h', 63 '../third_party/skia/gpu/include/GrGpuVertex.h',
62 '../third_party/skia/gpu/include/GrIPoint.h', 64 '../third_party/skia/gpu/include/GrIPoint.h',
63 '../third_party/skia/gpu/include/GrInOrderDrawBuffer.h', 65 '../third_party/skia/gpu/include/GrInOrderDrawBuffer.h',
64 '../third_party/skia/gpu/include/GrIndexBuffer.h', 66 '../third_party/skia/gpu/include/GrIndexBuffer.h',
65 '../third_party/skia/gpu/include/GrInstanceCounter.h', 67 '../third_party/skia/gpu/include/GrInstanceCounter.h',
66 '../third_party/skia/gpu/include/GrKey.h', 68 '../third_party/skia/gpu/include/GrKey.h',
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 #'../third_party/skia/src/animator/SkScriptRuntime.cpp', 244 #'../third_party/skia/src/animator/SkScriptRuntime.cpp',
243 #'../third_party/skia/src/animator/SkScriptRuntime.h', 245 #'../third_party/skia/src/animator/SkScriptRuntime.h',
244 #'../third_party/skia/src/animator/SkScriptTokenizer.cpp', 246 #'../third_party/skia/src/animator/SkScriptTokenizer.cpp',
245 #'../third_party/skia/src/animator/SkSnapshot.cpp', 247 #'../third_party/skia/src/animator/SkSnapshot.cpp',
246 #'../third_party/skia/src/animator/SkSnapshot.h', 248 #'../third_party/skia/src/animator/SkSnapshot.h',
247 #'../third_party/skia/src/animator/SkTDArray_Experimental.h', 249 #'../third_party/skia/src/animator/SkTDArray_Experimental.h',
248 #'../third_party/skia/src/animator/SkTextOnPath.cpp', 250 #'../third_party/skia/src/animator/SkTextOnPath.cpp',
249 #'../third_party/skia/src/animator/SkTextOnPath.h', 251 #'../third_party/skia/src/animator/SkTextOnPath.h',
250 #'../third_party/skia/src/animator/SkTextToPath.cpp', 252 #'../third_party/skia/src/animator/SkTextToPath.cpp',
251 #'../third_party/skia/src/animator/SkTextToPath.h', 253 #'../third_party/skia/src/animator/SkTextToPath.h',
252 #'../third_party/skia/src/animator/SkTime.cpp',
253 #'../third_party/skia/src/animator/SkTypedArray.cpp', 254 #'../third_party/skia/src/animator/SkTypedArray.cpp',
254 #'../third_party/skia/src/animator/SkTypedArray.h', 255 #'../third_party/skia/src/animator/SkTypedArray.h',
255 #'../third_party/skia/src/animator/SkXMLAnimatorWriter.cpp', 256 #'../third_party/skia/src/animator/SkXMLAnimatorWriter.cpp',
256 #'../third_party/skia/src/animator/SkXMLAnimatorWriter.h', 257 #'../third_party/skia/src/animator/SkXMLAnimatorWriter.h',
257 258
259 '../third_party/skia/src/animator/SkTime.cpp',
260
258 '../third_party/skia/src/core/ARGB32_Clamp_Bilinear_BitmapShader.h', 261 '../third_party/skia/src/core/ARGB32_Clamp_Bilinear_BitmapShader.h',
259 '../third_party/skia/src/core/Sk64.cpp', 262 '../third_party/skia/src/core/Sk64.cpp',
260 '../third_party/skia/src/core/SkAdvancedTypefaceMetrics.cpp', 263 '../third_party/skia/src/core/SkAdvancedTypefaceMetrics.cpp',
261 '../third_party/skia/src/core/SkAlphaRuns.cpp', 264 '../third_party/skia/src/core/SkAlphaRuns.cpp',
262 '../third_party/skia/src/core/SkAntiRun.h', 265 '../third_party/skia/src/core/SkAntiRun.h',
263 '../third_party/skia/src/core/SkBitmap.cpp', 266 '../third_party/skia/src/core/SkBitmap.cpp',
264 '../third_party/skia/src/core/SkBitmapProcShader.cpp', 267 '../third_party/skia/src/core/SkBitmapProcShader.cpp',
265 '../third_party/skia/src/core/SkBitmapProcShader.h', 268 '../third_party/skia/src/core/SkBitmapProcShader.h',
266 '../third_party/skia/src/core/SkBitmapProcState.cpp', 269 '../third_party/skia/src/core/SkBitmapProcState.cpp',
267 '../third_party/skia/src/core/SkBitmapProcState.h', 270 '../third_party/skia/src/core/SkBitmapProcState.h',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 '../third_party/skia/src/effects/SkGradientShader.cpp', 411 '../third_party/skia/src/effects/SkGradientShader.cpp',
409 '../third_party/skia/src/effects/SkKernel33MaskFilter.cpp', 412 '../third_party/skia/src/effects/SkKernel33MaskFilter.cpp',
410 '../third_party/skia/src/effects/SkLayerDrawLooper.cpp', 413 '../third_party/skia/src/effects/SkLayerDrawLooper.cpp',
411 '../third_party/skia/src/effects/SkLayerRasterizer.cpp', 414 '../third_party/skia/src/effects/SkLayerRasterizer.cpp',
412 '../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp', 415 '../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp',
413 '../third_party/skia/src/effects/SkPorterDuff.cpp', 416 '../third_party/skia/src/effects/SkPorterDuff.cpp',
414 '../third_party/skia/src/effects/SkPixelXorXfermode.cpp', 417 '../third_party/skia/src/effects/SkPixelXorXfermode.cpp',
415 '../third_party/skia/src/effects/SkRadialGradient_Table.h', 418 '../third_party/skia/src/effects/SkRadialGradient_Table.h',
416 '../third_party/skia/src/effects/SkTransparentShader.cpp', 419 '../third_party/skia/src/effects/SkTransparentShader.cpp',
417 420
418 '../third_party/skia/src/gpu/SkGpuCanvas.cpp', 421 #'../third_party/skia/src/gpu/SkGpuCanvas.cpp',
419 '../third_party/skia/src/gpu/SkGpuDevice.cpp', 422 #'../third_party/skia/src/gpu/SkGpuDevice.cpp',
420 '../third_party/skia/src/gpu/GrPrintf_skia.cpp', 423 #'../third_party/skia/src/gpu/GrPrintf_skia.cpp',
421 '../third_party/skia/src/gpu/SkGrFontScaler.cpp', 424 #'../third_party/skia/src/gpu/SkGrFontScaler.cpp',
422 '../third_party/skia/src/gpu/SkGr.cpp', 425 #'../third_party/skia/src/gpu/SkGr.cpp',
423 '../third_party/skia/src/gpu/SkGrTexturePixelRef.cpp', 426 #'../third_party/skia/src/gpu/SkGrTexturePixelRef.cpp',
424 427
425 '../third_party/skia/src/images/bmpdecoderhelper.cpp', 428 '../third_party/skia/src/images/bmpdecoderhelper.cpp',
426 '../third_party/skia/src/images/bmpdecoderhelper.h', 429 '../third_party/skia/src/images/bmpdecoderhelper.h',
427 '../third_party/skia/src/images/SkBitmap_RLEPixels.h', 430 '../third_party/skia/src/images/SkBitmap_RLEPixels.h',
428 '../third_party/skia/src/images/SkCreateRLEPixelRef.cpp', 431 '../third_party/skia/src/images/SkCreateRLEPixelRef.cpp',
429 #'../third_party/skia/src/images/SkFDStream.cpp', 432 #'../third_party/skia/src/images/SkFDStream.cpp',
430 #'../third_party/skia/src/images/SkFlipPixelRef.cpp', 433 #'../third_party/skia/src/images/SkFlipPixelRef.cpp',
431 '../third_party/skia/src/images/SkImageDecoder.cpp', 434 '../third_party/skia/src/images/SkImageDecoder.cpp',
432 '../third_party/skia/src/images/SkImageDecoder_Factory.cpp', 435 '../third_party/skia/src/images/SkImageDecoder_Factory.cpp',
433 #'../third_party/skia/src/images/SkImageDecoder_fpdfemb.cpp', 436 #'../third_party/skia/src/images/SkImageDecoder_fpdfemb.cpp',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 [ 'OS == "win"', { 760 [ 'OS == "win"', {
758 'sources!': [ 761 'sources!': [
759 '../third_party/skia/src/core/SkMMapStream.cpp', 762 '../third_party/skia/src/core/SkMMapStream.cpp',
760 '../third_party/skia/src/ports/SkTime_Unix.cc', 763 '../third_party/skia/src/ports/SkTime_Unix.cc',
761 'ext/SkThread_chrome.cc', 764 'ext/SkThread_chrome.cc',
762 ], 765 ],
763 'include_dirs': [ 766 'include_dirs': [
764 'config/win', 767 'config/win',
765 ], 768 ],
766 },], 769 },],
770 ['OS=="win" and component=="shared_library"', {
771 'defines': [
772 'SKIA_DLL',
773 'SKIA_IMPLEMENTATION=1',
774 ],
775 'dependencies': [
776 '../base/base.gyp:base',
777 ],
778 'direct_dependent_settings': {
779 'defines': [
780 'SKIA_DLL',
781 ],
782 },
783 },],
767 ], 784 ],
768 'dependencies': [ 785 'dependencies': [
769 'skia_opts' 786 'skia_opts'
770 ], 787 ],
771 'direct_dependent_settings': { 788 'direct_dependent_settings': {
772 'include_dirs': [ 789 'include_dirs': [
773 'config', 790 'config',
774 '../third_party/skia/include/config', 791 '../third_party/skia/include/config',
775 '../third_party/skia/include/core', 792 '../third_party/skia/include/core',
776 '../third_party/skia/include/effects', 793 '../third_party/skia/include/effects',
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 ], 892 ],
876 }, 893 },
877 ], 894 ],
878 } 895 }
879 896
880 # Local Variables: 897 # Local Variables:
881 # tab-width:2 898 # tab-width:2
882 # indent-tabs-mode:nil 899 # indent-tabs-mode:nil
883 # End: 900 # End:
884 # vim: set expandtab tabstop=2 shiftwidth=2: 901 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « skia/ext/vector_canvas.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698