| 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 839 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 850 '<(skia_src_path)/utils/SkThreadUtils_pthread_other.cpp', | 850 '<(skia_src_path)/utils/SkThreadUtils_pthread_other.cpp', |
| 851 '<(skia_src_path)/utils/SkThreadUtils_win.cpp', | 851 '<(skia_src_path)/utils/SkThreadUtils_win.cpp', |
| 852 '<(skia_src_path)/utils/SkThreadUtils_win.h', | 852 '<(skia_src_path)/utils/SkThreadUtils_win.h', |
| 853 '<(skia_src_path)/utils/SkTFitsIn.h', | 853 '<(skia_src_path)/utils/SkTFitsIn.h', |
| 854 '<(skia_src_path)/utils/SkTLogic.h', | 854 '<(skia_src_path)/utils/SkTLogic.h', |
| 855 '<(skia_src_path)/utils/SkUnitMappers.cpp', | 855 '<(skia_src_path)/utils/SkUnitMappers.cpp', |
| 856 | 856 |
| 857 #mac | 857 #mac |
| 858 '<(skia_include_path)/utils/mac/SkCGUtils.h', | 858 '<(skia_include_path)/utils/mac/SkCGUtils.h', |
| 859 '<(skia_src_path)/utils/mac/SkCreateCGImageRef.cpp', | 859 '<(skia_src_path)/utils/mac/SkCreateCGImageRef.cpp', |
| 860 '<(skia_src_path)/utils/mac/SkStream_mac.cpp', |
| 860 | 861 |
| 861 #windows | 862 #windows |
| 862 '<(skia_include_path)/utils/win/SkAutoCoInitialize.h', | 863 '<(skia_include_path)/utils/win/SkAutoCoInitialize.h', |
| 863 '<(skia_include_path)/utils/win/SkHRESULT.h', | 864 '<(skia_include_path)/utils/win/SkHRESULT.h', |
| 864 '<(skia_include_path)/utils/win/SkIStream.h', | 865 '<(skia_include_path)/utils/win/SkIStream.h', |
| 865 '<(skia_include_path)/utils/win/SkTScopedComPtr.h', | 866 '<(skia_include_path)/utils/win/SkTScopedComPtr.h', |
| 866 '<(skia_src_path)/utils/win/SkAutoCoInitialize.cpp', | 867 '<(skia_src_path)/utils/win/SkAutoCoInitialize.cpp', |
| 867 '<(skia_src_path)/utils/win/SkDWrite.h', | 868 '<(skia_src_path)/utils/win/SkDWrite.h', |
| 868 '<(skia_src_path)/utils/win/SkDWrite.cpp', | 869 '<(skia_src_path)/utils/win/SkDWrite.cpp', |
| 869 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.cpp', | 870 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.cpp', |
| 870 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.h', | 871 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.h', |
| 871 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.cpp', | 872 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.cpp', |
| 872 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h', | 873 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h', |
| 873 '<(skia_src_path)/utils/win/SkHRESULT.cpp', | 874 '<(skia_src_path)/utils/win/SkHRESULT.cpp', |
| 874 '<(skia_src_path)/utils/win/SkIStream.cpp', | 875 '<(skia_src_path)/utils/win/SkIStream.cpp', |
| 875 '<(skia_src_path)/utils/win/SkWGL_win.cpp', | 876 '<(skia_src_path)/utils/win/SkWGL_win.cpp', |
| 876 | 877 |
| 877 #testing | 878 #testing |
| 878 '<(skia_src_path)/fonts/SkGScalerContext.cpp', | 879 '<(skia_src_path)/fonts/SkGScalerContext.cpp', |
| 879 '<(skia_src_path)/fonts/SkGScalerContext.h', | 880 '<(skia_src_path)/fonts/SkGScalerContext.h', |
| 880 ], | 881 ], |
| 881 } | 882 } |
| OLD | NEW |