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

Side by Side Diff: tools/BUILD.public.expected

Issue 1414643002: Enable BUILD file compilation of skia and dm with --config=android_arm. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Address comments; rebase. Created 5 years, 2 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
OLDNEW
1 This file is auto-generated by tools/BUILD_simulator.py. 1 This file is auto-generated by tools/BUILD_simulator.py.
2 It expands BUILD.public to make it easy to see changes. 2 It expands BUILD.public to make it easy to see changes.
3 COPTS = ['-Wno-implicit-fallthrough'] 3 COPTS = ['*** BEGIN //conditions:default ***',
4 DEFINES = ['SK_RELEASE', 4 '-Wno-implicit-fallthrough',
5 '-Wno-deprecated-declarations',
6 '*** END //conditions:default ***',
7 '*** BEGIN CONDITION_ANDROID ***',
8 '*** END CONDITION_ANDROID ***']
9 COPTS_ANDROID = []
10 COPTS_UNIX = ['-Wno-implicit-fallthrough', '-Wno-deprecated-declarations']
11 DEFINES = ['*** BEGIN //conditions:default ***',
12 'SK_BUILD_FOR_UNIX',
13 'SK_SAMPLES_FOR_X',
14 '*** END //conditions:default ***',
15 '*** BEGIN CONDITION_ANDROID ***',
16 'SK_BUILD_FOR_ANDROID',
17 'SK_ARM_HAS_OPTIONAL_NEON',
18 'SK_PNG_NO_INDEX_SUPPORTED',
19 '*** END CONDITION_ANDROID ***',
20 'SK_RELEASE',
5 'SK_USE_FLOATBITS', 21 'SK_USE_FLOATBITS',
6 'SK_USE_FREETYPE_EMBOLDEN', 22 'SK_USE_FREETYPE_EMBOLDEN',
7 'GOOGLE3', 23 'GOOGLE3']
8 'SK_BUILD_FOR_UNIX', 24 DEFINES_ALL = ['SK_RELEASE', 'SK_USE_FLOATBITS', 'SK_USE_FREETYPE_EMBOLDEN', 'GO OGLE3']
9 'SK_SAMPLES_FOR_X'] 25 DEFINES_ANDROID = ['SK_BUILD_FOR_ANDROID',
26 'SK_ARM_HAS_OPTIONAL_NEON',
27 'SK_PNG_NO_INDEX_SUPPORTED']
28 DEFINES_UNIX = ['SK_BUILD_FOR_UNIX', 'SK_SAMPLES_FOR_X']
29 DEPS = ['*** BEGIN //conditions:default ***',
30 ':opts_sse4',
31 ':opts_ssse3',
32 '*** END //conditions:default ***',
33 '*** BEGIN CONDITION_ANDROID ***',
34 ':opts_arm',
35 ':opts_neon',
36 '*** END CONDITION_ANDROID ***']
37 DEPS_ANDROID = [':opts_arm', ':opts_neon']
38 DEPS_UNIX = [':opts_sse4', ':opts_ssse3']
10 DM_INCLUDES = ['gm', 39 DM_INCLUDES = ['gm',
11 'src/codec', 40 'src/codec',
12 'src/effects', 41 'src/effects',
13 'src/fonts', 42 'src/fonts',
14 'src/pathops', 43 'src/pathops',
15 'src/pipe/utils', 44 'src/pipe/utils',
45 'src/ports',
16 'src/utils/debugger', 46 'src/utils/debugger',
17 'tests', 47 'tests',
18 'tools', 48 'tools',
19 'tools/flags', 49 'tools/flags',
20 'tools/timer'] 50 'tools/timer']
51 DM_PLATFORM_SRCS = ['*** BEGIN //conditions:default ***',
52 '*** END //conditions:default ***',
53 '*** BEGIN CONDITION_ANDROID ***',
54 'tests/FontMgrAndroidParserTest.cpp',
55 '*** END CONDITION_ANDROID ***']
21 DM_SRCS = ['dm/DM.cpp', 56 DM_SRCS = ['dm/DM.cpp',
22 'dm/DMGpuSupport.h', 57 'dm/DMGpuSupport.h',
23 'dm/DMJsonWriter.cpp', 58 'dm/DMJsonWriter.cpp',
24 'dm/DMJsonWriter.h', 59 'dm/DMJsonWriter.h',
25 'dm/DMSrcSink.cpp', 60 'dm/DMSrcSink.cpp',
26 'dm/DMSrcSink.h', 61 'dm/DMSrcSink.h',
27 'dm/DMSrcSinkAndroid.h', 62 'dm/DMSrcSinkAndroid.h',
28 'gm/SkAnimTimer.h', 63 'gm/SkAnimTimer.h',
29 'gm/aaclip.cpp', 64 'gm/aaclip.cpp',
30 'gm/aarectmodes.cpp', 65 'gm/aarectmodes.cpp',
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 'tests/PathCoverageTest.cpp', 435 'tests/PathCoverageTest.cpp',
401 'tests/PathMeasureTest.cpp', 436 'tests/PathMeasureTest.cpp',
402 'tests/PathOpsAngleIdeas.cpp', 437 'tests/PathOpsAngleIdeas.cpp',
403 'tests/PathOpsAngleTest.cpp', 438 'tests/PathOpsAngleTest.cpp',
404 'tests/PathOpsBattles.cpp', 439 'tests/PathOpsBattles.cpp',
405 'tests/PathOpsBoundsTest.cpp', 440 'tests/PathOpsBoundsTest.cpp',
406 'tests/PathOpsBuildUseTest.cpp', 441 'tests/PathOpsBuildUseTest.cpp',
407 'tests/PathOpsBuilderTest.cpp', 442 'tests/PathOpsBuilderTest.cpp',
408 'tests/PathOpsConicIntersectionTest.cpp', 443 'tests/PathOpsConicIntersectionTest.cpp',
409 'tests/PathOpsConicLineIntersectionTest.cpp', 444 'tests/PathOpsConicLineIntersectionTest.cpp',
445 'tests/PathOpsCubicConicIntersectionTest.cpp',
410 'tests/PathOpsCubicIntersectionTest.cpp', 446 'tests/PathOpsCubicIntersectionTest.cpp',
411 'tests/PathOpsCubicIntersectionTestData.cpp', 447 'tests/PathOpsCubicIntersectionTestData.cpp',
412 'tests/PathOpsCubicIntersectionTestData.h', 448 'tests/PathOpsCubicIntersectionTestData.h',
413 'tests/PathOpsCubicLineIntersectionIdeas.cpp', 449 'tests/PathOpsCubicLineIntersectionIdeas.cpp',
414 'tests/PathOpsCubicLineIntersectionTest.cpp', 450 'tests/PathOpsCubicLineIntersectionTest.cpp',
415 'tests/PathOpsCubicQuadIntersectionTest.cpp', 451 'tests/PathOpsCubicQuadIntersectionTest.cpp',
416 'tests/PathOpsCubicReduceOrderTest.cpp', 452 'tests/PathOpsCubicReduceOrderTest.cpp',
417 'tests/PathOpsDCubicTest.cpp', 453 'tests/PathOpsDCubicTest.cpp',
418 'tests/PathOpsDLineTest.cpp', 454 'tests/PathOpsDLineTest.cpp',
419 'tests/PathOpsDPointTest.cpp', 455 'tests/PathOpsDPointTest.cpp',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 'tests/TDPQueueTest.cpp', 547 'tests/TDPQueueTest.cpp',
512 'tests/TLSTest.cpp', 548 'tests/TLSTest.cpp',
513 'tests/TemplatesTest.cpp', 549 'tests/TemplatesTest.cpp',
514 'tests/TessellatingPathRendererTests.cpp', 550 'tests/TessellatingPathRendererTests.cpp',
515 'tests/Test.cpp', 551 'tests/Test.cpp',
516 'tests/Test.h', 552 'tests/Test.h',
517 'tests/TextBlobCacheTest.cpp', 553 'tests/TextBlobCacheTest.cpp',
518 'tests/TextBlobTest.cpp', 554 'tests/TextBlobTest.cpp',
519 'tests/TextureCompressionTest.cpp', 555 'tests/TextureCompressionTest.cpp',
520 'tests/Time.cpp', 556 'tests/Time.cpp',
557 'tests/TopoSortTest.cpp',
521 'tests/TraceMemoryDumpTest.cpp', 558 'tests/TraceMemoryDumpTest.cpp',
522 'tests/TracingTest.cpp', 559 'tests/TracingTest.cpp',
523 'tests/TypefaceTest.cpp', 560 'tests/TypefaceTest.cpp',
524 'tests/UnicodeTest.cpp', 561 'tests/UnicodeTest.cpp',
525 'tests/UtilsTest.cpp', 562 'tests/UtilsTest.cpp',
526 'tests/VarAllocTest.cpp', 563 'tests/VarAllocTest.cpp',
527 'tests/WArrayTest.cpp', 564 'tests/WArrayTest.cpp',
528 'tests/WritePixelsTest.cpp', 565 'tests/WritePixelsTest.cpp',
529 'tests/Writer32Test.cpp', 566 'tests/Writer32Test.cpp',
530 'tests/XfermodeTest.cpp', 567 'tests/XfermodeTest.cpp',
(...skipping 22 matching lines...) Expand all
553 'tools/timer/GpuTimer.cpp', 590 'tools/timer/GpuTimer.cpp',
554 'tools/timer/GpuTimer.h', 591 'tools/timer/GpuTimer.h',
555 'tools/timer/SysTimer_mach.h', 592 'tools/timer/SysTimer_mach.h',
556 'tools/timer/SysTimer_posix.cpp', 593 'tools/timer/SysTimer_posix.cpp',
557 'tools/timer/SysTimer_posix.h', 594 'tools/timer/SysTimer_posix.h',
558 'tools/timer/SysTimer_windows.h', 595 'tools/timer/SysTimer_windows.h',
559 'tools/timer/Timer.cpp', 596 'tools/timer/Timer.cpp',
560 'tools/timer/Timer.h', 597 'tools/timer/Timer.h',
561 'tools/timer/TimerData.cpp', 598 'tools/timer/TimerData.cpp',
562 'tools/timer/TimerData.h'] 599 'tools/timer/TimerData.h']
600 DM_SRCS_ANDROID = ['tests/FontMgrAndroidParserTest.cpp']
601 DM_SRCS_UNIX = []
563 HDRS = ['include/c/sk_canvas.h', 602 HDRS = ['include/c/sk_canvas.h',
564 'include/c/sk_data.h', 603 'include/c/sk_data.h',
565 'include/c/sk_image.h', 604 'include/c/sk_image.h',
566 'include/c/sk_maskfilter.h', 605 'include/c/sk_maskfilter.h',
567 'include/c/sk_matrix.h', 606 'include/c/sk_matrix.h',
568 'include/c/sk_paint.h', 607 'include/c/sk_paint.h',
569 'include/c/sk_path.h', 608 'include/c/sk_path.h',
570 'include/c/sk_picture.h', 609 'include/c/sk_picture.h',
571 'include/c/sk_shader.h', 610 'include/c/sk_shader.h',
572 'include/c/sk_surface.h', 611 'include/c/sk_surface.h',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 'include/gpu/effects/GrCoverageSetOpXP.h', 792 'include/gpu/effects/GrCoverageSetOpXP.h',
754 'include/gpu/effects/GrCustomXfermode.h', 793 'include/gpu/effects/GrCustomXfermode.h',
755 'include/gpu/effects/GrPorterDuffXferProcessor.h', 794 'include/gpu/effects/GrPorterDuffXferProcessor.h',
756 'include/gpu/effects/GrXfermodeFragmentProcessor.h', 795 'include/gpu/effects/GrXfermodeFragmentProcessor.h',
757 'include/gpu/gl/GrGLConfig.h', 796 'include/gpu/gl/GrGLConfig.h',
758 'include/gpu/gl/GrGLConfig_chrome.h', 797 'include/gpu/gl/GrGLConfig_chrome.h',
759 'include/gpu/gl/GrGLExtensions.h', 798 'include/gpu/gl/GrGLExtensions.h',
760 'include/gpu/gl/GrGLFunctions.h', 799 'include/gpu/gl/GrGLFunctions.h',
761 'include/gpu/gl/GrGLInterface.h', 800 'include/gpu/gl/GrGLInterface.h',
762 'include/gpu/gl/GrGLSLPrettyPrint.h', 801 'include/gpu/gl/GrGLSLPrettyPrint.h',
802 'include/gpu/gl/GrGLTypes.h',
763 'include/gpu/gl/SkGLContext.h', 803 'include/gpu/gl/SkGLContext.h',
764 'include/gpu/gl/SkNullGLContext.h', 804 'include/gpu/gl/SkNullGLContext.h',
765 'include/gpu/gl/angle/SkANGLEGLContext.h', 805 'include/gpu/gl/angle/SkANGLEGLContext.h',
766 'include/gpu/gl/command_buffer/SkCommandBufferGLContext.h', 806 'include/gpu/gl/command_buffer/SkCommandBufferGLContext.h',
767 'include/images/SkDecodingImageGenerator.h', 807 'include/images/SkDecodingImageGenerator.h',
768 'include/images/SkForceLinking.h', 808 'include/images/SkForceLinking.h',
769 'include/images/SkMovie.h', 809 'include/images/SkMovie.h',
770 'include/images/SkPageFlipper.h', 810 'include/images/SkPageFlipper.h',
771 'include/pathops/SkPathOps.h', 811 'include/pathops/SkPathOps.h',
772 'include/pipe/SkGPipe.h', 812 'include/pipe/SkGPipe.h',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 'src/core', 881 'src/core',
842 'src/gpu', 882 'src/gpu',
843 'src/image', 883 'src/image',
844 'src/lazy', 884 'src/lazy',
845 'src/opts', 885 'src/opts',
846 'src/pdf', 886 'src/pdf',
847 'src/sfnt', 887 'src/sfnt',
848 'src/utils', 888 'src/utils',
849 'third_party/etc1', 889 'third_party/etc1',
850 'third_party/ktx'] 890 'third_party/ktx']
851 LINKOPTS = ['-ldl'] 891 LINKOPTS = ['*** BEGIN //conditions:default ***',
852 PLATFORM_SRCS = ['src/opts/Sk4px_SSE2.h', 892 '-ldl',
893 '*** END //conditions:default ***',
894 '*** BEGIN CONDITION_ANDROID ***',
895 '-ldl',
896 '-lEGL',
897 '*** END CONDITION_ANDROID ***']
898 PLATFORM_SRCS = ['*** BEGIN //conditions:default ***',
899 'src/gpu/gl/GrGLDefaultInterface_native.cpp',
900 'src/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
901 'src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp',
902 'src/opts/Sk4px_SSE2.h',
853 'src/opts/Sk4px_none.h', 903 'src/opts/Sk4px_none.h',
854 'src/opts/SkBitmapFilter_opts_SSE2.cpp', 904 'src/opts/SkBitmapFilter_opts_SSE2.cpp',
855 'src/opts/SkBitmapFilter_opts_SSE2.h', 905 'src/opts/SkBitmapFilter_opts_SSE2.h',
856 'src/opts/SkBitmapProcState_opts_SSE2.cpp', 906 'src/opts/SkBitmapProcState_opts_SSE2.cpp',
857 'src/opts/SkBitmapProcState_opts_SSE2.h', 907 'src/opts/SkBitmapProcState_opts_SSE2.h',
858 'src/opts/SkBlitMask_opts.h', 908 'src/opts/SkBlitMask_opts.h',
859 'src/opts/SkBlitRow_opts.h', 909 'src/opts/SkBlitRow_opts.h',
860 'src/opts/SkBlitRow_opts_SSE2.cpp', 910 'src/opts/SkBlitRow_opts_SSE2.cpp',
861 'src/opts/SkBlitRow_opts_SSE2.h', 911 'src/opts/SkBlitRow_opts_SSE2.h',
862 'src/opts/SkBlurImageFilter_opts.h', 912 'src/opts/SkBlurImageFilter_opts.h',
(...skipping 15 matching lines...) Expand all
878 'src/ports/SkFontMgr_custom.cpp', 928 'src/ports/SkFontMgr_custom.cpp',
879 'src/ports/SkFontMgr_custom_directory_factory.cpp', 929 'src/ports/SkFontMgr_custom_directory_factory.cpp',
880 'src/ports/SkGlobalInitialization_default.cpp', 930 'src/ports/SkGlobalInitialization_default.cpp',
881 'src/ports/SkImageGenerator_skia.cpp', 931 'src/ports/SkImageGenerator_skia.cpp',
882 'src/ports/SkMemory_malloc.cpp', 932 'src/ports/SkMemory_malloc.cpp',
883 'src/ports/SkOSFile_posix.cpp', 933 'src/ports/SkOSFile_posix.cpp',
884 'src/ports/SkOSFile_stdio.cpp', 934 'src/ports/SkOSFile_stdio.cpp',
885 'src/ports/SkOSLibrary.h', 935 'src/ports/SkOSLibrary.h',
886 'src/ports/SkOSLibrary_posix.cpp', 936 'src/ports/SkOSLibrary_posix.cpp',
887 'src/ports/SkTLS_pthread.cpp', 937 'src/ports/SkTLS_pthread.cpp',
888 'src/ports/SkTime_Unix.cpp'] 938 'src/ports/SkTime_Unix.cpp',
939 '*** END //conditions:default ***',
940 '*** BEGIN CONDITION_ANDROID ***',
941 'src/gpu/gl/GrGLDefaultInterface_none.cpp',
942 'src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp',
943 'src/opts/Sk4px_none.h',
944 'src/opts/SkBlitMask_opts.h',
945 'src/opts/SkBlitRow_opts.h',
946 'src/opts/SkBlurImageFilter_opts.h',
947 'src/opts/SkColorCubeFilter_opts.h',
948 'src/opts/SkFloatingPoint_opts.h',
949 'src/opts/SkMatrix_opts.h',
950 'src/opts/SkMorphologyImageFilter_opts.h',
951 'src/opts/SkNx_sse.h',
952 'src/opts/SkTextureCompressor_opts.h',
953 'src/opts/SkUtils_opts.h',
954 'src/opts/SkXfermode_opts.h',
955 'src/ports/SkDebug_android.cpp',
956 'src/ports/SkDiscardableMemory_none.cpp',
957 'src/ports/SkFontHost_FreeType.cpp',
958 'src/ports/SkFontHost_FreeType_common.cpp',
959 'src/ports/SkFontHost_FreeType_common.h',
960 'src/ports/SkFontMgr_android.cpp',
961 'src/ports/SkFontMgr_android_factory.cpp',
962 'src/ports/SkFontMgr_android_parser.cpp',
963 'src/ports/SkFontMgr_android_parser.h',
964 'src/ports/SkFontMgr_custom.cpp',
965 'src/ports/SkGlobalInitialization_default.cpp',
966 'src/ports/SkImageGenerator_skia.cpp',
967 'src/ports/SkMemory_malloc.cpp',
968 'src/ports/SkOSFile_posix.cpp',
969 'src/ports/SkOSFile_stdio.cpp',
970 'src/ports/SkOSLibrary.h',
971 'src/ports/SkOSLibrary_posix.cpp',
972 'src/ports/SkTLS_pthread.cpp',
973 'src/ports/SkTime_Unix.cpp',
974 '*** END CONDITION_ANDROID ***']
889 SRCS = ['include/private/SkAtomics.h', 975 SRCS = ['include/private/SkAtomics.h',
890 'include/private/SkChecksum.h', 976 'include/private/SkChecksum.h',
891 'include/private/SkFloatBits.h', 977 'include/private/SkFloatBits.h',
892 'include/private/SkFloatingPoint.h', 978 'include/private/SkFloatingPoint.h',
893 'include/private/SkFunction.h', 979 'include/private/SkFunction.h',
894 'include/private/SkGpuFenceSync.h', 980 'include/private/SkGpuFenceSync.h',
895 'include/private/SkMiniRecorder.h', 981 'include/private/SkMiniRecorder.h',
896 'include/private/SkMutex.h', 982 'include/private/SkMutex.h',
897 'include/private/SkOnce.h', 983 'include/private/SkOnce.h',
898 'include/private/SkOncePtr.h', 984 'include/private/SkOncePtr.h',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 'src/core/SkRecordPattern.h', 1252 'src/core/SkRecordPattern.h',
1167 'src/core/SkRecorder.cpp', 1253 'src/core/SkRecorder.cpp',
1168 'src/core/SkRecorder.h', 1254 'src/core/SkRecorder.h',
1169 'src/core/SkRecords.cpp', 1255 'src/core/SkRecords.cpp',
1170 'src/core/SkRect.cpp', 1256 'src/core/SkRect.cpp',
1171 'src/core/SkRefDict.cpp', 1257 'src/core/SkRefDict.cpp',
1172 'src/core/SkRefDict.h', 1258 'src/core/SkRefDict.h',
1173 'src/core/SkRegion.cpp', 1259 'src/core/SkRegion.cpp',
1174 'src/core/SkRegionPriv.h', 1260 'src/core/SkRegionPriv.h',
1175 'src/core/SkRegion_path.cpp', 1261 'src/core/SkRegion_path.cpp',
1262 'src/core/SkRemote.cpp',
1263 'src/core/SkRemote.h',
1264 'src/core/SkRemote_protocol.h',
1176 'src/core/SkResourceCache.cpp', 1265 'src/core/SkResourceCache.cpp',
1177 'src/core/SkResourceCache.h', 1266 'src/core/SkResourceCache.h',
1178 'src/core/SkScalar.cpp', 1267 'src/core/SkScalar.cpp',
1179 'src/core/SkScalerContext.cpp', 1268 'src/core/SkScalerContext.cpp',
1180 'src/core/SkScalerContext.h', 1269 'src/core/SkScalerContext.h',
1181 'src/core/SkScan.cpp', 1270 'src/core/SkScan.cpp',
1182 'src/core/SkScan.h', 1271 'src/core/SkScan.h',
1183 'src/core/SkScanPriv.h', 1272 'src/core/SkScanPriv.h',
1184 'src/core/SkScan_AntiPath.cpp', 1273 'src/core/SkScan_AntiPath.cpp',
1185 'src/core/SkScan_Antihair.cpp', 1274 'src/core/SkScan_Antihair.cpp',
(...skipping 21 matching lines...) Expand all
1207 'src/core/SkStrokerPriv.h', 1296 'src/core/SkStrokerPriv.h',
1208 'src/core/SkSurfacePriv.h', 1297 'src/core/SkSurfacePriv.h',
1209 'src/core/SkTDPQueue.h', 1298 'src/core/SkTDPQueue.h',
1210 'src/core/SkTDynamicHash.h', 1299 'src/core/SkTDynamicHash.h',
1211 'src/core/SkTLList.h', 1300 'src/core/SkTLList.h',
1212 'src/core/SkTLS.cpp', 1301 'src/core/SkTLS.cpp',
1213 'src/core/SkTLS.h', 1302 'src/core/SkTLS.h',
1214 'src/core/SkTMultiMap.h', 1303 'src/core/SkTMultiMap.h',
1215 'src/core/SkTSearch.cpp', 1304 'src/core/SkTSearch.cpp',
1216 'src/core/SkTSort.h', 1305 'src/core/SkTSort.h',
1306 'src/core/SkTTopoSort.h',
1217 'src/core/SkTaskGroup.cpp', 1307 'src/core/SkTaskGroup.cpp',
1218 'src/core/SkTaskGroup.h', 1308 'src/core/SkTaskGroup.h',
1219 'src/core/SkTextBlob.cpp', 1309 'src/core/SkTextBlob.cpp',
1220 'src/core/SkTextFormatParams.h', 1310 'src/core/SkTextFormatParams.h',
1221 'src/core/SkTextMapStateProc.h', 1311 'src/core/SkTextMapStateProc.h',
1222 'src/core/SkTextToPathIter.h', 1312 'src/core/SkTextToPathIter.h',
1223 'src/core/SkThreadID.cpp', 1313 'src/core/SkThreadID.cpp',
1224 'src/core/SkTime.cpp', 1314 'src/core/SkTime.cpp',
1225 'src/core/SkTraceEvent.h', 1315 'src/core/SkTraceEvent.h',
1226 'src/core/SkTraceEventCommon.h', 1316 'src/core/SkTraceEventCommon.h',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
1354 'src/gpu/GrClipMaskManager.h', 1444 'src/gpu/GrClipMaskManager.h',
1355 'src/gpu/GrContext.cpp', 1445 'src/gpu/GrContext.cpp',
1356 'src/gpu/GrContextFactory.cpp', 1446 'src/gpu/GrContextFactory.cpp',
1357 'src/gpu/GrContextFactory.h', 1447 'src/gpu/GrContextFactory.h',
1358 'src/gpu/GrCoordTransform.cpp', 1448 'src/gpu/GrCoordTransform.cpp',
1359 'src/gpu/GrDefaultGeoProcFactory.cpp', 1449 'src/gpu/GrDefaultGeoProcFactory.cpp',
1360 'src/gpu/GrDefaultGeoProcFactory.h', 1450 'src/gpu/GrDefaultGeoProcFactory.h',
1361 'src/gpu/GrDrawContext.cpp', 1451 'src/gpu/GrDrawContext.cpp',
1362 'src/gpu/GrDrawTarget.cpp', 1452 'src/gpu/GrDrawTarget.cpp',
1363 'src/gpu/GrDrawTarget.h', 1453 'src/gpu/GrDrawTarget.h',
1454 'src/gpu/GrDrawingManager.cpp',
1455 'src/gpu/GrDrawingManager.h',
1364 'src/gpu/GrFontScaler.cpp', 1456 'src/gpu/GrFontScaler.cpp',
1365 'src/gpu/GrFontScaler.h', 1457 'src/gpu/GrFontScaler.h',
1366 'src/gpu/GrFragmentProcessor.cpp', 1458 'src/gpu/GrFragmentProcessor.cpp',
1367 'src/gpu/GrGeometryBuffer.h', 1459 'src/gpu/GrGeometryBuffer.h',
1368 'src/gpu/GrGeometryProcessor.h', 1460 'src/gpu/GrGeometryProcessor.h',
1369 'src/gpu/GrGlyph.h', 1461 'src/gpu/GrGlyph.h',
1370 'src/gpu/GrGpu.cpp', 1462 'src/gpu/GrGpu.cpp',
1371 'src/gpu/GrGpu.h', 1463 'src/gpu/GrGpu.h',
1372 'src/gpu/GrGpuFactory.cpp', 1464 'src/gpu/GrGpuFactory.cpp',
1373 'src/gpu/GrGpuFactory.h', 1465 'src/gpu/GrGpuFactory.h',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
1446 'src/gpu/GrTRecorder.h', 1538 'src/gpu/GrTRecorder.h',
1447 'src/gpu/GrTest.cpp', 1539 'src/gpu/GrTest.cpp',
1448 'src/gpu/GrTest.h', 1540 'src/gpu/GrTest.h',
1449 'src/gpu/GrTestUtils.cpp', 1541 'src/gpu/GrTestUtils.cpp',
1450 'src/gpu/GrTextBlobCache.cpp', 1542 'src/gpu/GrTextBlobCache.cpp',
1451 'src/gpu/GrTextBlobCache.h', 1543 'src/gpu/GrTextBlobCache.h',
1452 'src/gpu/GrTextContext.cpp', 1544 'src/gpu/GrTextContext.cpp',
1453 'src/gpu/GrTextContext.h', 1545 'src/gpu/GrTextContext.h',
1454 'src/gpu/GrTexture.cpp', 1546 'src/gpu/GrTexture.cpp',
1455 'src/gpu/GrTextureAccess.cpp', 1547 'src/gpu/GrTextureAccess.cpp',
1456 'src/gpu/GrTextureMaker.h', 1548 'src/gpu/GrTextureParamsAdjuster.cpp',
1549 'src/gpu/GrTextureParamsAdjuster.h',
1457 'src/gpu/GrTexturePriv.h', 1550 'src/gpu/GrTexturePriv.h',
1458 'src/gpu/GrTextureProvider.cpp', 1551 'src/gpu/GrTextureProvider.cpp',
1459 'src/gpu/GrTraceMarker.cpp', 1552 'src/gpu/GrTraceMarker.cpp',
1460 'src/gpu/GrTraceMarker.h', 1553 'src/gpu/GrTraceMarker.h',
1461 'src/gpu/GrTracing.h', 1554 'src/gpu/GrTracing.h',
1462 'src/gpu/GrVertexBuffer.h', 1555 'src/gpu/GrVertexBuffer.h',
1463 'src/gpu/GrVertices.h', 1556 'src/gpu/GrVertices.h',
1464 'src/gpu/GrXferProcessor.cpp', 1557 'src/gpu/GrXferProcessor.cpp',
1465 'src/gpu/GrYUVProvider.cpp', 1558 'src/gpu/GrYUVProvider.cpp',
1466 'src/gpu/GrYUVProvider.h', 1559 'src/gpu/GrYUVProvider.h',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
1561 'src/gpu/effects/GrYUVtoRGBEffect.h', 1654 'src/gpu/effects/GrYUVtoRGBEffect.h',
1562 'src/gpu/gl/GrGLAssembleInterface.cpp', 1655 'src/gpu/gl/GrGLAssembleInterface.cpp',
1563 'src/gpu/gl/GrGLAssembleInterface.h', 1656 'src/gpu/gl/GrGLAssembleInterface.h',
1564 'src/gpu/gl/GrGLBufferImpl.cpp', 1657 'src/gpu/gl/GrGLBufferImpl.cpp',
1565 'src/gpu/gl/GrGLBufferImpl.h', 1658 'src/gpu/gl/GrGLBufferImpl.h',
1566 'src/gpu/gl/GrGLCaps.cpp', 1659 'src/gpu/gl/GrGLCaps.cpp',
1567 'src/gpu/gl/GrGLCaps.h', 1660 'src/gpu/gl/GrGLCaps.h',
1568 'src/gpu/gl/GrGLContext.cpp', 1661 'src/gpu/gl/GrGLContext.cpp',
1569 'src/gpu/gl/GrGLContext.h', 1662 'src/gpu/gl/GrGLContext.h',
1570 'src/gpu/gl/GrGLCreateNullInterface.cpp', 1663 'src/gpu/gl/GrGLCreateNullInterface.cpp',
1571 'src/gpu/gl/GrGLDefaultInterface_native.cpp',
1572 'src/gpu/gl/GrGLDefines.h', 1664 'src/gpu/gl/GrGLDefines.h',
1573 'src/gpu/gl/GrGLExtensions.cpp', 1665 'src/gpu/gl/GrGLExtensions.cpp',
1574 'src/gpu/gl/GrGLFragmentProcessor.cpp', 1666 'src/gpu/gl/GrGLFragmentProcessor.cpp',
1575 'src/gpu/gl/GrGLFragmentProcessor.h', 1667 'src/gpu/gl/GrGLFragmentProcessor.h',
1576 'src/gpu/gl/GrGLGLSL.cpp', 1668 'src/gpu/gl/GrGLGLSL.cpp',
1577 'src/gpu/gl/GrGLGLSL.h', 1669 'src/gpu/gl/GrGLGLSL.h',
1578 'src/gpu/gl/GrGLGeometryProcessor.cpp', 1670 'src/gpu/gl/GrGLGeometryProcessor.cpp',
1579 'src/gpu/gl/GrGLGeometryProcessor.h', 1671 'src/gpu/gl/GrGLGeometryProcessor.h',
1580 'src/gpu/gl/GrGLGpu.cpp', 1672 'src/gpu/gl/GrGLGpu.cpp',
1581 'src/gpu/gl/GrGLGpu.h', 1673 'src/gpu/gl/GrGLGpu.h',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
1651 'src/gpu/gl/debug/GrRenderBufferObj.h', 1743 'src/gpu/gl/debug/GrRenderBufferObj.h',
1652 'src/gpu/gl/debug/GrShaderObj.cpp', 1744 'src/gpu/gl/debug/GrShaderObj.cpp',
1653 'src/gpu/gl/debug/GrShaderObj.h', 1745 'src/gpu/gl/debug/GrShaderObj.h',
1654 'src/gpu/gl/debug/GrTextureObj.cpp', 1746 'src/gpu/gl/debug/GrTextureObj.cpp',
1655 'src/gpu/gl/debug/GrTextureObj.h', 1747 'src/gpu/gl/debug/GrTextureObj.h',
1656 'src/gpu/gl/debug/GrTextureUnitObj.cpp', 1748 'src/gpu/gl/debug/GrTextureUnitObj.cpp',
1657 'src/gpu/gl/debug/GrTextureUnitObj.h', 1749 'src/gpu/gl/debug/GrTextureUnitObj.h',
1658 'src/gpu/gl/debug/GrVertexArrayObj.h', 1750 'src/gpu/gl/debug/GrVertexArrayObj.h',
1659 'src/gpu/gl/debug/SkDebugGLContext.cpp', 1751 'src/gpu/gl/debug/SkDebugGLContext.cpp',
1660 'src/gpu/gl/debug/SkDebugGLContext.h', 1752 'src/gpu/gl/debug/SkDebugGLContext.h',
1661 'src/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
1662 'src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp',
1663 'src/gpu/glsl/GrGLSL.cpp', 1753 'src/gpu/glsl/GrGLSL.cpp',
1664 'src/gpu/glsl/GrGLSL.h', 1754 'src/gpu/glsl/GrGLSL.h',
1665 'src/gpu/glsl/GrGLSLCaps.cpp', 1755 'src/gpu/glsl/GrGLSLCaps.cpp',
1666 'src/gpu/glsl/GrGLSLCaps.h', 1756 'src/gpu/glsl/GrGLSLCaps.h',
1667 'src/gpu/glsl/GrGLSL_impl.h', 1757 'src/gpu/glsl/GrGLSL_impl.h',
1668 'src/image/SkImage.cpp', 1758 'src/image/SkImage.cpp',
1669 'src/image/SkImagePriv.h', 1759 'src/image/SkImagePriv.h',
1670 'src/image/SkImageShader.cpp', 1760 'src/image/SkImageShader.cpp',
1671 'src/image/SkImageShader.h', 1761 'src/image/SkImageShader.h',
1672 'src/image/SkImage_Base.h', 1762 'src/image/SkImage_Base.h',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
1893 'src/utils/SkTextureCompressor_ASTC.h', 1983 'src/utils/SkTextureCompressor_ASTC.h',
1894 'src/utils/SkTextureCompressor_Blitter.h', 1984 'src/utils/SkTextureCompressor_Blitter.h',
1895 'src/utils/SkTextureCompressor_LATC.cpp', 1985 'src/utils/SkTextureCompressor_LATC.cpp',
1896 'src/utils/SkTextureCompressor_LATC.h', 1986 'src/utils/SkTextureCompressor_LATC.h',
1897 'src/utils/SkTextureCompressor_R11EAC.cpp', 1987 'src/utils/SkTextureCompressor_R11EAC.cpp',
1898 'src/utils/SkTextureCompressor_R11EAC.h', 1988 'src/utils/SkTextureCompressor_R11EAC.h',
1899 'src/utils/SkTextureCompressor_Utils.h', 1989 'src/utils/SkTextureCompressor_Utils.h',
1900 'src/utils/SkThreadUtils.h', 1990 'src/utils/SkThreadUtils.h',
1901 'src/utils/SkThreadUtils_pthread.cpp', 1991 'src/utils/SkThreadUtils_pthread.cpp',
1902 'src/utils/SkThreadUtils_pthread.h', 1992 'src/utils/SkThreadUtils_pthread.h',
1903 'src/utils/SkThreadUtils_pthread_linux.cpp',
1904 'src/utils/SkThreadUtils_win.h', 1993 'src/utils/SkThreadUtils_win.h',
1905 'src/utils/SkWhitelistChecksums.cpp', 1994 'src/utils/SkWhitelistChecksums.cpp',
1906 'src/utils/SkWhitelistTypefaces.cpp', 1995 'src/utils/SkWhitelistTypefaces.cpp',
1907 'src/utils/debugger/SkDebugCanvas.cpp', 1996 'src/utils/debugger/SkDebugCanvas.cpp',
1908 'src/utils/debugger/SkDebugCanvas.h', 1997 'src/utils/debugger/SkDebugCanvas.h',
1909 'src/utils/debugger/SkDrawCommand.cpp', 1998 'src/utils/debugger/SkDrawCommand.cpp',
1910 'src/utils/debugger/SkDrawCommand.h', 1999 'src/utils/debugger/SkDrawCommand.h',
1911 'src/utils/debugger/SkObjectParser.cpp', 2000 'src/utils/debugger/SkObjectParser.cpp',
1912 'src/utils/debugger/SkObjectParser.h', 2001 'src/utils/debugger/SkObjectParser.h',
1913 'src/xml/SkDOM.cpp', 2002 'src/xml/SkDOM.cpp',
1914 'src/xml/SkXMLParser.cpp', 2003 'src/xml/SkXMLParser.cpp',
1915 'src/xml/SkXMLWriter.cpp', 2004 'src/xml/SkXMLWriter.cpp',
1916 'third_party/etc1/etc1.cpp', 2005 'third_party/etc1/etc1.cpp',
1917 'third_party/etc1/etc1.h', 2006 'third_party/etc1/etc1.h',
1918 'third_party/ktx/ktx.cpp', 2007 'third_party/ktx/ktx.cpp',
1919 'third_party/ktx/ktx.h'] 2008 'third_party/ktx/ktx.h']
2009 SRCS_ANDROID = ['src/gpu/gl/GrGLDefaultInterface_none.cpp',
2010 'src/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp',
2011 'src/opts/Sk4px_none.h',
2012 'src/opts/SkBlitMask_opts.h',
2013 'src/opts/SkBlitRow_opts.h',
2014 'src/opts/SkBlurImageFilter_opts.h',
2015 'src/opts/SkColorCubeFilter_opts.h',
2016 'src/opts/SkFloatingPoint_opts.h',
2017 'src/opts/SkMatrix_opts.h',
2018 'src/opts/SkMorphologyImageFilter_opts.h',
2019 'src/opts/SkNx_sse.h',
2020 'src/opts/SkTextureCompressor_opts.h',
2021 'src/opts/SkUtils_opts.h',
2022 'src/opts/SkXfermode_opts.h',
2023 'src/ports/SkDebug_android.cpp',
2024 'src/ports/SkDiscardableMemory_none.cpp',
2025 'src/ports/SkFontHost_FreeType.cpp',
2026 'src/ports/SkFontHost_FreeType_common.cpp',
2027 'src/ports/SkFontHost_FreeType_common.h',
2028 'src/ports/SkFontMgr_android.cpp',
2029 'src/ports/SkFontMgr_android_factory.cpp',
2030 'src/ports/SkFontMgr_android_parser.cpp',
2031 'src/ports/SkFontMgr_android_parser.h',
2032 'src/ports/SkFontMgr_custom.cpp',
2033 'src/ports/SkGlobalInitialization_default.cpp',
2034 'src/ports/SkImageGenerator_skia.cpp',
2035 'src/ports/SkMemory_malloc.cpp',
2036 'src/ports/SkOSFile_posix.cpp',
2037 'src/ports/SkOSFile_stdio.cpp',
2038 'src/ports/SkOSLibrary.h',
2039 'src/ports/SkOSLibrary_posix.cpp',
2040 'src/ports/SkTLS_pthread.cpp',
2041 'src/ports/SkTime_Unix.cpp']
1920 SRCS_SSE4 = ['src/opts/SkBlitRow_opts_SSE4.cpp', 'src/opts/SkOpts_sse41.cpp'] 2042 SRCS_SSE4 = ['src/opts/SkBlitRow_opts_SSE4.cpp', 'src/opts/SkOpts_sse41.cpp']
1921 SRCS_SSSE3 = ['src/opts/SkBitmapProcState_opts_SSSE3.cpp', 'src/opts/SkOpts_ssse 3.cpp'] 2043 SRCS_SSSE3 = ['src/opts/SkBitmapProcState_opts_SSSE3.cpp', 'src/opts/SkOpts_ssse 3.cpp']
2044 SRCS_UNIX = ['src/gpu/gl/GrGLDefaultInterface_native.cpp',
2045 'src/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
2046 'src/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp',
2047 'src/opts/Sk4px_SSE2.h',
2048 'src/opts/Sk4px_none.h',
2049 'src/opts/SkBitmapFilter_opts_SSE2.cpp',
2050 'src/opts/SkBitmapFilter_opts_SSE2.h',
2051 'src/opts/SkBitmapProcState_opts_SSE2.cpp',
2052 'src/opts/SkBitmapProcState_opts_SSE2.h',
2053 'src/opts/SkBlitMask_opts.h',
2054 'src/opts/SkBlitRow_opts.h',
2055 'src/opts/SkBlitRow_opts_SSE2.cpp',
2056 'src/opts/SkBlitRow_opts_SSE2.h',
2057 'src/opts/SkBlurImageFilter_opts.h',
2058 'src/opts/SkColorCubeFilter_opts.h',
2059 'src/opts/SkColor_opts_SSE2.h',
2060 'src/opts/SkFloatingPoint_opts.h',
2061 'src/opts/SkMatrix_opts.h',
2062 'src/opts/SkMorphologyImageFilter_opts.h',
2063 'src/opts/SkNx_sse.h',
2064 'src/opts/SkTextureCompressor_opts.h',
2065 'src/opts/SkUtils_opts.h',
2066 'src/opts/SkXfermode_opts.h',
2067 'src/opts/opts_check_x86.cpp',
2068 'src/ports/SkDebug_stdio.cpp',
2069 'src/ports/SkDiscardableMemory_none.cpp',
2070 'src/ports/SkFontHost_FreeType.cpp',
2071 'src/ports/SkFontHost_FreeType_common.cpp',
2072 'src/ports/SkFontHost_FreeType_common.h',
2073 'src/ports/SkFontMgr_custom.cpp',
2074 'src/ports/SkFontMgr_custom_directory_factory.cpp',
2075 'src/ports/SkGlobalInitialization_default.cpp',
2076 'src/ports/SkImageGenerator_skia.cpp',
2077 'src/ports/SkMemory_malloc.cpp',
2078 'src/ports/SkOSFile_posix.cpp',
2079 'src/ports/SkOSFile_stdio.cpp',
2080 'src/ports/SkOSLibrary.h',
2081 'src/ports/SkOSLibrary_posix.cpp',
2082 'src/ports/SkTLS_pthread.cpp',
2083 'src/ports/SkTime_Unix.cpp']
OLDNEW
« BUILD.public ('K') | « src/pdf/SkPDFFont.cpp ('k') | tools/BUILD_simulator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698