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

Side by Side Diff: skia/skia.gyp

Issue 6992091: Compile skia's drop of the GLU tesselator into Chrome, and add the (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 6 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 | « DEPS ('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 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D', 10 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D',
(...skipping 23 matching lines...) Expand all
34 '../third_party/skia/gpu/src/GrGpuGLShaders.cpp', 34 '../third_party/skia/gpu/src/GrGpuGLShaders.cpp',
35 '../third_party/skia/gpu/src/GrGpuGLShaders.h', 35 '../third_party/skia/gpu/src/GrGpuGLShaders.h',
36 '../third_party/skia/gpu/src/GrInOrderDrawBuffer.cpp', 36 '../third_party/skia/gpu/src/GrInOrderDrawBuffer.cpp',
37 '../third_party/skia/gpu/src/GrMatrix.cpp', 37 '../third_party/skia/gpu/src/GrMatrix.cpp',
38 '../third_party/skia/gpu/src/GrMemory.cpp', 38 '../third_party/skia/gpu/src/GrMemory.cpp',
39 '../third_party/skia/gpu/src/GrPathRenderer.cpp', 39 '../third_party/skia/gpu/src/GrPathRenderer.cpp',
40 '../third_party/skia/gpu/src/GrPathUtils.cpp', 40 '../third_party/skia/gpu/src/GrPathUtils.cpp',
41 '../third_party/skia/gpu/src/GrRectanizer_fifo.cpp', 41 '../third_party/skia/gpu/src/GrRectanizer_fifo.cpp',
42 '../third_party/skia/gpu/src/GrResource.cpp', 42 '../third_party/skia/gpu/src/GrResource.cpp',
43 '../third_party/skia/gpu/src/GrStencil.cpp', 43 '../third_party/skia/gpu/src/GrStencil.cpp',
44 '../third_party/skia/gpu/src/GrTesselatedPathRenderer.cpp',
44 '../third_party/skia/gpu/src/GrTexture.cpp', 45 '../third_party/skia/gpu/src/GrTexture.cpp',
45 '../third_party/skia/gpu/src/GrTextureCache.cpp', 46 '../third_party/skia/gpu/src/GrTextureCache.cpp',
46 '../third_party/skia/gpu/src/GrTextContext.cpp', 47 '../third_party/skia/gpu/src/GrTextContext.cpp',
47 '../third_party/skia/gpu/src/GrTextStrike.cpp', 48 '../third_party/skia/gpu/src/GrTextStrike.cpp',
48 '../third_party/skia/gpu/src/GrTextStrike_impl.h', 49 '../third_party/skia/gpu/src/GrTextStrike_impl.h',
49 50
50 '../third_party/skia/gpu/include/GrAllocPool.h', 51 '../third_party/skia/gpu/include/GrAllocPool.h',
51 '../third_party/skia/gpu/include/GrAllocator.h', 52 '../third_party/skia/gpu/include/GrAllocator.h',
52 '../third_party/skia/gpu/include/GrAtlas.h', 53 '../third_party/skia/gpu/include/GrAtlas.h',
53 '../third_party/skia/gpu/include/GrClip.h', 54 '../third_party/skia/gpu/include/GrClip.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 '../third_party/skia/gpu/include/GrSamplerState.h', 89 '../third_party/skia/gpu/include/GrSamplerState.h',
89 '../third_party/skia/gpu/include/GrScalar.h', 90 '../third_party/skia/gpu/include/GrScalar.h',
90 '../third_party/skia/gpu/include/GrStencil.h', 91 '../third_party/skia/gpu/include/GrStencil.h',
91 '../third_party/skia/gpu/include/GrStopwatch.h', 92 '../third_party/skia/gpu/include/GrStopwatch.h',
92 '../third_party/skia/gpu/include/GrStringBuilder.h', 93 '../third_party/skia/gpu/include/GrStringBuilder.h',
93 '../third_party/skia/gpu/include/GrTArray.h', 94 '../third_party/skia/gpu/include/GrTArray.h',
94 '../third_party/skia/gpu/include/GrTBSearch.h', 95 '../third_party/skia/gpu/include/GrTBSearch.h',
95 '../third_party/skia/gpu/include/GrTDArray.h', 96 '../third_party/skia/gpu/include/GrTDArray.h',
96 '../third_party/skia/gpu/include/GrTHashCache.h', 97 '../third_party/skia/gpu/include/GrTHashCache.h',
97 '../third_party/skia/gpu/include/GrTLList.h', 98 '../third_party/skia/gpu/include/GrTLList.h',
99 '../third_party/skia/gpu/include/GrTesselatedPathRenderer.h',
98 '../third_party/skia/gpu/include/GrTextContext.h', 100 '../third_party/skia/gpu/include/GrTextContext.h',
99 '../third_party/skia/gpu/include/GrTextStrike.h', 101 '../third_party/skia/gpu/include/GrTextStrike.h',
100 '../third_party/skia/gpu/include/GrTexture.h', 102 '../third_party/skia/gpu/include/GrTexture.h',
101 '../third_party/skia/gpu/include/GrTextureCache.h', 103 '../third_party/skia/gpu/include/GrTextureCache.h',
102 '../third_party/skia/gpu/include/GrTypes.h', 104 '../third_party/skia/gpu/include/GrTypes.h',
103 '../third_party/skia/gpu/include/GrUserConfig.h', 105 '../third_party/skia/gpu/include/GrUserConfig.h',
104 '../third_party/skia/gpu/include/GrVertexBuffer.h', 106 '../third_party/skia/gpu/include/GrVertexBuffer.h',
105 107
106 #'../third_party/skia/src/animator/SkAnimate.h', 108 #'../third_party/skia/src/animator/SkAnimate.h',
107 #'../third_party/skia/src/animator/SkAnimateActive.cpp', 109 #'../third_party/skia/src/animator/SkAnimateActive.cpp',
(...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 'direct_dependent_settings': { 829 'direct_dependent_settings': {
828 'defines': [ 830 'defines': [
829 'GR_DLL', 831 'GR_DLL',
830 'SKIA_DLL', 832 'SKIA_DLL',
831 ], 833 ],
832 }, 834 },
833 },], 835 },],
834 ], 836 ],
835 'dependencies': [ 837 'dependencies': [
836 'skia_opts', 838 'skia_opts',
839 'skia_libtess',
837 '../third_party/zlib/zlib.gyp:zlib', 840 '../third_party/zlib/zlib.gyp:zlib',
838 ], 841 ],
839 'direct_dependent_settings': { 842 'direct_dependent_settings': {
840 'include_dirs': [ 843 'include_dirs': [
841 'config', 844 'config',
842 '../third_party/skia/include/config', 845 '../third_party/skia/include/config',
843 '../third_party/skia/include/core', 846 '../third_party/skia/include/core',
844 '../third_party/skia/include/effects', 847 '../third_party/skia/include/effects',
845 '../third_party/skia/include/pdf', 848 '../third_party/skia/include/pdf',
846 '../third_party/skia/include/gpu', 849 '../third_party/skia/include/gpu',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 ], 926 ],
924 'sources': [ 927 'sources': [
925 '../third_party/skia/src/opts/SkBitmapProcState_opts_arm.cpp', 928 '../third_party/skia/src/opts/SkBitmapProcState_opts_arm.cpp',
926 '../third_party/skia/src/opts/SkBlitRow_opts_arm.cpp', 929 '../third_party/skia/src/opts/SkBlitRow_opts_arm.cpp',
927 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', 930 '../third_party/skia/src/opts/SkUtils_opts_none.cpp',
928 ], 931 ],
929 }], 932 }],
930 ], 933 ],
931 }, 934 },
932 { 935 {
936 'target_name': 'skia_libtess',
937 'type': 'static_library',
938 'include_dirs': [
939 '../third_party/skia/third_party/glu',
940 ],
941 'sources': [
942 '../third_party/skia/third_party/glu/internal_glu.h',
943 '../third_party/skia/third_party/glu/gluos.h',
944 '../third_party/skia/third_party/glu/libtess/dict-list.h',
945 '../third_party/skia/third_party/glu/libtess/dict.c',
946 '../third_party/skia/third_party/glu/libtess/dict.h',
947 '../third_party/skia/third_party/glu/libtess/geom.c',
948 '../third_party/skia/third_party/glu/libtess/geom.h',
949 '../third_party/skia/third_party/glu/libtess/memalloc.c',
950 '../third_party/skia/third_party/glu/libtess/memalloc.h',
951 '../third_party/skia/third_party/glu/libtess/mesh.c',
952 '../third_party/skia/third_party/glu/libtess/mesh.h',
953 '../third_party/skia/third_party/glu/libtess/normal.c',
954 '../third_party/skia/third_party/glu/libtess/normal.h',
955 '../third_party/skia/third_party/glu/libtess/priorityq-heap.h',
956 '../third_party/skia/third_party/glu/libtess/priorityq-sort.h',
957 '../third_party/skia/third_party/glu/libtess/priorityq.c',
958 '../third_party/skia/third_party/glu/libtess/priorityq.h',
959 '../third_party/skia/third_party/glu/libtess/render.c',
960 '../third_party/skia/third_party/glu/libtess/render.h',
961 '../third_party/skia/third_party/glu/libtess/sweep.c',
962 '../third_party/skia/third_party/glu/libtess/sweep.h',
963 '../third_party/skia/third_party/glu/libtess/tess.c',
964 '../third_party/skia/third_party/glu/libtess/tess.h',
965 '../third_party/skia/third_party/glu/libtess/tessmono.c',
966 '../third_party/skia/third_party/glu/libtess/tessmono.h',
967 ],
968 'direct_dependent_settings': {
969 'include_dirs': [
970 '../third_party/skia/third_party/glu',
971 ],
972 },
973 },
974 {
933 'target_name': 'image_operations_bench', 975 'target_name': 'image_operations_bench',
934 'type': 'executable', 976 'type': 'executable',
935 'dependencies': [ 977 'dependencies': [
936 '../base/base.gyp:base', 978 '../base/base.gyp:base',
937 'skia', 979 'skia',
938 ], 980 ],
939 'include_dirs': [ 981 'include_dirs': [
940 '..', 982 '..',
941 ], 983 ],
942 'sources': [ 984 'sources': [
943 'ext/image_operations_bench.cc', 985 'ext/image_operations_bench.cc',
944 ], 986 ],
945 }, 987 },
946 ], 988 ],
947 } 989 }
948 990
949 # Local Variables: 991 # Local Variables:
950 # tab-width:2 992 # tab-width:2
951 # indent-tabs-mode:nil 993 # indent-tabs-mode:nil
952 # End: 994 # End:
953 # vim: set expandtab tabstop=2 shiftwidth=2: 995 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698