Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1482)

Side by Side Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 2312493002: [worklets] Introduce ThreadedWorkletMessagingProxy and AnimationWorkletMessagaingProxy. (Closed)
Patch Set: fix win compile. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698