[coretext] Rename hb-coretext.cc to hb-coretext-shape.cc

This commit is contained in:
Behdad Esfahbod 2024-10-09 15:12:59 -06:00
parent e1269215f9
commit 064b24177b
4 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
#include "hb-buffer-verify.cc"
#include "hb-buffer.cc"
#include "hb-common.cc"
#include "hb-coretext.cc"
#include "hb-coretext-shape.cc"
#include "hb-directwrite.cc"
#include "hb-draw.cc"
#include "hb-face-builder.cc"

View file

@ -30,7 +30,7 @@
#include "hb.hh"
/* Variations of this code exist in hb-coretext.cc as well
/* Variations of this code exist in hb-coretext-shape.cc as well
* as hb-aat-map.cc... */
typedef struct hb_ms_feature_t {

View file

@ -346,7 +346,7 @@ hb_wasm_headers = files()
# System-dependent sources and headers
hb_coretext_sources = files('hb-coretext.cc')
hb_coretext_sources = files('hb-coretext-shape.cc')
hb_coretext_headers = files('hb-coretext.h')
hb_directwrite_sources = files('hb-directwrite.cc')