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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 1292593003: Revert "Revert "Reland 2: mac: Use a placeholder string for the family name of the system font." Br… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 unified diff | Download patch
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/fonts/mac/FontCacheMac.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 'mac/ColorMac.h', 722 'mac/ColorMac.h',
723 'mac/ColorMac.mm', 723 'mac/ColorMac.mm',
724 'mac/KillRingMac.mm', 724 'mac/KillRingMac.mm',
725 'mac/LocalCurrentGraphicsContext.h', 725 'mac/LocalCurrentGraphicsContext.h',
726 'mac/LocalCurrentGraphicsContext.mm', 726 'mac/LocalCurrentGraphicsContext.mm',
727 'mac/NSScrollerImpDetails.h', 727 'mac/NSScrollerImpDetails.h',
728 'mac/ScrollAnimatorMac.h', 728 'mac/ScrollAnimatorMac.h',
729 'mac/ScrollAnimatorMac.mm', 729 'mac/ScrollAnimatorMac.mm',
730 'mac/ThemeMac.h', 730 'mac/ThemeMac.h',
731 'mac/ThemeMac.mm', 731 'mac/ThemeMac.mm',
732 'mac/VersionUtilMac.h',
733 'mac/VersionUtilMac.mm',
732 'mac/WebCoreNSCellExtras.h', 734 'mac/WebCoreNSCellExtras.h',
733 'mac/WebCoreNSCellExtras.mm', 735 'mac/WebCoreNSCellExtras.mm',
734 'mediastream/MediaStreamCenter.cpp', 736 'mediastream/MediaStreamCenter.cpp',
735 'mediastream/MediaStreamCenter.h', 737 'mediastream/MediaStreamCenter.h',
736 'mediastream/MediaStreamComponent.cpp', 738 'mediastream/MediaStreamComponent.cpp',
737 'mediastream/MediaStreamComponent.h', 739 'mediastream/MediaStreamComponent.h',
738 'mediastream/MediaStreamDescriptor.cpp', 740 'mediastream/MediaStreamDescriptor.cpp',
739 'mediastream/MediaStreamDescriptor.h', 741 'mediastream/MediaStreamDescriptor.h',
740 'mediastream/MediaStreamSource.cpp', 742 'mediastream/MediaStreamSource.cpp',
741 'mediastream/MediaStreamSource.h', 743 'mediastream/MediaStreamSource.h',
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 'animation/TimingFunctionTest.cpp', 950 'animation/TimingFunctionTest.cpp',
949 'animation/UnitBezierTest.cpp', 951 'animation/UnitBezierTest.cpp',
950 'blob/BlobDataTest.cpp', 952 'blob/BlobDataTest.cpp',
951 'clipboard/ClipboardUtilitiesTest.cpp', 953 'clipboard/ClipboardUtilitiesTest.cpp',
952 'fonts/FontCacheTest.cpp', 954 'fonts/FontCacheTest.cpp',
953 'fonts/FontDescriptionTest.cpp', 955 'fonts/FontDescriptionTest.cpp',
954 'fonts/FontTest.cpp', 956 'fonts/FontTest.cpp',
955 'fonts/GlyphBufferTest.cpp', 957 'fonts/GlyphBufferTest.cpp',
956 'fonts/GlyphPageTreeNodeTest.cpp', 958 'fonts/GlyphPageTreeNodeTest.cpp',
957 'fonts/android/FontCacheAndroidTest.cpp', 959 'fonts/android/FontCacheAndroidTest.cpp',
960 'fonts/mac/FontFamilyMatcherMacTest.mm',
958 'fonts/shaping/CachingWordShaperTest.cpp', 961 'fonts/shaping/CachingWordShaperTest.cpp',
959 'fonts/shaping/HarfBuzzShaperTest.cpp', 962 'fonts/shaping/HarfBuzzShaperTest.cpp',
960 'geometry/FloatBoxTest.cpp', 963 'geometry/FloatBoxTest.cpp',
961 'geometry/FloatBoxTestHelpers.cpp', 964 'geometry/FloatBoxTestHelpers.cpp',
962 'geometry/FloatPointTest.cpp', 965 'geometry/FloatPointTest.cpp',
963 'geometry/FloatPolygonTest.cpp', 966 'geometry/FloatPolygonTest.cpp',
964 'geometry/FloatRoundedRectTest.cpp', 967 'geometry/FloatRoundedRectTest.cpp',
965 'geometry/FloatSizeTest.cpp', 968 'geometry/FloatSizeTest.cpp',
966 'geometry/GeometryTestHelpers.cpp', 969 'geometry/GeometryTestHelpers.cpp',
967 'geometry/LayoutRectOutsetsTest.cpp', 970 'geometry/LayoutRectOutsetsTest.cpp',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 ['os_posix==1 and OS!="mac"', 1049 ['os_posix==1 and OS!="mac"',
1047 { 1050 {
1048 'platform_test_files': [ 1051 'platform_test_files': [
1049 'text/LocaleICUTest.cpp', 1052 'text/LocaleICUTest.cpp',
1050 ], 1053 ],
1051 } 1054 }
1052 ], 1055 ],
1053 ], 1056 ],
1054 }, 1057 },
1055 } 1058 }
OLDNEW
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/fonts/mac/FontCacheMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698