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

Unified Diff: third_party/giflib/unistd.h

Issue 1022673011: Creating a new wrapper for gif decoder (Closed) Base URL: https://skia.googlesource.com/skia.git@ico-real
Patch Set: Added comments and do while loop 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 | « src/codec/SkGifInterlaceIter.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/giflib/unistd.h
diff --git a/third_party/giflib/unistd.h b/third_party/giflib/unistd.h
new file mode 100644
index 0000000000000000000000000000000000000000..445321717f21d64d4f29790667d41858c685d1c7
--- /dev/null
+++ b/third_party/giflib/unistd.h
@@ -0,0 +1,7 @@
+// Copyright 2015 Google Inc.
+
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// This file does nothing. There are files in the external giflib that include
+// <unistd.h>. This file exists so that the include does not fail on Windows.
« no previous file with comments | « src/codec/SkGifInterlaceIter.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698