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

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

Issue 1276003003: Reland 2: mac: Use a placeholder string for the family name of the system font. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against top of tree. Comment out more specialized, duplicate rebaseline. 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 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 'mac/ColorMac.h', 721 'mac/ColorMac.h',
722 'mac/ColorMac.mm', 722 'mac/ColorMac.mm',
723 'mac/KillRingMac.mm', 723 'mac/KillRingMac.mm',
724 'mac/LocalCurrentGraphicsContext.h', 724 'mac/LocalCurrentGraphicsContext.h',
725 'mac/LocalCurrentGraphicsContext.mm', 725 'mac/LocalCurrentGraphicsContext.mm',
726 'mac/NSScrollerImpDetails.h', 726 'mac/NSScrollerImpDetails.h',
727 'mac/ScrollAnimatorMac.h', 727 'mac/ScrollAnimatorMac.h',
728 'mac/ScrollAnimatorMac.mm', 728 'mac/ScrollAnimatorMac.mm',
729 'mac/ThemeMac.h', 729 'mac/ThemeMac.h',
730 'mac/ThemeMac.mm', 730 'mac/ThemeMac.mm',
731 'mac/VersionUtilMac.h',
732 'mac/VersionUtilMac.mm',
731 'mac/WebCoreNSCellExtras.h', 733 'mac/WebCoreNSCellExtras.h',
732 'mac/WebCoreNSCellExtras.mm', 734 'mac/WebCoreNSCellExtras.mm',
733 'mediastream/MediaStreamCenter.cpp', 735 'mediastream/MediaStreamCenter.cpp',
734 'mediastream/MediaStreamCenter.h', 736 'mediastream/MediaStreamCenter.h',
735 'mediastream/MediaStreamComponent.cpp', 737 'mediastream/MediaStreamComponent.cpp',
736 'mediastream/MediaStreamComponent.h', 738 'mediastream/MediaStreamComponent.h',
737 'mediastream/MediaStreamDescriptor.cpp', 739 'mediastream/MediaStreamDescriptor.cpp',
738 'mediastream/MediaStreamDescriptor.h', 740 'mediastream/MediaStreamDescriptor.h',
739 'mediastream/MediaStreamSource.cpp', 741 'mediastream/MediaStreamSource.cpp',
740 'mediastream/MediaStreamSource.h', 742 'mediastream/MediaStreamSource.h',
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 'animation/TimingFunctionTest.cpp', 949 'animation/TimingFunctionTest.cpp',
948 'animation/UnitBezierTest.cpp', 950 'animation/UnitBezierTest.cpp',
949 'blob/BlobDataTest.cpp', 951 'blob/BlobDataTest.cpp',
950 'clipboard/ClipboardUtilitiesTest.cpp', 952 'clipboard/ClipboardUtilitiesTest.cpp',
951 'fonts/FontCacheTest.cpp', 953 'fonts/FontCacheTest.cpp',
952 'fonts/FontDescriptionTest.cpp', 954 'fonts/FontDescriptionTest.cpp',
953 'fonts/FontTest.cpp', 955 'fonts/FontTest.cpp',
954 'fonts/GlyphBufferTest.cpp', 956 'fonts/GlyphBufferTest.cpp',
955 'fonts/GlyphPageTreeNodeTest.cpp', 957 'fonts/GlyphPageTreeNodeTest.cpp',
956 'fonts/android/FontCacheAndroidTest.cpp', 958 'fonts/android/FontCacheAndroidTest.cpp',
959 'fonts/mac/FontFamilyMatcherMacTest.mm',
957 'fonts/shaping/CachingWordShaperTest.cpp', 960 'fonts/shaping/CachingWordShaperTest.cpp',
958 'fonts/shaping/HarfBuzzShaperTest.cpp', 961 'fonts/shaping/HarfBuzzShaperTest.cpp',
959 'geometry/FloatBoxTest.cpp', 962 'geometry/FloatBoxTest.cpp',
960 'geometry/FloatBoxTestHelpers.cpp', 963 'geometry/FloatBoxTestHelpers.cpp',
961 'geometry/FloatPointTest.cpp', 964 'geometry/FloatPointTest.cpp',
962 'geometry/FloatPolygonTest.cpp', 965 'geometry/FloatPolygonTest.cpp',
963 'geometry/FloatRoundedRectTest.cpp', 966 'geometry/FloatRoundedRectTest.cpp',
964 'geometry/FloatSizeTest.cpp', 967 'geometry/FloatSizeTest.cpp',
965 'geometry/GeometryTestHelpers.cpp', 968 'geometry/GeometryTestHelpers.cpp',
966 'geometry/LayoutRectOutsetsTest.cpp', 969 'geometry/LayoutRectOutsetsTest.cpp',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
1045 ['os_posix==1 and OS!="mac"', 1048 ['os_posix==1 and OS!="mac"',
1046 { 1049 {
1047 'platform_test_files': [ 1050 'platform_test_files': [
1048 'text/LocaleICUTest.cpp', 1051 'text/LocaleICUTest.cpp',
1049 ], 1052 ],
1050 } 1053 }
1051 ], 1054 ],
1052 ], 1055 ],
1053 }, 1056 },
1054 } 1057 }
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