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

Unified Diff: icu52/patches/platform.patch

Issue 224943002: icu local change part1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: function indentation changed Created 6 years, 8 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 | « icu52/patches/pandroid.h.patch ('k') | icu52/patches/platform.qnx.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu52/patches/platform.patch
===================================================================
--- icu52/patches/platform.patch (revision 261238)
+++ icu52/patches/platform.patch (working copy)
@@ -1,45 +0,0 @@
-Index: source/common/unicode/ptypes.h
-===================================================================
---- source/common/unicode/ptypes.h (revision 68397)
-+++ source/common/unicode/ptypes.h (working copy)
-@@ -22,7 +22,15 @@
-
- #include <sys/types.h>
-
--#include "unicode/platform.h"
-+#if defined(__APPLE__)
-+# include "unicode/pmac.h"
-+#elif defined(ANDROID)
-+# include "unicode/pandroid.h"
-+#elif defined(__linux__)
-+# include "unicode/plinux.h"
-+#else
-+# include "unicode/platform.h"
-+#endif
-
- /*===========================================================================*/
- /* Generic data types */
-Index: source/common/unicode/platform.h.in
-===================================================================
---- source/common/unicode/platform.h.in (revision 29054)
-+++ source/common/unicode/platform.h.in (working copy)
-@@ -1,7 +1,7 @@
- /*
- ******************************************************************************
- *
--* Copyright (C) 1997-2010, International Business Machines
-+* Copyright (C) 1997-2011, International Business Machines
- * Corporation and others. All Rights Reserved.
- *
- ******************************************************************************
-@@ -298,7 +298,9 @@
- /** @{ Symbol import-export control */
- /*===========================================================================*/
-
--#if @U_USE_GCC_VISIBILITY_ATTRIBUTE@
-+#ifdef U_STATIC_IMPLEMENTATION
-+#define U_EXPORT
-+#elif @U_USE_GCC_VISIBILITY_ATTRIBUTE@
- #define U_EXPORT __attribute__((visibility("default")))
- #elif (defined(__SUNPRO_CC) && __SUNPRO_CC >= 0x550) \
- || (defined(__SUNPRO_C) && __SUNPRO_C >= 0x550)
« no previous file with comments | « icu52/patches/pandroid.h.patch ('k') | icu52/patches/platform.qnx.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698