| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'modules_files': [ | 3 'modules_files': [ |
| 4 'filesystem/DOMFilePath.cpp', | 4 'filesystem/DOMFilePath.cpp', |
| 5 'filesystem/DOMFilePath.h', | 5 'filesystem/DOMFilePath.h', |
| 6 'filesystem/DOMFileSystem.cpp', | 6 'filesystem/DOMFileSystem.cpp', |
| 7 'filesystem/DOMFileSystem.h', | 7 'filesystem/DOMFileSystem.h', |
| 8 'filesystem/DOMFileSystemBase.cpp', | 8 'filesystem/DOMFileSystemBase.cpp', |
| 9 'filesystem/DOMFileSystemBase.h', | 9 'filesystem/DOMFileSystemBase.h', |
| 10 'filesystem/DOMFileSystemSync.cpp', | 10 'filesystem/DOMFileSystemSync.cpp', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 'gamepad/Gamepad.cpp', | 63 'gamepad/Gamepad.cpp', |
| 64 'gamepad/Gamepad.h', | 64 'gamepad/Gamepad.h', |
| 65 'gamepad/GamepadButton.cpp', | 65 'gamepad/GamepadButton.cpp', |
| 66 'gamepad/GamepadButton.h', | 66 'gamepad/GamepadButton.h', |
| 67 'gamepad/GamepadDispatcher.cpp', | 67 'gamepad/GamepadDispatcher.cpp', |
| 68 'gamepad/GamepadDispatcher.h', | 68 'gamepad/GamepadDispatcher.h', |
| 69 'gamepad/GamepadEvent.cpp', | 69 'gamepad/GamepadEvent.cpp', |
| 70 'gamepad/GamepadEvent.h', | 70 'gamepad/GamepadEvent.h', |
| 71 'gamepad/GamepadList.cpp', | 71 'gamepad/GamepadList.cpp', |
| 72 'gamepad/GamepadList.h', | 72 'gamepad/GamepadList.h', |
| 73 'gamepad/GamepadPose.cpp', |
| 74 'gamepad/GamepadPose.h', |
| 73 'gamepad/NavigatorGamepad.cpp', | 75 'gamepad/NavigatorGamepad.cpp', |
| 74 'gamepad/NavigatorGamepad.h', | 76 'gamepad/NavigatorGamepad.h', |
| 75 'geolocation/Coordinates.cpp', | 77 'geolocation/Coordinates.cpp', |
| 76 'geolocation/Geolocation.cpp', | 78 'geolocation/Geolocation.cpp', |
| 77 'geolocation/GeoNotifier.cpp', | 79 'geolocation/GeoNotifier.cpp', |
| 78 'geolocation/GeoNotifier.h', | 80 'geolocation/GeoNotifier.h', |
| 79 'geolocation/GeolocationWatchers.cpp', | 81 'geolocation/GeolocationWatchers.cpp', |
| 80 'geolocation/GeolocationWatchers.h', | 82 'geolocation/GeolocationWatchers.h', |
| 81 'geolocation/NavigatorGeolocation.cpp', | 83 'geolocation/NavigatorGeolocation.cpp', |
| 82 'geolocation/NavigatorGeolocation.h', | 84 'geolocation/NavigatorGeolocation.h', |
| (...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 'screen_orientation/ScreenScreenOrientation.h', | 423 'screen_orientation/ScreenScreenOrientation.h', |
| 422 'screen_orientation/ScreenOrientation.cpp', | 424 'screen_orientation/ScreenOrientation.cpp', |
| 423 'screen_orientation/ScreenOrientation.h', | 425 'screen_orientation/ScreenOrientation.h', |
| 424 'screen_orientation/ScreenOrientationController.cpp', | 426 'screen_orientation/ScreenOrientationController.cpp', |
| 425 'screen_orientation/ScreenOrientationController.h', | 427 'screen_orientation/ScreenOrientationController.h', |
| 426 'screen_orientation/ScreenOrientationDispatcher.cpp', | 428 'screen_orientation/ScreenOrientationDispatcher.cpp', |
| 427 'screen_orientation/ScreenOrientationDispatcher.h', | 429 'screen_orientation/ScreenOrientationDispatcher.h', |
| 428 ], | 430 ], |
| 429 }, | 431 }, |
| 430 } | 432 } |
| OLD | NEW |