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

Side by Side Diff: BUILD.public

Issue 1415243007: Rename SkBitmapRegionDecoder and Create 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 | « no previous file | bench/BitmapRegionDecoderBench.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 # Description: 1 # Description:
2 # Skia graphics library. 2 # Skia graphics library.
3 # 3 #
4 # Definitions for Google BUILD file. 4 # Definitions for Google BUILD file.
5 5
6 exports_files(["BUILD.public"]) 6 exports_files(["BUILD.public"])
7 7
8 # Platform-independent SRCS 8 # Platform-independent SRCS
9 SRCS = glob( 9 SRCS = glob(
10 [ 10 [
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 "tools/LazyDecodeBitmap.cpp", 286 "tools/LazyDecodeBitmap.cpp",
287 "tools/LazyDecodeBitmap.h", 287 "tools/LazyDecodeBitmap.h",
288 "tools/ProcStats.cpp", 288 "tools/ProcStats.cpp",
289 "tools/ProcStats.h", 289 "tools/ProcStats.h",
290 "tools/Resources.cpp", 290 "tools/Resources.cpp",
291 "tools/Resources.h", 291 "tools/Resources.h",
292 "tools/SkBitmapRegionCanvas.cpp", 292 "tools/SkBitmapRegionCanvas.cpp",
293 "tools/SkBitmapRegionCanvas.h", 293 "tools/SkBitmapRegionCanvas.h",
294 "tools/SkBitmapRegionCodec.cpp", 294 "tools/SkBitmapRegionCodec.cpp",
295 "tools/SkBitmapRegionCodec.h", 295 "tools/SkBitmapRegionCodec.h",
296 "tools/SkBitmapRegionDecoderInterface.cpp", 296 "tools/SkBitmapRegionDecoder.cpp",
297 "tools/SkBitmapRegionDecoderInterface.h", 297 "tools/SkBitmapRegionDecoder.h",
298 "tools/SkBitmapRegionSampler.cpp", 298 "tools/SkBitmapRegionSampler.cpp",
299 "tools/SkBitmapRegionSampler.h", 299 "tools/SkBitmapRegionSampler.h",
300 "tools/flags/*.cpp", 300 "tools/flags/*.cpp",
301 "tools/flags/*.h", 301 "tools/flags/*.h",
302 "tools/sk_tool_utils.cpp", 302 "tools/sk_tool_utils.cpp",
303 "tools/sk_tool_utils.h", 303 "tools/sk_tool_utils.h",
304 "tools/sk_tool_utils_font.cpp", 304 "tools/sk_tool_utils_font.cpp",
305 "tools/timer/*.cpp", 305 "tools/timer/*.cpp",
306 "tools/timer/*.h", 306 "tools/timer/*.h",
307 ], 307 ],
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 "--images %s/resources" % BASE_DIR, 446 "--images %s/resources" % BASE_DIR,
447 ], 447 ],
448 copts = COPTS, 448 copts = COPTS,
449 data = glob(["resources/**/*"]), 449 data = glob(["resources/**/*"]),
450 defines = DEFINES, 450 defines = DEFINES,
451 includes = DM_INCLUDES, 451 includes = DM_INCLUDES,
452 deps = DM_EXTERNAL_DEPS + [ 452 deps = DM_EXTERNAL_DEPS + [
453 ":skia", 453 ":skia",
454 ] + EXTERNAL_DEPS_ALL, 454 ] + EXTERNAL_DEPS_ALL,
455 ) 455 )
OLDNEW
« no previous file with comments | « no previous file | bench/BitmapRegionDecoderBench.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698