| 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 'Clock.cpp', | 10 'Clock.cpp', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 'PasteMode.h', | 84 'PasteMode.h', |
| 85 'PermissionCallbacks.cpp', | 85 'PermissionCallbacks.cpp', |
| 86 'PermissionCallbacks.h', | 86 'PermissionCallbacks.h', |
| 87 'PlatformEvent.h', | 87 'PlatformEvent.h', |
| 88 'PlatformGestureEvent.h', | 88 'PlatformGestureEvent.h', |
| 89 'PlatformInstrumentation.cpp', | 89 'PlatformInstrumentation.cpp', |
| 90 'PlatformInstrumentation.h', | 90 'PlatformInstrumentation.h', |
| 91 'PlatformKeyboardEvent.cpp', | 91 'PlatformKeyboardEvent.cpp', |
| 92 'PlatformKeyboardEvent.h', | 92 'PlatformKeyboardEvent.h', |
| 93 'PlatformMouseEvent.h', | 93 'PlatformMouseEvent.h', |
| 94 'PlatformResourceLoader.cpp', |
| 95 'PlatformResourceLoader.h', |
| 94 'PlatformScreen.cpp', | 96 'PlatformScreen.cpp', |
| 95 'PlatformScreen.h', | 97 'PlatformScreen.h', |
| 96 'PlatformThreadData.cpp', | 98 'PlatformThreadData.cpp', |
| 97 'PlatformThreadData.h', | 99 'PlatformThreadData.h', |
| 98 'PlatformTouchEvent.h', | 100 'PlatformTouchEvent.h', |
| 99 'PlatformTouchPoint.h', | 101 'PlatformTouchPoint.h', |
| 100 'PlatformWheelEvent.h', | 102 'PlatformWheelEvent.h', |
| 101 'PopupMenu.h', | 103 'PopupMenu.h', |
| 102 'PopupMenuClient.h', | 104 'PopupMenuClient.h', |
| 103 'PopupMenuStyle.h', | 105 'PopupMenuStyle.h', |
| (...skipping 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 959 'graphics/ImageLayerChromiumTest.cpp', | 961 'graphics/ImageLayerChromiumTest.cpp', |
| 960 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', | 962 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', |
| 961 'graphics/test/MockImageDecoder.h', | 963 'graphics/test/MockImageDecoder.h', |
| 962 'graphics/test/MockWebGraphicsContext3D.h', | 964 'graphics/test/MockWebGraphicsContext3D.h', |
| 963 'image-decoders/gif/GIFImageDecoderTest.cpp', | 965 'image-decoders/gif/GIFImageDecoderTest.cpp', |
| 964 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', | 966 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', |
| 965 'image-decoders/webp/WEBPImageDecoderTest.cpp', | 967 'image-decoders/webp/WEBPImageDecoderTest.cpp', |
| 966 ], | 968 ], |
| 967 }, | 969 }, |
| 968 } | 970 } |
| OLD | NEW |