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

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

Issue 1910373002: Create platform/mojo and move MojoHelper.h there (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and add mojo/DEPS Created 4 years, 8 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
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 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'LinkHash.cpp', 65 'LinkHash.cpp',
66 'LinkHash.h', 66 'LinkHash.h',
67 'Logging.cpp', 67 'Logging.cpp',
68 'Logging.h', 68 'Logging.h',
69 'MIMETypeFromURL.cpp', 69 'MIMETypeFromURL.cpp',
70 'MIMETypeFromURL.h', 70 'MIMETypeFromURL.h',
71 'MIMETypeRegistry.cpp', 71 'MIMETypeRegistry.cpp',
72 'MIMETypeRegistry.h', 72 'MIMETypeRegistry.h',
73 'MemoryPurgeController.cpp', 73 'MemoryPurgeController.cpp',
74 'MemoryPurgeController.h', 74 'MemoryPurgeController.h',
75 'MojoHelper.h',
76 'PartitionAllocMemoryDumpProvider.cpp', 75 'PartitionAllocMemoryDumpProvider.cpp',
77 'PartitionAllocMemoryDumpProvider.h', 76 'PartitionAllocMemoryDumpProvider.h',
78 'PODArena.h', 77 'PODArena.h',
79 'PODFreeListArena.h', 78 'PODFreeListArena.h',
80 'PODInterval.h', 79 'PODInterval.h',
81 'PODIntervalTree.h', 80 'PODIntervalTree.h',
82 'PODRedBlackTree.h', 81 'PODRedBlackTree.h',
83 'ParsingUtilities.h', 82 'ParsingUtilities.h',
84 'PasteMode.h', 83 'PasteMode.h',
85 'PlatformEvent.h', 84 'PlatformEvent.h',
(...skipping 793 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 'mediastream/RTCOfferOptionsPlatform.h', 878 'mediastream/RTCOfferOptionsPlatform.h',
880 'mediastream/RTCSessionDescriptionRequest.h', 879 'mediastream/RTCSessionDescriptionRequest.h',
881 'mediastream/RTCStatsRequest.h', 880 'mediastream/RTCStatsRequest.h',
882 'mediastream/RTCStatsResponseBase.h', 881 'mediastream/RTCStatsResponseBase.h',
883 'mediastream/RTCVoidRequest.h', 882 'mediastream/RTCVoidRequest.h',
884 'mhtml/ArchiveResource.cpp', 883 'mhtml/ArchiveResource.cpp',
885 'mhtml/MHTMLArchive.cpp', 884 'mhtml/MHTMLArchive.cpp',
886 'mhtml/MHTMLArchive.h', 885 'mhtml/MHTMLArchive.h',
887 'mhtml/MHTMLParser.cpp', 886 'mhtml/MHTMLParser.cpp',
888 'mhtml/MHTMLParser.h', 887 'mhtml/MHTMLParser.h',
888 'mojo/MojoHelper.h',
889 'network/ContentSecurityPolicyParsers.cpp', 889 'network/ContentSecurityPolicyParsers.cpp',
890 'network/ContentSecurityPolicyParsers.h', 890 'network/ContentSecurityPolicyParsers.h',
891 'network/ContentSecurityPolicyResponseHeaders.cpp', 891 'network/ContentSecurityPolicyResponseHeaders.cpp',
892 'network/ContentSecurityPolicyResponseHeaders.h', 892 'network/ContentSecurityPolicyResponseHeaders.h',
893 'network/EncodedFormData.cpp', 893 'network/EncodedFormData.cpp',
894 'network/EncodedFormData.h', 894 'network/EncodedFormData.h',
895 'network/FormDataEncoder.cpp', 895 'network/FormDataEncoder.cpp',
896 'network/FormDataEncoder.h', 896 'network/FormDataEncoder.h',
897 'network/HTTPHeaderMap.cpp', 897 'network/HTTPHeaderMap.cpp',
898 'network/HTTPHeaderMap.h', 898 'network/HTTPHeaderMap.h',
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
1309 ['OS!="mac"', 1309 ['OS!="mac"',
1310 { 1310 {
1311 'platform_test_files': [ 1311 'platform_test_files': [
1312 'scroll/ScrollAnimatorTest.cpp', 1312 'scroll/ScrollAnimatorTest.cpp',
1313 ], 1313 ],
1314 } 1314 }
1315 ], 1315 ],
1316 ], 1316 ],
1317 }, 1317 },
1318 } 1318 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/MojoHelper.h ('k') | third_party/WebKit/Source/platform/mojo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698