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

Unified Diff: patches/platform.patch

Issue 109553005: Compile ICU for [P]NaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu46
Patch Set: Created 7 years 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 | « icu_untrusted.gyp ('k') | patches/pnacl.h.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: patches/platform.patch
diff --git a/patches/platform.patch b/patches/platform.patch
index 53b0b13d3637e67c660d702c1eff10a74f8da827..4a4d7865fbbc6b04089d32416529823dd2a55495 100644
--- a/patches/platform.patch
+++ b/patches/platform.patch
@@ -2,7 +2,7 @@ Index: source/common/unicode/ptypes.h
===================================================================
--- source/common/unicode/ptypes.h (revision 68397)
+++ source/common/unicode/ptypes.h (working copy)
-@@ -22,7 +22,15 @@
+@@ -22,7 +22,17 @@
#include <sys/types.h>
@@ -11,6 +11,8 @@ Index: source/common/unicode/ptypes.h
+# include "unicode/pmac.h"
+#elif defined(ANDROID)
+# include "unicode/pandroid.h"
++#elif defined(__native_client__)
++# include "unicode/pnacl.h"
+#elif defined(__linux__)
+# include "unicode/plinux.h"
+#else
« no previous file with comments | « icu_untrusted.gyp ('k') | patches/pnacl.h.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698