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

Unified Diff: sky/engine/platform/fonts/harfbuzz/HarfBuzzShaper.cpp

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
Index: sky/engine/platform/fonts/harfbuzz/HarfBuzzShaper.cpp
diff --git a/sky/engine/platform/fonts/harfbuzz/HarfBuzzShaper.cpp b/sky/engine/platform/fonts/harfbuzz/HarfBuzzShaper.cpp
index 7ebdca5c36f49abc9ee256a2dd610e0cd69ad5c7..34fc737235e5218eb7a5f5a7d550f93a25a8068e 100644
--- a/sky/engine/platform/fonts/harfbuzz/HarfBuzzShaper.cpp
+++ b/sky/engine/platform/fonts/harfbuzz/HarfBuzzShaper.cpp
@@ -29,24 +29,24 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "platform/fonts/harfbuzz/HarfBuzzShaper.h"
+#include "sky/engine/config.h"
+#include "sky/engine/platform/fonts/harfbuzz/HarfBuzzShaper.h"
-#include "hb.h"
-#include "platform/LayoutUnit.h"
-#include "gen/sky/platform/RuntimeEnabledFeatures.h"
-#include "platform/fonts/Character.h"
-#include "platform/fonts/Font.h"
-#include "platform/fonts/GlyphBuffer.h"
-#include "platform/fonts/harfbuzz/HarfBuzzFace.h"
-#include "platform/text/SurrogatePairAwareTextIterator.h"
-#include "platform/text/TextBreakIterator.h"
-#include "wtf/Compiler.h"
-#include "wtf/MathExtras.h"
-#include "wtf/unicode/Unicode.h"
#include <unicode/normlzr.h>
#include <unicode/uchar.h>
#include <unicode/uscript.h>
+#include "gen/sky/platform/RuntimeEnabledFeatures.h"
+#include "hb.h"
+#include "sky/engine/platform/LayoutUnit.h"
+#include "sky/engine/platform/fonts/Character.h"
+#include "sky/engine/platform/fonts/Font.h"
+#include "sky/engine/platform/fonts/GlyphBuffer.h"
+#include "sky/engine/platform/fonts/harfbuzz/HarfBuzzFace.h"
+#include "sky/engine/platform/text/SurrogatePairAwareTextIterator.h"
+#include "sky/engine/platform/text/TextBreakIterator.h"
+#include "sky/engine/wtf/Compiler.h"
+#include "sky/engine/wtf/MathExtras.h"
+#include "sky/engine/wtf/unicode/Unicode.h"
#include <list>
#include <map>
« no previous file with comments | « sky/engine/platform/fonts/harfbuzz/HarfBuzzShaper.h ('k') | sky/engine/platform/fonts/linux/FontCacheLinux.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698