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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 1808853002: Move UnicodeRangeSet to platform/fonts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: third_party/WebKit/Source/platform/blink_platform.gypi
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
index 938d660004c839ec28c32487b58a79c4a81947d6..62b81047e16af6f9bc47bd189352775069906e35 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -450,6 +450,8 @@
'fonts/SymbolsIterator.cpp',
'fonts/SymbolsIterator.h',
'fonts/TextBlob.h',
+ 'fonts/UnicodeRangeSet.cpp',
+ 'fonts/UnicodeRangeSet.h',
'fonts/UTF16TextIterator.cpp',
'fonts/UTF16TextIterator.h',
'fonts/VDMXParser.cpp',
@@ -1153,6 +1155,7 @@
'fonts/ScriptRunIteratorTest.cpp',
'fonts/SmallCapsIteratorTest.cpp',
'fonts/SymbolsIteratorTest.cpp',
+ 'fonts/UnicodeRangeSetTest.cpp',
'fonts/android/FontCacheAndroidTest.cpp',
'fonts/mac/FontFamilyMatcherMacTest.mm',
'fonts/opentype/OpenTypeVerticalDataTest.cpp',
« no previous file with comments | « third_party/WebKit/Source/core/css/FontFace.cpp ('k') | third_party/WebKit/Source/platform/fonts/UnicodeRangeSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698