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

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

Issue 1671193002: Make SkPicture/SkImageGenerator default to SkCodec (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Move ImageGenerator impl into ktx code to share with nanobench Created 4 years, 10 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
« no previous file with comments | « tests/PictureTest.cpp ('k') | tools/LazyDecodeBitmap.h » ('j') | 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 BASE_DEPS = ['*** BEGIN CONDITION_IOS ***', 3 BASE_DEPS = ['*** BEGIN CONDITION_IOS ***',
4 '*** END CONDITION_IOS ***', 4 '*** END CONDITION_IOS ***',
5 '*** BEGIN //conditions:default ***', 5 '*** BEGIN //conditions:default ***',
6 ':opts_sse4', 6 ':opts_sse4',
7 ':opts_ssse3', 7 ':opts_ssse3',
8 '*** END //conditions:default ***', 8 '*** END //conditions:default ***',
9 '*** BEGIN CONDITION_ANDROID ***', 9 '*** BEGIN CONDITION_ANDROID ***',
10 '*** END CONDITION_ANDROID ***'] 10 '*** END CONDITION_ANDROID ***']
(...skipping 2156 matching lines...) Expand 10 before | Expand all | Expand 10 after
2167 'tests/UnicodeTest.cpp', 2167 'tests/UnicodeTest.cpp',
2168 'tests/UtilsTest.cpp', 2168 'tests/UtilsTest.cpp',
2169 'tests/VarAllocTest.cpp', 2169 'tests/VarAllocTest.cpp',
2170 'tests/WArrayTest.cpp', 2170 'tests/WArrayTest.cpp',
2171 'tests/WritePixelsTest.cpp', 2171 'tests/WritePixelsTest.cpp',
2172 'tests/Writer32Test.cpp', 2172 'tests/Writer32Test.cpp',
2173 'tests/XfermodeTest.cpp', 2173 'tests/XfermodeTest.cpp',
2174 'tests/YUVCacheTest.cpp', 2174 'tests/YUVCacheTest.cpp',
2175 'tools/CrashHandler.cpp', 2175 'tools/CrashHandler.cpp',
2176 'tools/CrashHandler.h', 2176 'tools/CrashHandler.h',
2177 'tools/LazyDecodeBitmap.cpp',
2178 'tools/LazyDecodeBitmap.h',
2179 'tools/ProcStats.cpp', 2177 'tools/ProcStats.cpp',
2180 'tools/ProcStats.h', 2178 'tools/ProcStats.h',
2181 'tools/Resources.cpp', 2179 'tools/Resources.cpp',
2182 'tools/Resources.h', 2180 'tools/Resources.h',
2183 'tools/flags/SkCommandLineFlags.cpp', 2181 'tools/flags/SkCommandLineFlags.cpp',
2184 'tools/flags/SkCommandLineFlags.h', 2182 'tools/flags/SkCommandLineFlags.h',
2185 'tools/flags/SkCommonFlags.cpp', 2183 'tools/flags/SkCommonFlags.cpp',
2186 'tools/flags/SkCommonFlags.h', 2184 'tools/flags/SkCommonFlags.h',
2187 'tools/sk_tool_utils.cpp', 2185 'tools/sk_tool_utils.cpp',
2188 'tools/sk_tool_utils.h', 2186 'tools/sk_tool_utils.h',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
2222 'third_party/ktx'] 2220 'third_party/ktx']
2223 LINKOPTS = ['*** BEGIN //conditions:default ***', 2221 LINKOPTS = ['*** BEGIN //conditions:default ***',
2224 '-ldl', 2222 '-ldl',
2225 '*** END //conditions:default ***', 2223 '*** END //conditions:default ***',
2226 '*** BEGIN CONDITION_ANDROID ***', 2224 '*** BEGIN CONDITION_ANDROID ***',
2227 '-ldl', 2225 '-ldl',
2228 '-lEGL', 2226 '-lEGL',
2229 '*** END CONDITION_ANDROID ***'] 2227 '*** END CONDITION_ANDROID ***']
2230 SSE4_SRCS = ['src/opts/SkBlitRow_opts_SSE4.cpp', 'src/opts/SkOpts_sse41.cpp'] 2228 SSE4_SRCS = ['src/opts/SkBlitRow_opts_SSE4.cpp', 'src/opts/SkOpts_sse41.cpp']
2231 SSSE3_SRCS = ['src/opts/SkBitmapProcState_opts_SSSE3.cpp', 'src/opts/SkOpts_ssse 3.cpp'] 2229 SSSE3_SRCS = ['src/opts/SkBitmapProcState_opts_SSSE3.cpp', 'src/opts/SkOpts_ssse 3.cpp']
OLDNEW
« no previous file with comments | « tests/PictureTest.cpp ('k') | tools/LazyDecodeBitmap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698