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

Unified Diff: third_party/iconv/README.chromium

Issue 20220002: Add libpoppler PDF rasterizer (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Fix Windows GYP defines Created 7 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 side-by-side diff with in-line comments
Download patch
Index: third_party/iconv/README.chromium
diff --git a/third_party/iconv/README.chromium b/third_party/iconv/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..81142586645bce3ca89d5d797346c1815237e5b3
--- /dev/null
+++ b/third_party/iconv/README.chromium
@@ -0,0 +1,28 @@
+Name: libiconv
+Short Name: libiconv
+URL: git://git.savannah.gnu.org/libiconv.git
+Version: v1.14 (upstream Git repo tag)
+License: Libraries under LGPL, program under GPL
+License File: LICENSE / NOT_SHIPPED
+Security Critical: No
+
+Description:
+Dependency of libpoppler
+
+Local Modifications:
+No changes to files from the upstream repository.
+Platform-specific configuration files added to third_party/iconv/(platform):
+ config.h
+ iconv.h
+ localcharset.h
+
+These files were created from the header templates using instructions from http://www.codeproject.com/Articles/302012/How-to-Build-libiconv-with-Microsoft-Visual-Studio (though, because of the version differences, not all instructions apply).
vandebo (ex-Chrome) 2013/08/07 17:36:44 Can you list the instructions here? Ideally these
ducky 2013/08/08 00:43:19 Done.
+
+Autogenerated files (consistent across platforms) added to third_party/iconv/global:
+ aliases.h
+ canonical_dos.h
+ canonical.h
+ canonical_local.h
+ flags.h
+
+These files were pulled from a release tarball.

Powered by Google App Engine
This is Rietveld 408576698