aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/images.gyp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-06-12 08:43:30 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-06-12 08:43:30 -0700
commit93858b49a9f3bd3037d61822c095ef59199870af (patch)
tree64f765acbdb97cae5a9be31fd9f145e247a116f2 /gyp/images.gyp
parenta0f1a18b9d6cd60753502be95e2f0e3d13c0ae04 (diff)
Remove ambiguity of SkJpegUtility name.
We have two, one in images/, the other in codec/. As codec's the new hotness, I left it's name vanilla and suffixed the old one. BUG=skia: Review URL: https://codereview.chromium.org/1185733002
Diffstat (limited to 'gyp/images.gyp')
-rw-r--r--gyp/images.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gyp/images.gyp b/gyp/images.gyp
index d40626db73..8ecf65fd6f 100644
--- a/gyp/images.gyp
+++ b/gyp/images.gyp
@@ -31,7 +31,7 @@
'sources': [
'../include/images/SkDecodingImageGenerator.h',
'../include/images/SkForceLinking.h',
- '../src/images/SkJpegUtility.h',
+ '../src/images/SkJpegUtility_images.h',
'../include/images/SkMovie.h',
'../include/images/SkPageFlipper.h',
@@ -69,7 +69,7 @@
'../src/images/SkImageEncoder.cpp',
'../src/images/SkImageEncoder_Factory.cpp',
'../src/images/SkImageEncoder_argb.cpp',
- '../src/images/SkJpegUtility.cpp',
+ '../src/images/SkJpegUtility_images.cpp',
'../src/images/SkMovie.cpp',
'../src/images/SkMovie_gif.cpp',
'../src/images/SkPageFlipper.cpp',