| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 'PODIntervalTree.h', | 82 'PODIntervalTree.h', |
| 83 'PODRedBlackTree.h', | 83 'PODRedBlackTree.h', |
| 84 'ParsingUtilities.h', | 84 'ParsingUtilities.h', |
| 85 'PasteMode.h', | 85 'PasteMode.h', |
| 86 'PlatformEvent.h', | 86 'PlatformEvent.h', |
| 87 'PlatformGestureEvent.h', | 87 'PlatformGestureEvent.h', |
| 88 'PlatformInstrumentation.cpp', | 88 'PlatformInstrumentation.cpp', |
| 89 'PlatformInstrumentation.h', | 89 'PlatformInstrumentation.h', |
| 90 'PlatformKeyboardEvent.cpp', | 90 'PlatformKeyboardEvent.cpp', |
| 91 'PlatformKeyboardEvent.h', | 91 'PlatformKeyboardEvent.h', |
| 92 'PlatformMojoServices.cpp', |
| 93 'PlatformMojoServices.h', |
| 92 'PlatformMouseEvent.h', | 94 'PlatformMouseEvent.h', |
| 93 'PlatformResourceLoader.cpp', | 95 'PlatformResourceLoader.cpp', |
| 94 'PlatformResourceLoader.h', | 96 'PlatformResourceLoader.h', |
| 95 'PlatformTouchEvent.h', | 97 'PlatformTouchEvent.h', |
| 96 'PlatformTouchPoint.h', | 98 'PlatformTouchPoint.h', |
| 97 'PlatformWheelEvent.h', | 99 'PlatformWheelEvent.h', |
| 98 'PluginScriptForbiddenScope.cpp', | 100 'PluginScriptForbiddenScope.cpp', |
| 99 'PluginScriptForbiddenScope.h', | 101 'PluginScriptForbiddenScope.h', |
| 100 'PopupMenu.h', | 102 'PopupMenu.h', |
| 101 'Prerender.cpp', | 103 'Prerender.cpp', |
| (...skipping 1232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1334 ['use_default_render_theme==1', | 1336 ['use_default_render_theme==1', |
| 1335 { | 1337 { |
| 1336 'platform_test_files': [ | 1338 'platform_test_files': [ |
| 1337 'scroll/ScrollbarThemeAuraTest.cpp', | 1339 'scroll/ScrollbarThemeAuraTest.cpp', |
| 1338 ], | 1340 ], |
| 1339 } | 1341 } |
| 1340 ], | 1342 ], |
| 1341 ], | 1343 ], |
| 1342 }, | 1344 }, |
| 1343 } | 1345 } |
| OLD | NEW |