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

Unified Diff: gyp/images.gyp

Issue 1036283002: Remove all code related to NaCl (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/gpu.gypi ('k') | gyp/nacl.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/images.gyp
diff --git a/gyp/images.gyp b/gyp/images.gyp
index 34cc8a8fa89825077e78acbe4e4112d34c5b565e..d40626db73945fe62192fdf1a66c1c257e9299a7 100644
--- a/gyp/images.gyp
+++ b/gyp/images.gyp
@@ -123,18 +123,6 @@
],
# end libpng stuff
}],
- # FIXME: NaCl should be just like linux, etc, above, but it currently is separated out
- # to remove gif. Once gif is supported by naclports, this can be merged into the above
- # condition.
- [ 'skia_os == "nacl"', {
- 'sources!': [
- '../src/images/SkImageDecoder_libgif.cpp',
- '../src/images/SkMovie_gif.cpp',
- ],
- 'dependencies!': [
- 'giflib.gyp:giflib'
- ],
- }],
[ 'skia_os == "android"', {
'include_dirs': [
'../src/utils',
« no previous file with comments | « gyp/gpu.gypi ('k') | gyp/nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698