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

Unified Diff: source/common/unicode/ptypes.h

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 | « source/common/unicode/pnacl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/unicode/ptypes.h
diff --git a/source/common/unicode/ptypes.h b/source/common/unicode/ptypes.h
index ea271edbaf528047f34d51f021e8d0f2b4eb92aa..e2336e0d8c74820a9869e4b6cf5baeb84ea34445 100644
--- a/source/common/unicode/ptypes.h
+++ b/source/common/unicode/ptypes.h
@@ -26,6 +26,8 @@
# 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"
#elif defined(__FreeBSD__)
« no previous file with comments | « source/common/unicode/pnacl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698