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

Unified Diff: pdf/libpdf.map

Issue 351773005: Don't use a version script when linking libpdf.so (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « pdf/BUILD.gn ('k') | pdf/pdf.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/libpdf.map
diff --git a/pdf/libpdf.map b/pdf/libpdf.map
deleted file mode 100644
index a566f9db98d3e2bdd34a069f8f73a0b85a5c5952..0000000000000000000000000000000000000000
--- a/pdf/libpdf.map
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-global:
- GetPDFDocInfo;
- PPP_GetInterface;
- PPP_InitializeModule;
- PPP_ShutdownModule;
- RenderPDFPageToBitmap;
-local:
- *;
-};
« no previous file with comments | « pdf/BUILD.gn ('k') | pdf/pdf.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698