OLD | NEW |
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', |
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
794 '<(skia_src_path)/sfnt/SkOTTable_name.cpp', | 794 '<(skia_src_path)/sfnt/SkOTTable_name.cpp', |
795 '<(skia_src_path)/sfnt/SkOTTable_name.h', | 795 '<(skia_src_path)/sfnt/SkOTTable_name.h', |
796 '<(skia_src_path)/sfnt/SkOTUtils.cpp', | 796 '<(skia_src_path)/sfnt/SkOTUtils.cpp', |
797 '<(skia_src_path)/sfnt/SkOTUtils.h', | 797 '<(skia_src_path)/sfnt/SkOTUtils.h', |
798 '<(skia_src_path)/utils/debugger/SkDebugCanvas.cpp', | 798 '<(skia_src_path)/utils/debugger/SkDebugCanvas.cpp', |
799 '<(skia_src_path)/utils/debugger/SkDebugCanvas.h', | 799 '<(skia_src_path)/utils/debugger/SkDebugCanvas.h', |
800 '<(skia_src_path)/utils/debugger/SkDrawCommand.cpp', | 800 '<(skia_src_path)/utils/debugger/SkDrawCommand.cpp', |
801 '<(skia_src_path)/utils/debugger/SkDrawCommand.h', | 801 '<(skia_src_path)/utils/debugger/SkDrawCommand.h', |
802 '<(skia_src_path)/utils/debugger/SkObjectParser.cpp', | 802 '<(skia_src_path)/utils/debugger/SkObjectParser.cpp', |
803 '<(skia_src_path)/utils/debugger/SkObjectParser.h', | 803 '<(skia_src_path)/utils/debugger/SkObjectParser.h', |
804 '<(skia_src_path)/utils/mac/SkCreateCGImageRef.cpp', | |
805 '<(skia_src_path)/utils/SkBase64.cpp', | 804 '<(skia_src_path)/utils/SkBase64.cpp', |
806 '<(skia_src_path)/utils/SkBase64.h', | 805 '<(skia_src_path)/utils/SkBase64.h', |
807 '<(skia_src_path)/utils/SkBitmapHasher.cpp', | 806 '<(skia_src_path)/utils/SkBitmapHasher.cpp', |
808 '<(skia_src_path)/utils/SkBitmapHasher.h', | 807 '<(skia_src_path)/utils/SkBitmapHasher.h', |
809 '<(skia_src_path)/utils/SkBitSet.cpp', | 808 '<(skia_src_path)/utils/SkBitSet.cpp', |
810 '<(skia_src_path)/utils/SkBitSet.h', | 809 '<(skia_src_path)/utils/SkBitSet.h', |
811 '<(skia_src_path)/utils/SkBoundaryPatch.cpp', | 810 '<(skia_src_path)/utils/SkBoundaryPatch.cpp', |
812 '<(skia_src_path)/utils/SkFrontBufferedStream.cpp', | 811 '<(skia_src_path)/utils/SkFrontBufferedStream.cpp', |
813 '<(skia_src_path)/utils/SkCamera.cpp', | 812 '<(skia_src_path)/utils/SkCamera.cpp', |
814 '<(skia_src_path)/utils/SkCanvasStack.h', | 813 '<(skia_src_path)/utils/SkCanvasStack.h', |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
873 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h', | 872 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h', |
874 '<(skia_src_path)/utils/win/SkHRESULT.cpp', | 873 '<(skia_src_path)/utils/win/SkHRESULT.cpp', |
875 '<(skia_src_path)/utils/win/SkIStream.cpp', | 874 '<(skia_src_path)/utils/win/SkIStream.cpp', |
876 '<(skia_src_path)/utils/win/SkWGL_win.cpp', | 875 '<(skia_src_path)/utils/win/SkWGL_win.cpp', |
877 | 876 |
878 #testing | 877 #testing |
879 '<(skia_src_path)/fonts/SkGScalerContext.cpp', | 878 '<(skia_src_path)/fonts/SkGScalerContext.cpp', |
880 '<(skia_src_path)/fonts/SkGScalerContext.h', | 879 '<(skia_src_path)/fonts/SkGScalerContext.h', |
881 ], | 880 ], |
882 } | 881 } |
OLD | NEW |