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

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

Issue 101693004: Move remaining core/platform/mac files to platform/mac (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Retry fixing the compile problem Created 6 years, 11 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/mac/ThemeMac.h » ('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 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 'mac/ColorMac.h', 678 'mac/ColorMac.h',
679 'mac/ColorMac.mm', 679 'mac/ColorMac.mm',
680 'mac/LocalCurrentGraphicsContext.h', 680 'mac/LocalCurrentGraphicsContext.h',
681 'mac/LocalCurrentGraphicsContext.mm', 681 'mac/LocalCurrentGraphicsContext.mm',
682 'mac/NSScrollerImpDetails.h', 682 'mac/NSScrollerImpDetails.h',
683 'mac/NSScrollerImpDetails.mm', 683 'mac/NSScrollerImpDetails.mm',
684 'mac/ScrollAnimatorMac.h', 684 'mac/ScrollAnimatorMac.h',
685 'mac/ScrollAnimatorMac.mm', 685 'mac/ScrollAnimatorMac.mm',
686 'mac/ScrollElasticityController.h', 686 'mac/ScrollElasticityController.h',
687 'mac/ScrollElasticityController.mm', 687 'mac/ScrollElasticityController.mm',
688 'mac/ThemeMac.h',
689 'mac/ThemeMac.mm',
688 'mac/WebCoreNSCellExtras.h', 690 'mac/WebCoreNSCellExtras.h',
689 'mac/WebFontCache.h', 691 'mac/WebFontCache.h',
690 'mac/WebFontCache.mm', 692 'mac/WebFontCache.mm',
691 'mediastream/MediaConstraints.cpp', 693 'mediastream/MediaConstraints.cpp',
692 'mediastream/MediaConstraints.h', 694 'mediastream/MediaConstraints.h',
693 'mediastream/MediaStreamComponent.cpp', 695 'mediastream/MediaStreamComponent.cpp',
694 'mediastream/MediaStreamComponent.h', 696 'mediastream/MediaStreamComponent.h',
695 'mediastream/MediaStreamSource.cpp', 697 'mediastream/MediaStreamSource.cpp',
696 'mediastream/MediaStreamSource.h', 698 'mediastream/MediaStreamSource.h',
697 'mediastream/RTCConfiguration.h', 699 'mediastream/RTCConfiguration.h',
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 'text/BidiResolverTest.cpp', 908 'text/BidiResolverTest.cpp',
907 'text/DateTimeFormatTest.cpp', 909 'text/DateTimeFormatTest.cpp',
908 'text/UnicodeUtilitiesTest.cpp', 910 'text/UnicodeUtilitiesTest.cpp',
909 'weborigin/DatabaseIdentifierTest.cpp', 911 'weborigin/DatabaseIdentifierTest.cpp',
910 'weborigin/KURLTest.cpp', 912 'weborigin/KURLTest.cpp',
911 'weborigin/OriginAccessEntryTest.cpp', 913 'weborigin/OriginAccessEntryTest.cpp',
912 'weborigin/SecurityOriginTest.cpp', 914 'weborigin/SecurityOriginTest.cpp',
913 ], 915 ],
914 }, 916 },
915 } 917 }
OLDNEW
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/mac/ThemeMac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698