| OLD | NEW |
| 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 1106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1117 'v8_inspector/public/V8ContextInfo.h', | 1117 'v8_inspector/public/V8ContextInfo.h', |
| 1118 'v8_inspector/public/V8Debugger.h', | 1118 'v8_inspector/public/V8Debugger.h', |
| 1119 'v8_inspector/public/V8DebuggerClient.h', | 1119 'v8_inspector/public/V8DebuggerClient.h', |
| 1120 'v8_inspector/public/V8InspectorSession.h', | 1120 'v8_inspector/public/V8InspectorSession.h', |
| 1121 'v8_inspector/public/V8InspectorSessionClient.h', | 1121 'v8_inspector/public/V8InspectorSessionClient.h', |
| 1122 'v8_inspector/public/V8StackTrace.h', | 1122 'v8_inspector/public/V8StackTrace.h', |
| 1123 'web_memory_allocator_dump.cc', | 1123 'web_memory_allocator_dump.cc', |
| 1124 'web_memory_allocator_dump.h', | 1124 'web_memory_allocator_dump.h', |
| 1125 'web_process_memory_dump.cc', | 1125 'web_process_memory_dump.cc', |
| 1126 'web_process_memory_dump.h', | 1126 'web_process_memory_dump.h', |
| 1127 'weborigin/KURL.cpp', | |
| 1128 'weborigin/KURL.h', | |
| 1129 'weborigin/KURLHash.h', | |
| 1130 'weborigin/KnownPorts.cpp', | |
| 1131 'weborigin/KnownPorts.h', | |
| 1132 'weborigin/OriginAccessEntry.cpp', | |
| 1133 'weborigin/OriginAccessEntry.h', | |
| 1134 'weborigin/Referrer.h', | |
| 1135 'weborigin/ReferrerPolicy.h', | |
| 1136 'weborigin/SchemeRegistry.cpp', | |
| 1137 'weborigin/SchemeRegistry.h', | |
| 1138 'weborigin/SecurityOrigin.cpp', | |
| 1139 'weborigin/SecurityOrigin.h', | |
| 1140 'weborigin/SecurityOriginCache.h', | |
| 1141 'weborigin/SecurityOriginHash.h', | |
| 1142 'weborigin/SecurityPolicy.cpp', | |
| 1143 'weborigin/SecurityPolicy.h', | |
| 1144 'weborigin/Suborigin.cpp', | |
| 1145 'weborigin/Suborigin.h', | |
| 1146 ], | 1127 ], |
| 1147 'platform_test_files': [ | 1128 'platform_test_files': [ |
| 1148 'ScopedOrientationChangeIndicatorTest.cpp', | 1129 'ScopedOrientationChangeIndicatorTest.cpp', |
| 1149 'DecimalTest.cpp', | 1130 'DecimalTest.cpp', |
| 1150 'DragImageTest.cpp', | 1131 'DragImageTest.cpp', |
| 1151 'HistogramTest.cpp', | 1132 'HistogramTest.cpp', |
| 1152 'LayoutLocaleTest.cpp', | 1133 'LayoutLocaleTest.cpp', |
| 1153 'LayoutUnitTest.cpp', | 1134 'LayoutUnitTest.cpp', |
| 1154 'LifecycleContextTest.cpp', | 1135 'LifecycleContextTest.cpp', |
| 1155 'PODArenaTest.cpp', | 1136 'PODArenaTest.cpp', |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1353 ['use_default_render_theme==1', | 1334 ['use_default_render_theme==1', |
| 1354 { | 1335 { |
| 1355 'platform_test_files': [ | 1336 'platform_test_files': [ |
| 1356 'scroll/ScrollbarThemeAuraTest.cpp', | 1337 'scroll/ScrollbarThemeAuraTest.cpp', |
| 1357 ], | 1338 ], |
| 1358 } | 1339 } |
| 1359 ], | 1340 ], |
| 1360 ], | 1341 ], |
| 1361 }, | 1342 }, |
| 1362 } | 1343 } |
| OLD | NEW |