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

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

Issue 1441753002: Replace SkFunction with std::function (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « tests/FunctionTest.cpp ('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 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 = ['*** BEGIN //conditions:default ***', 3 COPTS = ['*** BEGIN //conditions:default ***',
4 '-Wno-implicit-fallthrough', 4 '-Wno-implicit-fallthrough',
5 '-Wno-deprecated-declarations', 5 '-Wno-deprecated-declarations',
6 '*** END //conditions:default ***', 6 '*** END //conditions:default ***',
7 '*** BEGIN CONDITION_ANDROID ***', 7 '*** BEGIN CONDITION_ANDROID ***',
8 '-mfpu=neon', 8 '-mfpu=neon',
9 '*** END CONDITION_ANDROID ***'] 9 '*** END CONDITION_ANDROID ***']
10 COPTS_ANDROID = ['-mfpu=neon'] 10 COPTS_ANDROID = ['-mfpu=neon']
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 'tests/ErrorTest.cpp', 356 'tests/ErrorTest.cpp',
357 'tests/FillPathTest.cpp', 357 'tests/FillPathTest.cpp',
358 'tests/FitsInTest.cpp', 358 'tests/FitsInTest.cpp',
359 'tests/FloatingPointTextureTest.cpp', 359 'tests/FloatingPointTextureTest.cpp',
360 'tests/FontHostStreamTest.cpp', 360 'tests/FontHostStreamTest.cpp',
361 'tests/FontHostTest.cpp', 361 'tests/FontHostTest.cpp',
362 'tests/FontMgrTest.cpp', 362 'tests/FontMgrTest.cpp',
363 'tests/FontNamesTest.cpp', 363 'tests/FontNamesTest.cpp',
364 'tests/FontObjTest.cpp', 364 'tests/FontObjTest.cpp',
365 'tests/FrontBufferedStreamTest.cpp', 365 'tests/FrontBufferedStreamTest.cpp',
366 'tests/FunctionTest.cpp',
367 'tests/GLInterfaceValidationTest.cpp', 366 'tests/GLInterfaceValidationTest.cpp',
368 'tests/GLProgramsTest.cpp', 367 'tests/GLProgramsTest.cpp',
369 'tests/GeometryTest.cpp', 368 'tests/GeometryTest.cpp',
370 'tests/GifTest.cpp', 369 'tests/GifTest.cpp',
371 'tests/GpuColorFilterTest.cpp', 370 'tests/GpuColorFilterTest.cpp',
372 'tests/GpuDrawPathTest.cpp', 371 'tests/GpuDrawPathTest.cpp',
373 'tests/GpuLayerCacheTest.cpp', 372 'tests/GpuLayerCacheTest.cpp',
374 'tests/GpuRectanizerTest.cpp', 373 'tests/GpuRectanizerTest.cpp',
375 'tests/GrAllocatorTest.cpp', 374 'tests/GrAllocatorTest.cpp',
376 'tests/GrContextFactoryTest.cpp', 375 'tests/GrContextFactoryTest.cpp',
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
972 'src/ports/SkOSFile_stdio.cpp', 971 'src/ports/SkOSFile_stdio.cpp',
973 'src/ports/SkOSLibrary.h', 972 'src/ports/SkOSLibrary.h',
974 'src/ports/SkOSLibrary_posix.cpp', 973 'src/ports/SkOSLibrary_posix.cpp',
975 'src/ports/SkTLS_pthread.cpp', 974 'src/ports/SkTLS_pthread.cpp',
976 'src/ports/SkTime_Unix.cpp', 975 'src/ports/SkTime_Unix.cpp',
977 '*** END CONDITION_ANDROID ***'] 976 '*** END CONDITION_ANDROID ***']
978 SRCS = ['include/private/SkAtomics.h', 977 SRCS = ['include/private/SkAtomics.h',
979 'include/private/SkChecksum.h', 978 'include/private/SkChecksum.h',
980 'include/private/SkFloatBits.h', 979 'include/private/SkFloatBits.h',
981 'include/private/SkFloatingPoint.h', 980 'include/private/SkFloatingPoint.h',
982 'include/private/SkFunction.h',
983 'include/private/SkGpuFenceSync.h', 981 'include/private/SkGpuFenceSync.h',
984 'include/private/SkMiniRecorder.h', 982 'include/private/SkMiniRecorder.h',
985 'include/private/SkMutex.h', 983 'include/private/SkMutex.h',
986 'include/private/SkOnce.h', 984 'include/private/SkOnce.h',
987 'include/private/SkOncePtr.h', 985 'include/private/SkOncePtr.h',
988 'include/private/SkRecords.h', 986 'include/private/SkRecords.h',
989 'include/private/SkSemaphore.h', 987 'include/private/SkSemaphore.h',
990 'include/private/SkSpinlock.h', 988 'include/private/SkSpinlock.h',
991 'include/private/SkTHash.h', 989 'include/private/SkTHash.h',
992 'include/private/SkTLogic.h', 990 'include/private/SkTLogic.h',
(...skipping 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after
2100 'src/ports/SkFontMgr_custom_directory_factory.cpp', 2098 'src/ports/SkFontMgr_custom_directory_factory.cpp',
2101 'src/ports/SkGlobalInitialization_default.cpp', 2099 'src/ports/SkGlobalInitialization_default.cpp',
2102 'src/ports/SkImageGenerator_skia.cpp', 2100 'src/ports/SkImageGenerator_skia.cpp',
2103 'src/ports/SkMemory_malloc.cpp', 2101 'src/ports/SkMemory_malloc.cpp',
2104 'src/ports/SkOSFile_posix.cpp', 2102 'src/ports/SkOSFile_posix.cpp',
2105 'src/ports/SkOSFile_stdio.cpp', 2103 'src/ports/SkOSFile_stdio.cpp',
2106 'src/ports/SkOSLibrary.h', 2104 'src/ports/SkOSLibrary.h',
2107 'src/ports/SkOSLibrary_posix.cpp', 2105 'src/ports/SkOSLibrary_posix.cpp',
2108 'src/ports/SkTLS_pthread.cpp', 2106 'src/ports/SkTLS_pthread.cpp',
2109 'src/ports/SkTime_Unix.cpp'] 2107 'src/ports/SkTime_Unix.cpp']
OLDNEW
« no previous file with comments | « tests/FunctionTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698