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

Side by Side Diff: third_party/libpng/pngprefix.h

Issue 1301523005: Update skia to test with libpng to 1.6.10 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Trybots Created 5 years, 4 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 /* 1 /*
2 * Copyright 2015 Google Inc. 2 * Copyright 2015 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 /* 8 /*
9 * This file was created in part using the configuration script provided with 9 * This file was created in part using the configuration script provided with
10 * the libpng sources. However it was missing some symbols which caused the 10 * the libpng sources. However it was missing some symbols which caused the
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 #define png_write_png skia_png_write_png 438 #define png_write_png skia_png_write_png
439 #define png_write_row skia_png_write_row 439 #define png_write_row skia_png_write_row
440 #define png_write_rows skia_png_write_rows 440 #define png_write_rows skia_png_write_rows
441 #define png_save_uint_16 skia_png_save_uint_16 441 #define png_save_uint_16 skia_png_save_uint_16
442 #define png_save_uint_32 skia_png_save_uint_32 442 #define png_save_uint_32 skia_png_save_uint_32
443 #define png_write_chunk skia_png_write_chunk 443 #define png_write_chunk skia_png_write_chunk
444 #define png_write_chunk_data skia_png_write_chunk_data 444 #define png_write_chunk_data skia_png_write_chunk_data
445 #define png_write_chunk_start skia_png_write_chunk_start 445 #define png_write_chunk_start skia_png_write_chunk_start
446 #define png_write_chunk_end skia_png_write_chunk_end 446 #define png_write_chunk_end skia_png_write_chunk_end
447 #define png_write_sig skia_png_write_sig 447 #define png_write_sig skia_png_write_sig
448 #define png_init_filter_functions_neon skia_png_init_filter_functions_neon
OLDNEW
« platform_tools/android/gyp/dependencies.gypi ('K') | « platform_tools/android/gyp/dependencies.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698