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

Side by Side Diff: skia/skia_gn_files.gypi

Issue 240173003: Roll Skia to r14226. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 8 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 # This file is read into the GN build. 1 # This file is read into the GN build.
2 2
3 # Files are relative to third_party/skia. 3 # Files are relative to third_party/skia.
4 { 4 {
5 # Shared defines for all builds. 5 # Shared defines for all builds.
6 'skia_feature_defines': [ 6 'skia_feature_defines': [
7 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', 7 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"',
8 'GR_GL_IGNORE_ES3_MSAA=0', 8 'GR_GL_IGNORE_ES3_MSAA=0',
9 'SK_ATTR_DEPRECATED=SK_NOTHING_ARG1', 9 'SK_ATTR_DEPRECATED=SK_NOTHING_ARG1',
10 'SK_DEFERRED_CANVAS_USES_FACTORIES=1', 10 'SK_DEFERRED_CANVAS_USES_FACTORIES=1',
11 'SK_DISABLE_OFFSETIMAGEFILTER_OPTIMIZATION', 11 'SK_DISABLE_OFFSETIMAGEFILTER_OPTIMIZATION',
12 'SK_ENABLE_INST_COUNT=0', 12 'SK_ENABLE_INST_COUNT=0',
13 'SK_ENABLE_LEGACY_API_ALIASING=1', 13 'SK_ENABLE_LEGACY_API_ALIASING=1',
14 'SK_HIGH_QUALITY_IS_LANCZOS', 14 'SK_HIGH_QUALITY_IS_LANCZOS',
15 'SK_IGNORE_BLURRED_RRECT_OPT', 15 'SK_IGNORE_BLURRED_RRECT_OPT',
16 'SK_IGNORE_QUAD_RR_CORNERS_OPT', 16 'SK_IGNORE_QUAD_RR_CORNERS_OPT',
17 'SK_SUPPORT_LEGACY_GETCLIPTYPE', 17 'SK_SUPPORT_LEGACY_GETCLIPTYPE',
18 'SK_SUPPORT_LEGACY_GETTOPDEVICE', 18 'SK_SUPPORT_LEGACY_GETTOPDEVICE',
19 'SK_SUPPORT_LEGACY_GETTOTALCLIP', 19 'SK_SUPPORT_LEGACY_GETTOTALCLIP',
20 'SK_SUPPORT_LEGACY_LAYERRASTERIZER_API=1', 20 'SK_SUPPORT_LEGACY_LAYERRASTERIZER_API=1',
21 'SK_SUPPORT_LEGACY_N32_NAME', 21 'SK_SUPPORT_LEGACY_N32_NAME',
22 'SK_SUPPORT_LEGACY_PROCXFERMODE',
22 'SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS=1', 23 'SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS=1',
23 'SK_USE_DISCARDABLE_SCALEDIMAGECACHE', 24 'SK_USE_DISCARDABLE_SCALEDIMAGECACHE',
24 'SK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT', 25 'SK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT',
25 ], 26 ],
26 27
27 'skia_gpu_sources': [ 28 'skia_gpu_sources': [
28 '<(skia_include_path)/gpu/GrBackendEffectFactory.h', 29 '<(skia_include_path)/gpu/GrBackendEffectFactory.h',
29 '<(skia_include_path)/gpu/GrClipData.h', 30 '<(skia_include_path)/gpu/GrClipData.h',
30 '<(skia_include_path)/gpu/GrColor.h', 31 '<(skia_include_path)/gpu/GrColor.h',
31 '<(skia_include_path)/gpu/GrConfig.h', 32 '<(skia_include_path)/gpu/GrConfig.h',
(...skipping 841 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h', 874 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h',
874 '<(skia_src_path)/utils/win/SkHRESULT.cpp', 875 '<(skia_src_path)/utils/win/SkHRESULT.cpp',
875 '<(skia_src_path)/utils/win/SkIStream.cpp', 876 '<(skia_src_path)/utils/win/SkIStream.cpp',
876 '<(skia_src_path)/utils/win/SkWGL_win.cpp', 877 '<(skia_src_path)/utils/win/SkWGL_win.cpp',
877 878
878 #testing 879 #testing
879 '<(skia_src_path)/fonts/SkGScalerContext.cpp', 880 '<(skia_src_path)/fonts/SkGScalerContext.cpp',
880 '<(skia_src_path)/fonts/SkGScalerContext.h', 881 '<(skia_src_path)/fonts/SkGScalerContext.h',
881 ], 882 ],
882 } 883 }
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