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

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

Issue 1739113002: Revert of Refactoring: Move some classes from content/child to platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix patch failure 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 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 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 'v8_inspector/V8StringUtil.h', 1066 'v8_inspector/V8StringUtil.h',
1067 'v8_inspector/public/V8EventListenerInfo.h', 1067 'v8_inspector/public/V8EventListenerInfo.h',
1068 'v8_inspector/public/V8ContentSearchUtil.h', 1068 'v8_inspector/public/V8ContentSearchUtil.h',
1069 'v8_inspector/public/V8Debugger.h', 1069 'v8_inspector/public/V8Debugger.h',
1070 'v8_inspector/public/V8DebuggerAgent.h', 1070 'v8_inspector/public/V8DebuggerAgent.h',
1071 'v8_inspector/public/V8DebuggerClient.h', 1071 'v8_inspector/public/V8DebuggerClient.h',
1072 'v8_inspector/public/V8HeapProfilerAgent.h', 1072 'v8_inspector/public/V8HeapProfilerAgent.h',
1073 'v8_inspector/public/V8ProfilerAgent.h', 1073 'v8_inspector/public/V8ProfilerAgent.h',
1074 'v8_inspector/public/V8RuntimeAgent.h', 1074 'v8_inspector/public/V8RuntimeAgent.h',
1075 'v8_inspector/public/V8StackTrace.h', 1075 'v8_inspector/public/V8StackTrace.h',
1076 'web_memory_allocator_dump_impl.cc',
1077 'web_memory_allocator_dump_impl.h',
1078 'web_memory_dump_provider_adapter.cc',
1079 'web_memory_dump_provider_adapter.h',
1080 'web_process_memory_dump_impl.cc',
1081 'web_process_memory_dump_impl.h',
1082 'weborigin/DatabaseIdentifier.cpp', 1076 'weborigin/DatabaseIdentifier.cpp',
1083 'weborigin/DatabaseIdentifier.h', 1077 'weborigin/DatabaseIdentifier.h',
1084 'weborigin/KURL.cpp', 1078 'weborigin/KURL.cpp',
1085 'weborigin/KURL.h', 1079 'weborigin/KURL.h',
1086 'weborigin/KURLHash.h', 1080 'weborigin/KURLHash.h',
1087 'weborigin/KnownPorts.cpp', 1081 'weborigin/KnownPorts.cpp',
1088 'weborigin/KnownPorts.h', 1082 'weborigin/KnownPorts.h',
1089 'weborigin/OriginAccessEntry.cpp', 1083 'weborigin/OriginAccessEntry.cpp',
1090 'weborigin/OriginAccessEntry.h', 1084 'weborigin/OriginAccessEntry.h',
1091 'weborigin/Referrer.h', 1085 'weborigin/Referrer.h',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
1182 'testing/TreeTestHelpers.cpp', 1176 'testing/TreeTestHelpers.cpp',
1183 'testing/TreeTestHelpers.h', 1177 'testing/TreeTestHelpers.h',
1184 'text/BidiResolverTest.cpp', 1178 'text/BidiResolverTest.cpp',
1185 'text/DateTimeFormatTest.cpp', 1179 'text/DateTimeFormatTest.cpp',
1186 'text/LocaleToScriptMappingTest.cpp', 1180 'text/LocaleToScriptMappingTest.cpp',
1187 'text/SegmentedStringTest.cpp', 1181 'text/SegmentedStringTest.cpp',
1188 'text/UnicodeUtilitiesTest.cpp', 1182 'text/UnicodeUtilitiesTest.cpp',
1189 'transforms/TransformOperationsTest.cpp', 1183 'transforms/TransformOperationsTest.cpp',
1190 'transforms/TransformTestHelper.h', 1184 'transforms/TransformTestHelper.h',
1191 'transforms/TransformationMatrixTest.cpp', 1185 'transforms/TransformationMatrixTest.cpp',
1192 'web_process_memory_dump_impl_test.cc',
1193 'weborigin/DatabaseIdentifierTest.cpp', 1186 'weborigin/DatabaseIdentifierTest.cpp',
1194 'weborigin/KnownPortsTest.cpp', 1187 'weborigin/KnownPortsTest.cpp',
1195 'weborigin/KURLTest.cpp', 1188 'weborigin/KURLTest.cpp',
1196 'weborigin/OriginAccessEntryTest.cpp', 1189 'weborigin/OriginAccessEntryTest.cpp',
1197 'weborigin/SchemeRegistryTest.cpp', 1190 'weborigin/SchemeRegistryTest.cpp',
1198 'weborigin/SecurityOriginTest.cpp', 1191 'weborigin/SecurityOriginTest.cpp',
1199 'weborigin/SecurityPolicyTest.cpp', 1192 'weborigin/SecurityPolicyTest.cpp',
1200 ], 1193 ],
1201 # NOTE: These are legacy unit tests and tests that require a Platform 1194 # NOTE: These are legacy unit tests and tests that require a Platform
1202 # object. Do not add more unless the test requires a Platform object. 1195 # object. Do not add more unless the test requires a Platform object.
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
1266 ['OS!="mac"', 1259 ['OS!="mac"',
1267 { 1260 {
1268 'platform_test_files': [ 1261 'platform_test_files': [
1269 'scroll/ScrollAnimatorTest.cpp', 1262 'scroll/ScrollAnimatorTest.cpp',
1270 ], 1263 ],
1271 } 1264 }
1272 ], 1265 ],
1273 ], 1266 ],
1274 }, 1267 },
1275 } 1268 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/DEPS ('k') | third_party/WebKit/Source/platform/exported/Platform.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698