| OLD | NEW |
| 1 { | 1 { |
| 2 'includes': [ | 2 'includes': [ |
| 3 '../core/core_generated.gypi', | 3 '../core/core_generated.gypi', |
| 4 'modules_generated.gypi', | 4 'modules_generated.gypi', |
| 5 ], | 5 ], |
| 6 'variables': { | 6 'variables': { |
| 7 # Experimental hooks for embedder to provide extra IDL and source files. | 7 # Experimental hooks for embedder to provide extra IDL and source files. |
| 8 # | 8 # |
| 9 # Note: this is not a supported API. If you rely on this, you will be broken | 9 # Note: this is not a supported API. If you rely on this, you will be broken |
| 10 # from time to time as the code generator changes in backward incompatible | 10 # from time to time as the code generator changes in backward incompatible |
| (...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 'canvas2d/ClipList.h', | 395 'canvas2d/ClipList.h', |
| 396 'canvas2d/HitRegion.cpp', | 396 'canvas2d/HitRegion.cpp', |
| 397 'canvas2d/HitRegion.h', | 397 'canvas2d/HitRegion.h', |
| 398 'canvas2d/Path2D.h', | 398 'canvas2d/Path2D.h', |
| 399 'compositorworker/AbstractAnimationWorkletThread.cpp', | 399 'compositorworker/AbstractAnimationWorkletThread.cpp', |
| 400 'compositorworker/AbstractAnimationWorkletThread.h', | 400 'compositorworker/AbstractAnimationWorkletThread.h', |
| 401 'compositorworker/AnimationWorklet.cpp', | 401 'compositorworker/AnimationWorklet.cpp', |
| 402 'compositorworker/AnimationWorklet.h', | 402 'compositorworker/AnimationWorklet.h', |
| 403 'compositorworker/AnimationWorkletGlobalScope.cpp', | 403 'compositorworker/AnimationWorkletGlobalScope.cpp', |
| 404 'compositorworker/AnimationWorkletGlobalScope.h', | 404 'compositorworker/AnimationWorkletGlobalScope.h', |
| 405 'compositorworker/AnimationWorkletMessagingProxy.cpp', |
| 406 'compositorworker/AnimationWorkletMessagingProxy.h', |
| 405 'compositorworker/AnimationWorkletThread.cpp', | 407 'compositorworker/AnimationWorkletThread.cpp', |
| 406 'compositorworker/AnimationWorkletThread.h', | 408 'compositorworker/AnimationWorkletThread.h', |
| 407 'compositorworker/CompositorWorker.cpp', | 409 'compositorworker/CompositorWorker.cpp', |
| 408 'compositorworker/CompositorWorker.h', | 410 'compositorworker/CompositorWorker.h', |
| 409 'compositorworker/CompositorWorkerGlobalScope.cpp', | 411 'compositorworker/CompositorWorkerGlobalScope.cpp', |
| 410 'compositorworker/CompositorWorkerGlobalScope.h', | 412 'compositorworker/CompositorWorkerGlobalScope.h', |
| 411 'compositorworker/CompositorWorkerMessagingProxy.cpp', | 413 'compositorworker/CompositorWorkerMessagingProxy.cpp', |
| 412 'compositorworker/CompositorWorkerMessagingProxy.h', | 414 'compositorworker/CompositorWorkerMessagingProxy.h', |
| 413 'compositorworker/CompositorWorkerThread.cpp', | 415 'compositorworker/CompositorWorkerThread.cpp', |
| 414 'compositorworker/CompositorWorkerThread.h', | 416 'compositorworker/CompositorWorkerThread.h', |
| (...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 985 'screen_orientation/ScreenOrientation.cpp', | 987 'screen_orientation/ScreenOrientation.cpp', |
| 986 'screen_orientation/ScreenOrientation.h', | 988 'screen_orientation/ScreenOrientation.h', |
| 987 'screen_orientation/ScreenOrientationController.cpp', | 989 'screen_orientation/ScreenOrientationController.cpp', |
| 988 'screen_orientation/ScreenOrientationController.h', | 990 'screen_orientation/ScreenOrientationController.h', |
| 989 'screen_orientation/ScreenOrientationDispatcher.cpp', | 991 'screen_orientation/ScreenOrientationDispatcher.cpp', |
| 990 'screen_orientation/ScreenOrientationDispatcher.h', | 992 'screen_orientation/ScreenOrientationDispatcher.h', |
| 991 ], | 993 ], |
| 992 # 'partial interface' or target (right side of) 'implements' | 994 # 'partial interface' or target (right side of) 'implements' |
| 993 }, | 995 }, |
| 994 } | 996 } |
| OLD | NEW |