Chromium Code Reviews| Index: Source/platform/blink_platform.gypi |
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi |
| index 60699c931f11c8f08f82faf0d68f76c00981a132..35eba8431ff13b8a64ef5ccf4277a6e77082dbdf 100644 |
| --- a/Source/platform/blink_platform.gypi |
| +++ b/Source/platform/blink_platform.gypi |
| @@ -235,6 +235,7 @@ |
| 'exported/WebURLRequestPrivate.h', |
| 'exported/WebURLResponse.cpp', |
| 'exported/WebURLResponsePrivate.h', |
| + 'fonts/AlternateFontFamily.h', |
|
Stephen Chennney
2013/10/30 19:03:14
Add all the new files. I know core.gypi didn't, bu
rwlbuis
2013/10/30 19:28:35
Gotcha, done in my latest changeset.
|
| 'fonts/FontBaseline.h', |
| 'fonts/FontCacheKey.h', |
| 'fonts/FontData.cpp', |
| @@ -244,6 +245,7 @@ |
| 'fonts/FontFamily.h', |
| 'fonts/FontFeatureSettings.cpp', |
| 'fonts/FontFeatureSettings.h', |
| + 'fonts/Latin1TextIterator.h', |
| 'geometry/FloatPolygon.cpp', |
| 'geometry/FloatPolygon.h', |
| 'geometry/FloatPoint.cpp', |