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

Side by Side Diff: skia/skia.gyp

Issue 7545020: Fix obsolete dependencies so that needless recompilation does not happen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 | « content/content_common.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 (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': '<(component)', 9 'type': '<(component)',
10 'sources': [ 10 'sources': [
(...skipping 29 matching lines...) Expand all
40 '../third_party/skia/gpu/src/GrGpuGLShaders.h', 40 '../third_party/skia/gpu/src/GrGpuGLShaders.h',
41 '../third_party/skia/gpu/src/GrInOrderDrawBuffer.cpp', 41 '../third_party/skia/gpu/src/GrInOrderDrawBuffer.cpp',
42 '../third_party/skia/gpu/src/GrMatrix.cpp', 42 '../third_party/skia/gpu/src/GrMatrix.cpp',
43 '../third_party/skia/gpu/src/GrMemory.cpp', 43 '../third_party/skia/gpu/src/GrMemory.cpp',
44 '../third_party/skia/gpu/src/GrPathRenderer.cpp', 44 '../third_party/skia/gpu/src/GrPathRenderer.cpp',
45 '../third_party/skia/gpu/src/GrPathUtils.cpp', 45 '../third_party/skia/gpu/src/GrPathUtils.cpp',
46 '../third_party/skia/gpu/src/GrRectanizer_fifo.cpp', 46 '../third_party/skia/gpu/src/GrRectanizer_fifo.cpp',
47 '../third_party/skia/gpu/src/GrRenderTarget.cpp', 47 '../third_party/skia/gpu/src/GrRenderTarget.cpp',
48 '../third_party/skia/gpu/src/GrResource.cpp', 48 '../third_party/skia/gpu/src/GrResource.cpp',
49 '../third_party/skia/gpu/src/GrResourceCache.cpp', 49 '../third_party/skia/gpu/src/GrResourceCache.cpp',
50 '../third_party/skia/gpu/src/GrResourceCache.h',
50 '../third_party/skia/gpu/src/GrStencil.cpp', 51 '../third_party/skia/gpu/src/GrStencil.cpp',
51 '../third_party/skia/gpu/src/GrTesselatedPathRenderer.cpp', 52 '../third_party/skia/gpu/src/GrTesselatedPathRenderer.cpp',
52 '../third_party/skia/gpu/src/GrTexture.cpp', 53 '../third_party/skia/gpu/src/GrTexture.cpp',
53 '../third_party/skia/gpu/src/GrTextContext.cpp', 54 '../third_party/skia/gpu/src/GrTextContext.cpp',
54 '../third_party/skia/gpu/src/GrTextStrike.cpp', 55 '../third_party/skia/gpu/src/GrTextStrike.cpp',
55 '../third_party/skia/gpu/src/GrTextStrike_impl.h', 56 '../third_party/skia/gpu/src/GrTextStrike_impl.h',
56 57
57 '../third_party/skia/gpu/include/GrAllocPool.h', 58 '../third_party/skia/gpu/include/GrAllocPool.h',
58 '../third_party/skia/gpu/include/GrAllocator.h', 59 '../third_party/skia/gpu/include/GrAllocator.h',
59 '../third_party/skia/gpu/include/GrAtlas.h', 60 '../third_party/skia/gpu/include/GrAtlas.h',
(...skipping 11 matching lines...) Expand all
71 '../third_party/skia/gpu/include/GrGLInterface.h', 72 '../third_party/skia/gpu/include/GrGLInterface.h',
72 '../third_party/skia/gpu/include/GrGlyph.h', 73 '../third_party/skia/gpu/include/GrGlyph.h',
73 '../third_party/skia/gpu/include/GrGpu.h', 74 '../third_party/skia/gpu/include/GrGpu.h',
74 '../third_party/skia/gpu/include/GrGpuVertex.h', 75 '../third_party/skia/gpu/include/GrGpuVertex.h',
75 '../third_party/skia/gpu/include/GrIPoint.h', 76 '../third_party/skia/gpu/include/GrIPoint.h',
76 '../third_party/skia/gpu/include/GrInOrderDrawBuffer.h', 77 '../third_party/skia/gpu/include/GrInOrderDrawBuffer.h',
77 '../third_party/skia/gpu/include/GrIndexBuffer.h', 78 '../third_party/skia/gpu/include/GrIndexBuffer.h',
78 '../third_party/skia/gpu/include/GrInstanceCounter.h', 79 '../third_party/skia/gpu/include/GrInstanceCounter.h',
79 '../third_party/skia/gpu/include/GrKey.h', 80 '../third_party/skia/gpu/include/GrKey.h',
80 '../third_party/skia/gpu/include/GrMatrix.h', 81 '../third_party/skia/gpu/include/GrMatrix.h',
81 '../third_party/skia/gpu/include/GrMemory.h',
82 '../third_party/skia/gpu/include/GrMesh.h', 82 '../third_party/skia/gpu/include/GrMesh.h',
83 '../third_party/skia/gpu/include/GrNoncopyable.h', 83 '../third_party/skia/gpu/include/GrNoncopyable.h',
84 '../third_party/skia/gpu/include/GrPaint.h', 84 '../third_party/skia/gpu/include/GrPaint.h',
85 '../third_party/skia/gpu/include/GrPath.h', 85 '../third_party/skia/gpu/include/GrPath.h',
86 '../third_party/skia/gpu/include/GrPathSink.h', 86 '../third_party/skia/gpu/include/GrPathSink.h',
87 '../third_party/skia/gpu/include/GrPoint.h', 87 '../third_party/skia/gpu/include/GrPoint.h',
88 '../third_party/skia/gpu/include/GrRandom.h', 88 '../third_party/skia/gpu/include/GrRandom.h',
89 '../third_party/skia/gpu/include/GrRect.h', 89 '../third_party/skia/gpu/include/GrRect.h',
90 '../third_party/skia/gpu/include/GrRectanizer.h', 90 '../third_party/skia/gpu/include/GrRectanizer.h',
91 '../third_party/skia/gpu/include/GrRefCnt.h', 91 '../third_party/skia/gpu/include/GrRefCnt.h',
92 '../third_party/skia/gpu/include/GrRenderTarget.h', 92 '../third_party/skia/gpu/include/GrRenderTarget.h',
93 '../third_party/skia/gpu/include/GrResourceCache.h',
94 '../third_party/skia/gpu/include/GrSamplerState.h', 93 '../third_party/skia/gpu/include/GrSamplerState.h',
95 '../third_party/skia/gpu/include/GrScalar.h', 94 '../third_party/skia/gpu/include/GrScalar.h',
96 '../third_party/skia/gpu/include/GrStencil.h', 95 '../third_party/skia/gpu/include/GrStencil.h',
97 '../third_party/skia/gpu/include/GrStopwatch.h', 96 '../third_party/skia/gpu/include/GrStopwatch.h',
98 '../third_party/skia/gpu/include/GrStringBuilder.h', 97 '../third_party/skia/gpu/include/GrStringBuilder.h',
99 '../third_party/skia/gpu/include/GrTArray.h', 98 '../third_party/skia/gpu/include/GrTArray.h',
100 '../third_party/skia/gpu/include/GrTBSearch.h', 99 '../third_party/skia/gpu/include/GrTBSearch.h',
101 '../third_party/skia/gpu/include/GrTDArray.h', 100 '../third_party/skia/gpu/include/GrTDArray.h',
102 '../third_party/skia/gpu/include/GrTHashCache.h', 101 '../third_party/skia/gpu/include/GrTHashCache.h',
103 '../third_party/skia/gpu/include/GrTLList.h', 102 '../third_party/skia/gpu/include/GrTLList.h',
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 '../third_party/skia/include/effects/SkKernel33MaskFilter.h', 619 '../third_party/skia/include/effects/SkKernel33MaskFilter.h',
621 '../third_party/skia/include/effects/SkLayerDrawLooper.h', 620 '../third_party/skia/include/effects/SkLayerDrawLooper.h',
622 '../third_party/skia/include/effects/SkLayerRasterizer.h', 621 '../third_party/skia/include/effects/SkLayerRasterizer.h',
623 '../third_party/skia/include/effects/SkPaintFlagsDrawFilter.h', 622 '../third_party/skia/include/effects/SkPaintFlagsDrawFilter.h',
624 '../third_party/skia/include/effects/SkPixelXorXfermode.h', 623 '../third_party/skia/include/effects/SkPixelXorXfermode.h',
625 '../third_party/skia/include/effects/SkPorterDuff.h', 624 '../third_party/skia/include/effects/SkPorterDuff.h',
626 '../third_party/skia/include/effects/SkTransparentShader.h', 625 '../third_party/skia/include/effects/SkTransparentShader.h',
627 626
628 '../third_party/skia/include/gpu/SkGpuCanvas.h', 627 '../third_party/skia/include/gpu/SkGpuCanvas.h',
629 '../third_party/skia/include/gpu/SkGpuDevice.h', 628 '../third_party/skia/include/gpu/SkGpuDevice.h',
630 '../third_party/skia/include/gpu/SkGpuDeviceFactory.h',
631 '../third_party/skia/include/gpu/SkGr.h', 629 '../third_party/skia/include/gpu/SkGr.h',
632 '../third_party/skia/include/gpu/SkGrTexturePixelRef.h', 630 '../third_party/skia/include/gpu/SkGrTexturePixelRef.h',
633 631
634 '../third_party/skia/include/pdf/SkBitSet.h', 632 '../third_party/skia/include/pdf/SkBitSet.h',
635 '../third_party/skia/include/pdf/SkPDFCatalog.h', 633 '../third_party/skia/include/pdf/SkPDFCatalog.h',
636 '../third_party/skia/include/pdf/SkPDFDevice.h', 634 '../third_party/skia/include/pdf/SkPDFDevice.h',
637 '../third_party/skia/include/pdf/SkPDFDocument.h', 635 '../third_party/skia/include/pdf/SkPDFDocument.h',
638 '../third_party/skia/include/pdf/SkPDFFont.h', 636 '../third_party/skia/include/pdf/SkPDFFont.h',
639 '../third_party/skia/include/pdf/SkPDFFormXObject.h', 637 '../third_party/skia/include/pdf/SkPDFFormXObject.h',
640 '../third_party/skia/include/pdf/SkPDFGraphicState.h', 638 '../third_party/skia/include/pdf/SkPDFGraphicState.h',
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
951 }], 949 }],
952 ], 950 ],
953 }, 951 },
954 { 952 {
955 'target_name': 'skia_libtess', 953 'target_name': 'skia_libtess',
956 'type': 'static_library', 954 'type': 'static_library',
957 'include_dirs': [ 955 'include_dirs': [
958 '../third_party/skia/third_party/glu', 956 '../third_party/skia/third_party/glu',
959 ], 957 ],
960 'sources': [ 958 'sources': [
961 '../third_party/skia/third_party/glu/internal_glu.h', 959 '../third_party/skia/third_party/glu/sk_glu.h',
962 '../third_party/skia/third_party/glu/gluos.h', 960 '../third_party/skia/third_party/glu/gluos.h',
963 '../third_party/skia/third_party/glu/libtess/dict-list.h', 961 '../third_party/skia/third_party/glu/libtess/dict-list.h',
964 '../third_party/skia/third_party/glu/libtess/dict.c', 962 '../third_party/skia/third_party/glu/libtess/dict.c',
965 '../third_party/skia/third_party/glu/libtess/dict.h', 963 '../third_party/skia/third_party/glu/libtess/dict.h',
966 '../third_party/skia/third_party/glu/libtess/geom.c', 964 '../third_party/skia/third_party/glu/libtess/geom.c',
967 '../third_party/skia/third_party/glu/libtess/geom.h', 965 '../third_party/skia/third_party/glu/libtess/geom.h',
968 '../third_party/skia/third_party/glu/libtess/memalloc.c', 966 '../third_party/skia/third_party/glu/libtess/memalloc.c',
969 '../third_party/skia/third_party/glu/libtess/memalloc.h', 967 '../third_party/skia/third_party/glu/libtess/memalloc.h',
970 '../third_party/skia/third_party/glu/libtess/mesh.c', 968 '../third_party/skia/third_party/glu/libtess/mesh.c',
971 '../third_party/skia/third_party/glu/libtess/mesh.h', 969 '../third_party/skia/third_party/glu/libtess/mesh.h',
(...skipping 27 matching lines...) Expand all
999 ], 997 ],
1000 'include_dirs': [ 998 'include_dirs': [
1001 '..', 999 '..',
1002 ], 1000 ],
1003 'sources': [ 1001 'sources': [
1004 'ext/image_operations_bench.cc', 1002 'ext/image_operations_bench.cc',
1005 ], 1003 ],
1006 }, 1004 },
1007 ], 1005 ],
1008 } 1006 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698