| 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 'PlatformResourceLoader.h', | 96 'PlatformResourceLoader.h', |
| 97 'PlatformTouchEvent.h', | 97 'PlatformTouchEvent.h', |
| 98 'PlatformTouchPoint.h', | 98 'PlatformTouchPoint.h', |
| 99 'PlatformWheelEvent.h', | 99 'PlatformWheelEvent.h', |
| 100 'PluginScriptForbiddenScope.cpp', | 100 'PluginScriptForbiddenScope.cpp', |
| 101 'PluginScriptForbiddenScope.h', | 101 'PluginScriptForbiddenScope.h', |
| 102 'PopupMenu.h', | 102 'PopupMenu.h', |
| 103 'Prerender.cpp', | 103 'Prerender.cpp', |
| 104 'Prerender.h', | 104 'Prerender.h', |
| 105 'PrerenderClient.h', | 105 'PrerenderClient.h', |
| 106 'PurgeableVector.cpp', | |
| 107 'PurgeableVector.h', | |
| 108 'ScopedOrientationChangeIndicator.cpp', | 106 'ScopedOrientationChangeIndicator.cpp', |
| 109 'ScopedOrientationChangeIndicator.h', | 107 'ScopedOrientationChangeIndicator.h', |
| 110 'ScriptForbiddenScope.cpp', | 108 'ScriptForbiddenScope.cpp', |
| 111 'ScriptForbiddenScope.h', | 109 'ScriptForbiddenScope.h', |
| 112 'SecureTextInput.cpp', | 110 'SecureTextInput.cpp', |
| 113 'SecureTextInput.h', | 111 'SecureTextInput.h', |
| 114 'SerializedResource.h', | 112 'SerializedResource.h', |
| 115 'SharedBuffer.cpp', | 113 'SharedBuffer.cpp', |
| 116 'SharedBuffer.h', | 114 'SharedBuffer.h', |
| 117 'SharedBufferChunkReader.cpp', | 115 'SharedBufferChunkReader.cpp', |
| (...skipping 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1220 'DragImageTest.cpp', | 1218 'DragImageTest.cpp', |
| 1221 'HistogramTest.cpp', | 1219 'HistogramTest.cpp', |
| 1222 'LayoutLocaleTest.cpp', | 1220 'LayoutLocaleTest.cpp', |
| 1223 'LayoutUnitTest.cpp', | 1221 'LayoutUnitTest.cpp', |
| 1224 'LifecycleContextTest.cpp', | 1222 'LifecycleContextTest.cpp', |
| 1225 'JSONParserTest.cpp', | 1223 'JSONParserTest.cpp', |
| 1226 'PODArenaTest.cpp', | 1224 'PODArenaTest.cpp', |
| 1227 'PODFreeListArenaTest.cpp', | 1225 'PODFreeListArenaTest.cpp', |
| 1228 'PODIntervalTreeTest.cpp', | 1226 'PODIntervalTreeTest.cpp', |
| 1229 'PODRedBlackTreeTest.cpp', | 1227 'PODRedBlackTreeTest.cpp', |
| 1230 'PurgeableVectorTest.cpp', | |
| 1231 'SharedBufferTest.cpp', | 1228 'SharedBufferTest.cpp', |
| 1232 'TimerTest.cpp', | 1229 'TimerTest.cpp', |
| 1233 'TracedValueTest.cpp', | 1230 'TracedValueTest.cpp', |
| 1234 'UserGestureIndicatorTest.cpp', | 1231 'UserGestureIndicatorTest.cpp', |
| 1235 'UUIDTest.cpp', | 1232 'UUIDTest.cpp', |
| 1236 'WebIconSizesParserTest.cpp', | 1233 'WebIconSizesParserTest.cpp', |
| 1237 'WebScreenInfoTest.cpp', | 1234 'WebScreenInfoTest.cpp', |
| 1238 'WebVectorTest.cpp', | 1235 'WebVectorTest.cpp', |
| 1239 'animation/AnimationTranslationUtilTest.cpp', | 1236 'animation/AnimationTranslationUtilTest.cpp', |
| 1240 'animation/CompositorAnimationHostTest.cpp', | 1237 'animation/CompositorAnimationHostTest.cpp', |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1456 ['use_default_render_theme==1', | 1453 ['use_default_render_theme==1', |
| 1457 { | 1454 { |
| 1458 'platform_test_files': [ | 1455 'platform_test_files': [ |
| 1459 'scroll/ScrollbarThemeAuraTest.cpp', | 1456 'scroll/ScrollbarThemeAuraTest.cpp', |
| 1460 ], | 1457 ], |
| 1461 } | 1458 } |
| 1462 ], | 1459 ], |
| 1463 ], | 1460 ], |
| 1464 }, | 1461 }, |
| 1465 } | 1462 } |
| OLD | NEW |