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

Unified Diff: source/test/letest/cfonts.cpp

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 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 | « source/test/letest/cfonts.h ('k') | source/test/letest/cletest.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/letest/cfonts.cpp
diff --git a/source/test/letest/cfonts.cpp b/source/test/letest/cfonts.cpp
index 1040eb938acb7eb1ffd8cf00cd8104360d5014f9..2265342195204f09da968e63e06376d2409482f7 100644
--- a/source/test/letest/cfonts.cpp
+++ b/source/test/letest/cfonts.cpp
@@ -1,10 +1,12 @@
/*
*
- * (C) Copyright IBM Corp. 1998-2008 - All Rights Reserved
+ * (C) Copyright IBM Corp. 1998-2014 - All Rights Reserved
*
*/
-#include "LETypes.h"
+#ifndef USING_ICULEHB /* C API not available under HB */
+
+#include "layout/LETypes.h"
#include "loengine.h"
#include "PortableFontInstance.h"
#include "SimpleFontInstance.h"
@@ -67,3 +69,4 @@ le_uint32 le_getFontChecksum(le_font *font)
}
U_CDECL_END
+#endif
« no previous file with comments | « source/test/letest/cfonts.h ('k') | source/test/letest/cletest.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698