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

Unified Diff: third_party/npapi/bindings/npapi.h

Issue 19413: Linux plugins WIP. (Closed)
Patch Set: review comments Created 11 years, 11 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 | « no previous file | webkit/glue/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/npapi/bindings/npapi.h
diff --git a/third_party/npapi/bindings/npapi.h b/third_party/npapi/bindings/npapi.h
index 954a0edb1da9f22fe9af2942563ccb3f120d3e63..1ab64634971232d887d193b448389e7131542a06 100644
--- a/third_party/npapi/bindings/npapi.h
+++ b/third_party/npapi/bindings/npapi.h
@@ -103,6 +103,13 @@
# endif /* XP_WIN */
#endif /* _WINDOWS */
+// BEGIN GOOGLE MODIFICATIONS
+// On Linux, be sure to set the Mozilla-specific flag.
+#ifdef OS_LINUX
+#define XP_UNIX 1
+#endif
+// END GOOGLE MODIFICATIONS
+
#ifdef __MWERKS__
# define _declspec __declspec
# ifdef __INTEL__
« no previous file with comments | « no previous file | webkit/glue/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698